summaryrefslogtreecommitdiff
path: root/docs/usb_hid.md
diff options
context:
space:
mode:
authorskullY2017-07-03 12:31:37 -0700
committerskullY2017-07-03 12:31:37 -0700
commitf1c581fdd4678d52bde8a5ed65d4a9c762f05f42 (patch)
treed739083827a7bff606eb877143ddc65f5809cfd0 /docs/usb_hid.md
parentc12f19107f134332d1bd20d0f4f3574e7cb3479d (diff)
Remove obsolete documentation
Diffstat (limited to 'docs/usb_hid.md')
-rw-r--r--docs/usb_hid.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/usb_hid.md b/docs/usb_hid.md
deleted file mode 100644
index 1d0c45869..000000000
--- a/docs/usb_hid.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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
-```
-