Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
usbstack
/
usb_serial.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
ee8ebc9
typo fixes (; instead of , at the end of two assignments)
by Frank Gevaerts
· 16 years ago
ba39a5c
Added missing usb #includes to usb source files.
by Bertrik Sikken
· 16 years ago
bec6aa3
- change the usb class driver framework to allow for device classes with more than one interface or more than one endpoint pair
by Frank Gevaerts
· 16 years ago
02bfba6
Put USB controller structures in IRAM. This seems to make the connection much more stable on PP502x
by Frank Gevaerts
· 16 years ago
94f7d0f
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver.
by Michael Sevakis
· 16 years ago
f0b4a32
reorganise the usb stack to provide a clean separation between core and class drivers
by Frank Gevaerts
· 17 years ago
0b4299a
extra input checking
by Frank Gevaerts
· 17 years ago
8abe9cf
remove a reundant MIN(), and reduce the buffer. We really don't need 16k for this. It seems to work reliably at full speed.
by Frank Gevaerts
· 17 years ago
776d015
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
by Frank Gevaerts
· 17 years ago
0742759
Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable.
by Frank Gevaerts
· 17 years ago
94be71e
Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by
by Christian Gmeiner
· 17 years ago