Created USB HID (markdown)

This commit is contained in:
tmk 2016-01-29 01:11:35 +09:00
parent 5a7d3dce95
commit 79f28ac3bd
1 changed files with 11 additions and 0 deletions

11
USB-HID.md Normal file
View File

@ -0,0 +1,11 @@
# Getting Report Descriptor
```
$ cd /sys/bus/usb/drivers/usbhid
$ ls
1-1.3.4:1.0 1-1.3.4:1.2 bind new_id uevent
1-1.3.4:1.1 1-1.3.4:1.3 module remove_id unbind
$ echo -n 1-1.4\:1.0 | sudo tee unbind
$ sudo lsusb -vvv -d 046d:c01d
$ echo -n 1-1.4\:1.0 | sudo tee bind
```