diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-04 21:46:01 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-04 21:46:01 +0000 |
commit | 4da04b77e2a330ad67b89f6c71cb3fb60575d20b (patch) | |
tree | f4a91cc288ead7cb7428e76d80d64c645a624924 /firmware/export/config-e200.h | |
parent | 6ce28d849dc647871cd7eb4013b186edc1014909 (diff) |
Fix USB detection on ipods and other portalplayer targets - Rockbox now correctly distinguishes between a USB connection to a computer and a connection to a USB AC charger. Based on the experimental USB code in FS #6494 by Barry Wardell. Closes FS #4724.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12198 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r-- | firmware/export/config-e200.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 214d701055..aca0e1cdc8 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -119,6 +119,9 @@ /* #define USB_IPODSTYLE */ +/* USB On-the-go */ +#define CONFIG_USBOTG USBOTG_ARC + /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER |