rockbox/firmware/usbstack
Maurus Cuelenaere 1ab19d0b9b Disable usage of USB serial descriptor when no unique one is available
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20761 a1c6a512-1295-4272-9138-f99709370657
2009-04-20 20:24:23 +00:00
..
usb_charging_only.c USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Shalev) 2009-04-18 21:32:41 +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 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
usb_core.c Disable usage of USB serial descriptor when no unique one is available 2009-04-20 20:24:23 +00:00
usb_hid.c Add preliminary HID driver. It doesn't do anything yet, but that should change soon (FS#10116 by Tomer Shalev) 2009-04-19 21:17:18 +00:00
usb_hid.h Add preliminary HID driver. It doesn't do anything yet, but that should change soon (FS#10116 by Tomer Shalev) 2009-04-19 21:17:18 +00:00
usb_serial.c simplify and cleanup usb_serial.c (FS#10149 by Tomer Shalev) 2009-04-19 19:25:59 +00:00
usb_serial.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
usb_storage.c USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Shalev) 2009-04-18 21:32:41 +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