summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-13 07:40:30 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-13 07:40:30 +0000
commit5f655c93f931236c173700f54e4b329bf709e7cc (patch)
tree7e4edf40a5d59ec356fdc97f8eeef020aa1074dd /firmware/SOURCES
parentac13e52522dac375096a65264ceae00afb3c5973 (diff)
downloadrockbox-5f655c93f931236c173700f54e4b329bf709e7cc.tar.gz
rockbox-5f655c93f931236c173700f54e4b329bf709e7cc.zip
Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10208 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d6765ef627..5d59a6bd1e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -206,7 +206,9 @@ usb_serial.c
206#if CONFIG_USBOTG == USBOTG_ISP1362 206#if CONFIG_USBOTG == USBOTG_ISP1362
207drivers/isp1362.c 207drivers/isp1362.c
208#endif 208#endif
209 209#if CONFIG_USBOTG == USBOTG_M5636
210drivers/m5636.c
211#endif
210 212
211#ifndef SIMULATOR 213#ifndef SIMULATOR
212#ifdef IAUDIO_X5 214#ifdef IAUDIO_X5
@@ -219,5 +221,6 @@ target/coldfire/iaudio/x5/ata-x5.c
219target/coldfire/iaudio/x5/system-x5.c 221target/coldfire/iaudio/x5/system-x5.c
220target/coldfire/iaudio/x5/usb-x5.c 222target/coldfire/iaudio/x5/usb-x5.c
221target/coldfire/iaudio/x5/backlight-x5.c 223target/coldfire/iaudio/x5/backlight-x5.c
224target/coldfire/iaudio/x5/m5636-x5.c
222#endif 225#endif
223#endif 226#endif