| Offset | Field | Size | Value | Description |
|---|---|---|---|---|
0 |
bLength |
1 |
0x12 |
這個描述項的大小,以位元組為單位 |
1 |
bDescriptorType |
1 |
0x01 |
DEVICE descriptor |
2 |
bcdUSB |
2 |
0x0110 |
1.1 - USB 規格的當前修訂版 |
4 |
bDeviceClass |
1 |
0x02 |
通訊裝置類別 |
5 |
bDeviceSubClass |
1 |
0x00 |
Unused |
6 |
bDeviceProtocol |
1 |
0x00 |
Unused |
7 |
bMaxPacketSize0 |
1 |
0x08 |
控制管道上的封包大小上限 |
8 |
idVendor |
2 |
0xXXXX |
Vendor ID |
10 |
idProduct |
2 |
0xXXXX |
Product ID |
12 |
bcdDevice |
2 |
0xXXXX |
裝置發行代碼 |
14 |
iManufacturer |
1 |
0x01 |
製造商字符串索引 |
15 |
iProduct |
1 |
0x02 |
產品字串索引 |
16 |
iSerialNumber |
1 |
0x03 |
裝置序號字串的索引 |
17 |
bNumConfigurations |
1 |
0x01 |
One configuration |