rockbox/firmware/usbstack
Tomer Shalev 31c18116de USB: Use explicit casting when setting wTotalLength field in descriptor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23157 a1c6a512-1295-4272-9138-f99709370657
2009-10-13 19:50:23 +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 retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask the USB core whether or not any drivers require exclusive access at the moment of connect. Doing anthing else just produces nasty effects on Windows because it expects some communication just for enabling the PHY and not allowing it to mount volumes if a thread doesn't ack causes annoying error message boxes. Make behavior of each USB type identical from the system perspective. Some miscellaneous changes (simplify, ata->storage naming, define only used USB_* enums values were possible). 2009-01-13 16:27:35 +00:00
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 USB: Use explicit casting when setting wTotalLength field in descriptor 2009-10-13 19:50:23 +00:00
usb_hid.c Fix yellow 2009-10-04 14:23:55 +00:00
usb_hid.h Flyspray: FS#10326 2009-07-18 12:58:29 +00:00
usb_hid_usage_tables.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +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 get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably move up (to storage.h?) so fat and usb storage can share it 2009-10-01 20:33:52 +00:00
usb_storage.h Allow class drivers to reuse the core data buffer for control transfers. This doesn't make much difference right now, but it should keep HID memory usage lower (once HID is ready) (FS#10146 by Tomer Shalev) 2009-04-18 20:40:50 +00:00