forked from len0rd/rockbox
H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10128 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd69996450
commit
977169ea7a
8 changed files with 355 additions and 7 deletions
|
@ -203,6 +203,10 @@ sound.c
|
|||
common/sscanf.c
|
||||
usb_serial.c
|
||||
#endif
|
||||
#if CONFIG_USBOTG == USBOTG_ISP1362
|
||||
drivers/isp1362.c
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#ifdef IAUDIO_X5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue