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