summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_hid.c
AgeCommit message (Expand)Author
2021-09-20usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()Aidan MacDonald
2021-09-20usb_hid: fix accidental fallthroughAidan MacDonald
2021-03-10usb_hid: switch Battery Strength to use feature reportsJames Buren
2021-03-06usb_hid: add support for Battery StrengthJames Buren
2011-12-29usb PACK_DATA: use a static inline to enable type checkingRafaël Carré
2011-12-29usb_hid: fix r31457Rafaël Carré
2011-12-28USB HID: cosmetics / simplificationsRafaël Carré
2010-03-25Commit a HID fix by gevaerts that prevent the HID driver to call usb_drv_send...Amaury Pouly
2010-01-16Fix a compilation warning (simulator build on 64-bit host).Amaury Pouly
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode
2009-10-19Change control handling to start expecting host packets before sending data t...Frank Gevaerts
2009-10-04Fix yellowTomer Shalev
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-07-18Flyspray: FS#10326Frank Gevaerts
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts