summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-03-02 12:08:31 +0000
committerRobert Kukla <roolku@rockbox.org>2008-03-02 12:08:31 +0000
commitc3e440882c154e143fcf621c933fdb2811f08227 (patch)
tree4d93a1e324e2849e7f2f665b96ea0428277108f7
parent6b3a493dcdd88269048867e66117f55e64ab3405 (diff)
downloadrockbox-c3e440882c154e143fcf621c933fdb2811f08227.tar.gz
rockbox-c3e440882c154e143fcf621c933fdb2811f08227.zip
m:robe 100: add correct USB VID and PID
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16477 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-mrobe100.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index f796d10abb..570ca8505c 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -134,10 +134,9 @@
134#define HAVE_USB_POWER 134#define HAVE_USB_POWER
135 135
136/* enable these for the experimental usb stack */ 136/* enable these for the experimental usb stack */
137/* TODO: get correct ID's */
138#define HAVE_USBSTACK 137#define HAVE_USBSTACK
139#define USB_VENDOR_ID 0x0B70 138#define USB_VENDOR_ID 0x07B4
140#define USB_PRODUCT_ID 0x00BA 139#define USB_PRODUCT_ID 0x0280
141 140
142/* Virtual LED (icon) */ 141/* Virtual LED (icon) */
143#define CONFIG_LED LED_VIRTUAL 142#define CONFIG_LED LED_VIRTUAL