これをグラフ化してコントロールパネルに表示する機能が公開された。
せっかくReporting API経由で取ったデーターをグラフ化するツールを作成していたけど、
これで不要になってしまった。

$ python test.py
Traceback (most recent call last):
File "test.py", line 4, in ?
conn.ProgrammaticLogin()
File "/usr/lib/python2.4/site-packages/gdata/service.py", line 767, in ProgrammaticLogin
raise CaptchaRequired, 'Captcha Required'
gdata.service.CaptchaRequired: Captcha Required
Bus 004 Device 013: ID 1076:7f40 GCT Semiconductor, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1076 GCT Semiconductor, Inc.
idProduct 0x7f40
bcdDevice 0.02
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 34
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 2mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk (Zip)
iInterface 6
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
can't get device qualifier: Protocol error
can't get debug descriptor: Protocol error
cannot read device status, Protocol error (71)
[ 3650.804411] USB Mass Storage support registered.
[ 3650.804613] usb-storage: device found at 7
[ 3650.804615] usb-storage: waiting for device to settle before scanning
[ 3651.372070] usb 4-2: reset high speed USB device using ehci_hcd and address 7
[ 3655.804257] usb-storage: device scan complete
[ 3655.805371] scsi 9:0:0:0: CD-ROM GCT Semi CD-ROM 312e PQ: 0 ANSI: 0 CCS
[ 3655.808069] sr1: scsi3-mmc drive: 0x/0x caddy
[ 3655.808372] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 3655.808677] sr 9:0:0:0: Attached scsi generic sg2 type 5
# mount /dev/sr1 /media/cdrom