mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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) Copied from r24350 git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a0997f188
commit
d451bc2074
6 changed files with 12 additions and 6 deletions
|
@ -188,7 +188,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x1203
|
#define USB_PRODUCT_ID 0x1203
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
|
@ -172,7 +172,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x1204
|
#define USB_PRODUCT_ID 0x1204
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
|
@ -180,7 +180,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x1205
|
#define USB_PRODUCT_ID 0x1205
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
|
@ -187,7 +187,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x1205
|
#define USB_PRODUCT_ID 0x1205
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
|
@ -175,7 +175,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x120a
|
#define USB_PRODUCT_ID 0x120a
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
|
@ -202,7 +202,8 @@
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
#define HAVE_USBSTACK
|
#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_VENDOR_ID 0x05ac
|
||||||
#define USB_PRODUCT_ID 0x1209
|
#define USB_PRODUCT_ID 0x1209
|
||||||
#define HAVE_USB_HID_MOUSE
|
#define HAVE_USB_HID_MOUSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue