1
0
Fork 0
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:
Jens Arnold 2006-06-16 17:34:18 +00:00
parent cd69996450
commit 977169ea7a
8 changed files with 355 additions and 7 deletions

View file

@ -122,6 +122,7 @@
/* CONFIG_LED */
#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */
#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
/* else HW controlled LED (iRiver H1x0) */
/* CONFIG_FLASH */
#define FLASH_IFP7XX 1
@ -132,7 +133,8 @@
#define RTC_PCF50606 3 /* iriver H300 */
#define RTC_S3C2440 4
/* else HW controlled LED (iRiver H1x0) */
/* USB On-the-go */
#define USBOTG_ISP1362 1362
/* now go and pick yours */
#if defined(ARCHOS_PLAYER)