rockbox/firmware/usbstack
Frank Gevaerts 1eeab430a1 Add const to usb_serial_send() buffer.
Flyspray: FS#10519
Author: Amaury Pouly



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22422 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 05:30:40 +00:00
..
usb_charging_only.c Reorganise USB stack defines. Now config.h decides which class drivers get enabled instead of usb_core.h 2009-05-23 14:30:20 +00:00
usb_charging_only.h
usb_class_driver.h Add working USB HID driver, by Tomer Shalev (part of his GSoC work). 2009-05-16 15:30:09 +00:00
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 Add const to usb_serial_send() buffer. 2009-08-19 05:30:40 +00:00
usb_serial.h Add const to usb_serial_send() buffer. 2009-08-19 05:30:40 +00:00
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