To see all of the information with the report descriptor you must:
- unbind the HID device in question
- run "lsusb -vvv" as root
To see a list of HID devices:
$ ls /sys/bus/usb/drivers/usbhid
For example, for the device 3-1:1.0 you can:
$ echo -n 6-1:1.0 | sudo tee -a /sys/bus/usb/drivers/usbhid/unbind
$ sudo lsusb -vvv
No comments:
Post a Comment