summaryrefslogtreecommitdiff
path: root/docs/USB-HID.md
diff options
context:
space:
mode:
authorStick <nstickney@gmail.com>2017-06-02 19:50:54 -0500
committerStick <nstickney@gmail.com>2017-06-02 19:50:54 -0500
commit4ba9917f829885b13ea1b3610a2f988e539c9e01 (patch)
tree612da1c6de929e6e0a5b0847d7b594cb3becdf27 /docs/USB-HID.md
parent8665ed3efc62e649d0eac5b88761d7b3f8f30cd7 (diff)
parentaaa67f69305c5c78e15a1090ba7058adea59ff36 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/USB-HID.md')
-rw-r--r--docs/USB-HID.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/USB-HID.md b/docs/USB-HID.md
new file mode 100644
index 0000000000..1d0c458695
--- /dev/null
+++ b/docs/USB-HID.md
@@ -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
+```
+