summaryrefslogtreecommitdiff
path: root/src/usbh_driver_hid.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Confirmed pairing worksjaseg1-3/+3
2016-09-11use default case instead of handling other packet statuses explicitelyAmir Hammad1-5/+2
2016-09-11use forward declaration for usbh_dev_driver_tAmir Hammad1-2/+2
2016-09-11use NULL instead of 0 for assigning null pointerAmir Hammad1-1/+2
2016-09-11hid: use control wrapper to simplify hid report writesAmir Hammad1-80/+8
2016-09-11Drop need for the set configuration request in dev driversAmir Hammad1-66/+15
2016-09-11make hid_mouse driver generic HID driverAmir Hammad1-0/+537