mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 06:32:34 -05:00
Only need to include these for e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16514 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0449c0ef5d
commit
46973f7f9f
4 changed files with 8 additions and 2 deletions
|
|
@ -161,6 +161,8 @@
|
|||
#define HAVE_USBSTACK
|
||||
#define USB_VENDOR_ID 0x0781
|
||||
#define USB_PRODUCT_ID 0x7421
|
||||
#define USE_ROCKBOX_USB
|
||||
#define USE_HIGH_SPEED
|
||||
|
||||
/* Virtual LED (icon) */
|
||||
#define CONFIG_LED LED_VIRTUAL
|
||||
|
|
|
|||
|
|
@ -156,6 +156,8 @@
|
|||
#define HAVE_USBSTACK
|
||||
#define USB_VENDOR_ID 0x0B70
|
||||
#define USB_PRODUCT_ID 0x00BA
|
||||
#define USE_ROCKBOX_USB
|
||||
#define USE_HIGH_SPEED
|
||||
|
||||
/* Virtual LED (icon) */
|
||||
#define CONFIG_LED LED_VIRTUAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue