summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-09-23 22:42:08 +0000
committerThomas Martitz <kugel@rockbox.org>2009-09-23 22:42:08 +0000
commit6ed01374a20b922ce51aa36a3f7b22206a5d8e70 (patch)
tree3d22565d688582ffafede4675683fe36f72f6b27 /firmware/export/config-ipodvideo.h
parent21b0713d422a7e05febd9260a1a19c93a8a0416c (diff)
downloadrockbox-6ed01374a20b922ce51aa36a3f7b22206a5d8e70.tar.gz
rockbox-6ed01374a20b922ce51aa36a3f7b22206a5d8e70.zip
Use OF USB on the ipods. Using our own USB code exposes some problems, such as the current charging issues (for many people, charging basically doesn't work), and speed (mostly due to not using DMA)
Copied from r21261 git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22815 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index bd93f8fb36..7dca65706c 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -191,7 +191,8 @@
191 191
192/* enable these for the experimental usb stack */ 192/* enable these for the experimental usb stack */
193#define HAVE_USBSTACK 193#define HAVE_USBSTACK
194#define USE_ROCKBOX_USB 194/*Disable USB for the release due to charging issues */
195/*#define USE_ROCKBOX_USB*/
195#define USB_VENDOR_ID 0x05ac 196#define USB_VENDOR_ID 0x05ac
196#define USB_PRODUCT_ID 0x1209 197#define USB_PRODUCT_ID 0x1209
197 198