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