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_class_driver.h
Age
Commit message (
Expand
)
Author
2011-12-29
usb PACK_DATA: use a static inline to enable type checking
Rafaël Carré
2010-01-03
Fix even more tabs
Andree Buschmann
2009-05-16
Add working USB HID driver, by Tomer Shalev (part of his GSoC work).
Frank Gevaerts
2009-04-18
Allow class drivers to reuse the core data buffer for control transfers. This...
Frank Gevaerts
2009-04-18
Add a PACK_DESCRIPTOR macro to make the class drivers a bit more readable (FS...
Frank Gevaerts
2009-04-18
Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...
Frank Gevaerts
2009-01-13
USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...
Michael Sevakis
2008-10-03
reorganise the USB stack a bit to allow for easier integration of non-ARC con...
Frank Gevaerts
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-26
- change the usb class driver framework to allow for device classes with more...
Frank Gevaerts
2008-04-18
Add keywords and fix headers for files the usbstack files.
Michael Sevakis
2008-03-10
make the usb storage driver handle hotswap correctly, and exit the usb screen...
Frank Gevaerts
2008-03-06
reorganise the usb stack to provide a clean separation between core and class...
Frank Gevaerts