forked from auracaster/openocd
doc: usb_adapters: fix HID report in lsusb dump of few adapters
Real dumps from adapters I have access to.
Serial numbers have been manually edited but are still consistent.
While there, rename a file to correct the USB PID.
Change-Id: I4fd0b6661d55294c2ce0ecbead765def1143880c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: e0059dfffa ("doc: usb_adapters: add lsusb dump of few adapters")
Reviewed-on: https://review.openocd.org/c/openocd/+/8047
Tested-by: jenkins
This commit is contained in:
@@ -76,8 +76,35 @@ Device Descriptor:
|
||||
bNumDescriptors 1
|
||||
bDescriptorType 34 Report
|
||||
wDescriptorLength 33
|
||||
Report Descriptors:
|
||||
** UNAVAILABLE **
|
||||
Report Descriptor: (length is 33)
|
||||
Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
|
||||
(null)
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Collection, data= [ 0x01 ] 1
|
||||
Application
|
||||
Item(Global): Logical Minimum, data= [ 0x00 ] 0
|
||||
Item(Global): Logical Maximum, data= [ 0xff 0x00 ] 255
|
||||
Item(Global): Report Size, data= [ 0x08 ] 8
|
||||
Item(Global): Report Count, data= [ 0x40 ] 64
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Input, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Global): Report Count, data= [ 0x40 ] 64
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Output, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Global): Report Count, data= [ 0x01 ] 1
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Feature, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Main ): End Collection, data=none
|
||||
Endpoint Descriptor:
|
||||
bLength 7
|
||||
bDescriptorType 5
|
||||
|
||||
@@ -46,8 +46,35 @@ Device Descriptor:
|
||||
bNumDescriptors 1
|
||||
bDescriptorType 34 Report
|
||||
wDescriptorLength 33
|
||||
Report Descriptors:
|
||||
** UNAVAILABLE **
|
||||
Report Descriptor: (length is 33)
|
||||
Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
|
||||
(null)
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Collection, data= [ 0x01 ] 1
|
||||
Application
|
||||
Item(Global): Logical Minimum, data= [ 0x00 ] 0
|
||||
Item(Global): Logical Maximum, data= [ 0xff 0x00 ] 255
|
||||
Item(Global): Report Size, data= [ 0x08 ] 8
|
||||
Item(Global): Report Count, data= [ 0x40 ] 64
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Input, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Global): Report Count, data= [ 0x40 ] 64
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Output, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Global): Report Count, data= [ 0x01 ] 1
|
||||
Item(Local ): Usage, data= [ 0x01 ] 1
|
||||
(null)
|
||||
Item(Main ): Feature, data= [ 0x02 ] 2
|
||||
Data Variable Absolute No_Wrap Linear
|
||||
Preferred_State No_Null_Position Non_Volatile Bitfield
|
||||
Item(Main ): End Collection, data=none
|
||||
Endpoint Descriptor:
|
||||
bLength 7
|
||||
bDescriptorType 5
|
||||
|
||||
Reference in New Issue
Block a user