USB Device Viewerで確認

UVCview.exe にて Device Descriptor を確認してみると、興味深いことに iProduct の値として携帯の機種名が含まれていることがわかります。

          ===>Device Descriptor<===
bLength:                           0x12
bDescriptorType:                   0x01
bcdUSB:                          0x0200
bDeviceClass:                      0x00  -> This is an Interface Class Defined Device
bDeviceSubClass:                   0x00
bDeviceProtocol:                   0x00
bMaxPacketSize0:                   0x40 = (64) Bytes
idVendor:                        0x07CF = Casio Computer Co., Ltd.
idProduct:                       0x7008
bcdDevice:                       0x0100
iManufacturer:                     0x01
     English (United States)  "CASIO Computer CO., Ltd."
iProduct:                          0x02
     English (United States)  "au W41CA"
iSerialNumber:                     0x03
     English (United States)  "SCACG0606700"
bNumConfigurations:                0x01

念のためレジストリを regedit.exe で文字列“W41CA”で検索してみました一致する箇所はありませんでした。USBデバイスの情報として確認することはできますが、レジストリ上に痕跡としては残らないということになるでしょうか。