aboutsummaryrefslogtreecommitdiffstats
path: root/docs/USB-HID.md
diff options
context:
space:
mode:
authorNick Choi <nikchi@users.noreply.github.com>2017-05-30 14:17:48 -0400
committerGitHub <noreply@github.com>2017-05-30 14:17:48 -0400
commit2c9f846608cbf91ce936071372634194745994d0 (patch)
tree7fc260baa3bca7ba748117e07fca8aaa186943dd /docs/USB-HID.md
parent5393bc6f4eee3d3cb83997e5b03d8e5a5cea85d8 (diff)
parentcb791cf6cdbcd9fd1291f36f6b1a6840753db97f (diff)
downloadfirmware-2c9f846608cbf91ce936071372634194745994d0.tar.gz
firmware-2c9f846608cbf91ce936071372634194745994d0.tar.bz2
firmware-2c9f846608cbf91ce936071372634194745994d0.zip
Merge pull request #2 from qmk/master
pull in new qmk changes
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 000000000..1d0c45869
--- /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
+```
+