forked from len0rd/rockbox
m:robe 100: add correct USB VID and PID
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b3a493dcd
commit
c3e440882c
1 changed files with 2 additions and 3 deletions
|
|
@ -134,10 +134,9 @@
|
||||||
#define HAVE_USB_POWER
|
#define HAVE_USB_POWER
|
||||||
|
|
||||||
/* enable these for the experimental usb stack */
|
/* enable these for the experimental usb stack */
|
||||||
/* TODO: get correct ID's */
|
|
||||||
#define HAVE_USBSTACK
|
#define HAVE_USBSTACK
|
||||||
#define USB_VENDOR_ID 0x0B70
|
#define USB_VENDOR_ID 0x07B4
|
||||||
#define USB_PRODUCT_ID 0x00BA
|
#define USB_PRODUCT_ID 0x0280
|
||||||
|
|
||||||
/* Virtual LED (icon) */
|
/* Virtual LED (icon) */
|
||||||
#define CONFIG_LED LED_VIRTUAL
|
#define CONFIG_LED LED_VIRTUAL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue