From 5f655c93f931236c173700f54e4b329bf709e7cc Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 13 Jul 2006 07:40:30 +0000 Subject: 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 --- firmware/SOURCES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/SOURCES') 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 #if CONFIG_USBOTG == USBOTG_ISP1362 drivers/isp1362.c #endif - +#if CONFIG_USBOTG == USBOTG_M5636 +drivers/m5636.c +#endif #ifndef SIMULATOR #ifdef IAUDIO_X5 @@ -219,5 +221,6 @@ target/coldfire/iaudio/x5/ata-x5.c target/coldfire/iaudio/x5/system-x5.c target/coldfire/iaudio/x5/usb-x5.c target/coldfire/iaudio/x5/backlight-x5.c +target/coldfire/iaudio/x5/m5636-x5.c #endif #endif -- cgit v1.2.3