1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/usbstack
2008-03-01 19:28:09 +00:00
..
usb_benchmark.c Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. 2008-02-20 22:54:26 +00:00
usb_benchmark.h Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. 2008-02-20 22:54:26 +00:00
usb_core.c only initialize class drivers that are actually enabled. This is needed for usb-storage because it grabs the audio buffer during usb_storage_init(), which stops playback. It's probably also the right thing to do for other drivers. 2008-03-01 19:28:09 +00:00
usb_serial.c Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. 2008-02-20 22:54:26 +00:00
usb_serial.h Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. 2008-02-20 22:54:26 +00:00
usb_storage.c Move all pointers to the transfer buffer area into a union. This makes it clear that they are meant to point to the same data, and should make code and RAM usage slightly smaller 2008-02-29 21:10:31 +00:00
usb_storage.h Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. 2008-02-20 22:54:26 +00:00