summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack/usb_serial.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-19Add const to usb_serial_send() buffer.Frank Gevaerts1-1/+1
2009-04-18Allow class drivers to reuse the core data buffer for control transfers. This...Frank Gevaerts1-1/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-2/+2
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-4/+5
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis1-1/+1
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-1/+4
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts1-0/+3
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts1-1/+1
2007-11-30Add a working serial driver to usb stack. At the moment it simply echos back ...Christian Gmeiner1-0/+29