usbhid-dump command_examples

usbhid-dump command_examples

usbhid-dump – dump USB HID device report descriptors and streams

Dump report descriptor for a device with address 3 on bus number 2:

usbhid-dump -a 2:3

Dump report stream for a device with vendor ID 0x5543 and product ID 0x0005:

usbhid-dump -m 5543:0005 -es

Dump report descriptor from interface 1 of a device with vendor ID 0x5543:

usbhid-dump -m 5543 -i 1 -ed

Dump report streams from all HID interfaces of all USB devices (caution: you will loose control over the terminal if you use USB keyboard):

usbhid-dump -es

Leave a Reply

Your email address will not be published. Required fields are marked *