summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack/usb_class_driver.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-29usb PACK_DATA: use a static inline to enable type checkingRafaël Carré1-6/+6
2010-01-03Fix even more tabsAndree Buschmann1-9/+9
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-3/+3
2009-04-18Allow class drivers to reuse the core data buffer for control transfers. This...Frank Gevaerts1-1/+1
2009-04-18Add a PACK_DESCRIPTOR macro to make the class drivers a bit more readable (FS...Frank Gevaerts1-0/+6
2009-04-18Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...Frank Gevaerts1-8/+8
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-1/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-8/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-26- change the usb class driver framework to allow for device classes with more...Frank Gevaerts1-14/+38
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis1-1/+1
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-0/+6
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-0/+59