index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
usbstack
/
usb_serial.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
simplify and cleanup usb_serial.c (FS#10149 by Tomer Shalev)
Frank Gevaerts
2009-04-19
*
USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...
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
*
small usb serial fixes. This seems to work fine on imx31, but for some reaso...
Frank Gevaerts
2009-02-21
*
more fixes. There's still something wrong as it sometimes suddenly stops send...
Frank Gevaerts
2009-02-21
*
Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issue
Frank Gevaerts
2009-02-20
*
usb serial on PP seems to have broken. Fix it
Frank Gevaerts
2009-02-16
*
reorganise the USB stack a bit to allow for easier integration of non-ARC con...
Frank Gevaerts
2008-10-03
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
typo fixes (; instead of , at the end of two assignments)
Frank Gevaerts
2008-05-06
*
Added missing usb #includes to usb source files.
Bertrik Sikken
2008-05-03
*
- change the usb class driver framework to allow for device classes with more...
Frank Gevaerts
2008-04-26
*
Put USB controller structures in IRAM. This seems to make the connection much...
Frank Gevaerts
2008-04-20
*
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...
Michael Sevakis
2008-04-18
*
reorganise the usb stack to provide a clean separation between core and class...
Frank Gevaerts
2008-03-06
*
extra input checking
Frank Gevaerts
2008-03-02
*
remove a reundant MIN(), and reduce the buffer. We really don't need 16k for ...
Frank Gevaerts
2008-03-02
*
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...
Frank Gevaerts
2008-03-02
*
Major USB stack improvements. It now works at nearly the maximum speed for a ...
Frank Gevaerts
2008-02-20
*
Add a working serial driver to usb stack. At the moment it simply echos back ...
Christian Gmeiner
2007-11-30