summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-09 18:37:22 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:30:13 +0200
commit3d68ea280790351d0320fc4e712c51b820a5522a (patch)
tree5b5120d966e8d260d717773d4ea939e6295e5226 /README.md
parented70a1efa3335b6bf64c8c6a6f5be4dc25bdd9b7 (diff)
downloadsecure-hid-3d68ea280790351d0320fc4e712c51b820a5522a.tar.gz
secure-hid-3d68ea280790351d0320fc4e712c51b820a5522a.tar.bz2
secure-hid-3d68ea280790351d0320fc4e712c51b820a5522a.zip
make hid_mouse driver generic HID driver
+ keyboard support + SET_REPORT commands - usually leds on keyboards (WIP) - missing parsing of HID report descriptor Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d23b425..a823eaf 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This means no allocation and reallocation is affecting performance
- HUB
- Gamepad - XBox compatible Controller
-- mouse (draft: only displays raw data)
+- Generic Human Interface driver: mouse, keyboard (raw data)
- USB MIDI devices (raw data + note on/off)
## Steps to compile library and demo