1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2006-07-13 07:40:30 +00:00
parent ac13e52522
commit 5f655c93f9
9 changed files with 172 additions and 1 deletions

View file

@ -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