From c3e440882c154e143fcf621c933fdb2811f08227 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Sun, 2 Mar 2008 12:08:31 +0000 Subject: m:robe 100: add correct USB VID and PID git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16477 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe100.h | 5 ++--- 1 file 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 @@ #define HAVE_USB_POWER /* enable these for the experimental usb stack */ -/* TODO: get correct ID's */ #define HAVE_USBSTACK -#define USB_VENDOR_ID 0x0B70 -#define USB_PRODUCT_ID 0x00BA +#define USB_VENDOR_ID 0x07B4 +#define USB_PRODUCT_ID 0x0280 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3