diff options
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r-- | firmware/export/config-c200.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index 8a1d6a37fa..53ff97326a 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -162,10 +162,10 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC -/* enable these for the experimental usb stack +/* enable these for the experimental usb stack */ #define HAVE_USBSTACK -#define USBSTACK_CAPS CONTROLLER_DEVICE -*/ +#define USB_VENDOR_ID 0x0781 +#define USB_PRODUCT_ID 0x7450 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |