summaryrefslogtreecommitdiff
path: root/include/usbh_driver_hid.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11drivers: remove redundant forward declaration of usbh_dev_driver_tAmir Hammad1-1/+0
It is already declared in usbh_core.h Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
2016-09-11use forward declaration for usbh_dev_driver_tAmir Hammad1-0/+1
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
2016-09-11make hid_mouse driver generic HID driverAmir Hammad1-0/+85
+ 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>