最終更新:2015-07-13 (月) 16:52:31 (3202d)  

ハードウェアID
Top / ハードウェアID

Hardware ID

http://msdn.microsoft.com/en-us/library/windows/hardware/ff546152(v=vs.85).aspx

<enumerator>\<enumerator-specific-device-ID>

  • root\*PNP0F08
    PCI\VEN_1000&DEV_0001&SUBSYS_00000000&REV_02

USB

  • USB\VID_xxxx&PID_yyyy
    USB\VID_v(4)&PID_p(4)&Rev_r(4)&MI_z(2)
  • v(4) is the four-digit vendor code that the USB committee assigns to the vendor and that is extracted from the idVendor field of the device descriptor. (VID)
  • p(4) is the four-digit product code that the vendor assigns to the device and that is extracted from the idProduct field of the device descriptor. (PID)
  • r(4) is the four-digit device release number, in binary coded decimal revision, that the vendor assigns to the device and that is extracted from the bcdDevice field of the device descriptor.
  • z(2) is the two-digit interface number that is extracted from the bFirstInterface? field of IAD.
  • http://msdn.microsoft.com/en-us/library/windows/hardware/ff537107(v=vs.85).aspx

互換性ID? (Compatible ID)

  • USB\Class_c(2)&SubClass_s(2)&Prot_p(2)
    USB\Class_c(2)&SubClass_s(2)
    USB\Class_c(2)

Device Identification Strings

関連

  • インターフェイスID?