rockbox/firmware/usbstack
Frank Gevaerts f10a3c7bed Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but usb serial packets larger than 96 bytes seem to never be sent.
Thanks to Amaury Pouly for investigating this


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22285 a1c6a512-1295-4272-9138-f99709370657
2009-08-12 20:35:01 +00:00
..
usb_charging_only.c
usb_charging_only.h
usb_class_driver.h
usb_core.c Remove USB storage defines from USB core 2009-07-23 23:05:26 +00:00
usb_hid.c Various files: make functions static if they're local or make sure there is a proper #include if not 2009-08-06 09:28:25 +00:00
usb_hid.h Flyspray: FS#10326 2009-07-18 12:58:29 +00:00
usb_hid_usage_tables.h Flyspray: FS#10326 2009-07-18 12:58:29 +00:00
usb_serial.c Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but usb serial packets larger than 96 bytes seem to never be sent. 2009-08-12 20:35:01 +00:00
usb_serial.h
usb_storage.c Move yearday_to_daymonth() to usb_storage.c. It's the only user, this function is pretty specific, and it seems to be the cleanest way to avoid ram usage increases for unrelated targets 2009-08-11 20:03:59 +00:00
usb_storage.h