aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_usb_hid.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix USB HID driver.Konstantin Oblaukhov2018-11-201-1/+9
|
* hal: fix the compilation of hal_usb_hid.cfunnydog2016-12-131-2/+2
| | | | | | | | Fix the compilation of hal_usb_hid.c that broke because of the changes in ibqObjectInit() and obqObjectInit() prototypes. In hidObjectInit() call these functions with the additional suspend parameter set to true as done in ChibiOS-RT.
* Added USB HID driver to community HALJonathan Struebel2016-06-181-0/+581