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:
parent
ac13e52522
commit
5f655c93f9
9 changed files with 172 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue