usb_descriptor: Realign descriptor comments.
This commit is contained in:
@ -303,11 +303,11 @@ uint8_t wcid_feature_descriptor[] = {
|
|||||||
0x28, 0x00, 0x00, 0x00, // bLength
|
0x28, 0x00, 0x00, 0x00, // bLength
|
||||||
USB_WORD(0x0100), // WCID version
|
USB_WORD(0x0100), // WCID version
|
||||||
USB_WORD(0x0004), // WICD descriptor index
|
USB_WORD(0x0004), // WICD descriptor index
|
||||||
0x01, //bNumSections
|
0x01, // bNumSections
|
||||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00, //Reserved
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00, // Reserved
|
||||||
0x00, //bInterfaceNumber
|
0x00, // bInterfaceNumber
|
||||||
0x01, //Reserved
|
0x01, // Reserved
|
||||||
'W', 'I', 'N', 'U', 'S', 'B', 0x00,0x00, //Compatible ID, padded with zeros
|
'W', 'I', 'N', 'U', 'S', 'B', 0x00,0x00, // Compatible ID, padded with zeros
|
||||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, //Sub-compatible ID
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // Sub-compatible ID
|
||||||
0x00,0x00,0x00,0x00,0x00,0x00 //Reserved
|
0x00,0x00,0x00,0x00,0x00,0x00 // Reserved
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user