diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-04-18 16:42:50 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-04-18 16:42:50 +0000 |
commit | 94f7d0f29095e056de281b2159a85e0f4c73d61a (patch) | |
tree | 65c9b8476cee034848cab13e5f73561e6fc35254 /firmware/SOURCES | |
parent | 689d207bfbfe0cbc3d9cc840748ab9f07cc6a721 (diff) |
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17154 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index c0f6c81d9f..6acf81d76b 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -233,8 +233,8 @@ drivers/audio/mas35xx.c usbstack/usb_core.c usbstack/usb_storage.c usbstack/usb_serial.c -#ifdef CPU_PP502x -target/arm/usb-drv-pp502x.c +#if CONFIG_USBOTG == USBOTG_ARC +target/arm/usb-drv-arc.c #endif #else /* !defined(HAVE_USBSTACK) */ #if CONFIG_USBOTG == USBOTG_ISP1362 |