index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
usbstack
/
usb_hid.c
Age
Commit message (
Expand
)
Author
2021-09-20
usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()
Aidan MacDonald
2021-09-20
usb_hid: fix accidental fallthrough
Aidan MacDonald
2021-03-10
usb_hid: switch Battery Strength to use feature reports
James Buren
2021-03-06
usb_hid: add support for Battery Strength
James Buren
2011-12-29
usb PACK_DATA: use a static inline to enable type checking
Rafaël Carré
2011-12-29
usb_hid: fix r31457
Rafaël Carré
2011-12-28
USB HID: cosmetics / simplifications
Rafaël Carré
2010-03-25
Commit a HID fix by gevaerts that prevent the HID driver to call usb_drv_send...
Amaury Pouly
2010-01-16
Fix a compilation warning (simulator build on 64-bit host).
Amaury Pouly
2010-01-09
Make a few global variables static instead of global where possible
Bertrik Sikken
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
2009-10-19
Change control handling to start expecting host packets before sending data t...
Frank Gevaerts
2009-10-04
Fix yellow
Tomer Shalev
2009-09-30
Commit "FS#10468 - USB HID: Show keypad mode on screen"
Tomer Shalev
2009-08-06
Various files: make functions static if they're local or make sure there is a...
Bertrik Sikken
2009-07-18
Flyspray: FS#10326
Frank Gevaerts
2009-05-23
Reorganise USB stack defines. Now config.h decides which class drivers get en...
Frank Gevaerts
2009-05-16
Add working USB HID driver, by Tomer Shalev (part of his GSoC work).
Frank Gevaerts
2009-04-19
Add preliminary HID driver. It doesn't do anything yet, but that should chang...
Frank Gevaerts