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)

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_3@21261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-06-12 16:55:33 +00:00
parent 79a4ace357
commit d79583f1e0
6 changed files with 12 additions and 6 deletions

View file

@ -180,7 +180,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1203

View file

@ -157,7 +157,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1204

View file

@ -176,7 +176,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1205

View file

@ -183,7 +183,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1205

View file

@ -167,7 +167,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x120a

View file

@ -191,7 +191,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
/*Disable USB for the release due to charging issues */
/*#define USE_ROCKBOX_USB*/
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1209