1
0
Fork 0

subtree docs

This commit is contained in:
Jack Humbert 2017-05-27 18:09:52 -04:00
commit 704794bae3
47 changed files with 4807 additions and 0 deletions

11
docs/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
```