usb_descriptor: Realign descriptor comments.

This commit is contained in:
Martin Ling
2022-06-27 12:31:36 +01:00
parent a66492b8b7
commit 445253be1e

View File

@ -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
}; };