1
0
Fork 0
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:
Robert Kukla 2008-03-02 12:08:31 +00:00
parent 6b3a493dcd
commit c3e440882c

View file

@ -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