Source position: usb.inc line 152
type _usbhiddesc = packed record |
bLength: cuint8; |
bDescriptorType: cuint8; |
bcdHID: cuint16; |
bCountryCode: cuint8; |
bNumDescriptors: cuint8; |
descr: packed record |
bDescriptorType: cuint8; |
wDescriptorLength: cuint16; |
end; |
end; |