]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Created USB HID (markdown)
authortmk <tmk@users.noreply.github.com>
Thu, 28 Jan 2016 16:11:35 +0000 (01:11 +0900)
committertmk <tmk@users.noreply.github.com>
Thu, 28 Jan 2016 16:11:35 +0000 (01:11 +0900)
USB-HID.md [new file with mode: 0644]

diff --git a/USB-HID.md b/USB-HID.md
new file mode 100644 (file)
index 0000000..1d0c458
--- /dev/null
@@ -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
+```
+