mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31516 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
815eba92fd
commit
d46afc629e
3 changed files with 42 additions and 21 deletions
|
|
@ -189,7 +189,7 @@
|
|||
#define HAVE_WHEEL_POSITION
|
||||
|
||||
#define ATA_HAVE_BBT
|
||||
#define ATA_BBT_PAGES 3520
|
||||
#define ATA_BBT_PAGES 4096
|
||||
|
||||
#define SECTOR_SIZE 4096
|
||||
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
|
||||
/* USB defines */
|
||||
#define HAVE_USBSTACK
|
||||
//#define HAVE_USB_HID_MOUSE - broken?
|
||||
#define HAVE_USB_HID_MOUSE
|
||||
#define CONFIG_USBOTG USBOTG_S3C6400X
|
||||
#define USB_VENDOR_ID 0x05AC
|
||||
#define USB_PRODUCT_ID 0x1261
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue