diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-e200.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h10.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index c49ee23..c6c03da 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -161,6 +161,8 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7421 +#define USE_ROCKBOX_USB +#define USE_HIGH_SPEED /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index c69b433..d77d16b 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -156,6 +156,8 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0B70 #define USB_PRODUCT_ID 0x00BA +#define USE_ROCKBOX_USB +#define USE_HIGH_SPEED /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |