summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5700fad37f..870ae43785 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1172,6 +1172,7 @@ Lyre prototype 1 */
1172/* Define the implemented USB transport classes */ 1172/* Define the implemented USB transport classes */
1173#if CONFIG_USBOTG == USBOTG_ISP1583 1173#if CONFIG_USBOTG == USBOTG_ISP1583
1174#define USB_HAS_BULK 1174#define USB_HAS_BULK
1175#define USB_LEGACY_CONTROL_API
1175#elif (CONFIG_USBOTG == USBOTG_ARC) || \ 1176#elif (CONFIG_USBOTG == USBOTG_ARC) || \
1176 (CONFIG_USBOTG == USBOTG_JZ4740) || \ 1177 (CONFIG_USBOTG == USBOTG_JZ4740) || \
1177 (CONFIG_USBOTG == USBOTG_JZ4760) || \ 1178 (CONFIG_USBOTG == USBOTG_JZ4760) || \
@@ -1182,10 +1183,13 @@ Lyre prototype 1 */
1182 (CONFIG_USBOTG == USBOTG_TNETV105) 1183 (CONFIG_USBOTG == USBOTG_TNETV105)
1183#define USB_HAS_BULK 1184#define USB_HAS_BULK
1184#define USB_HAS_INTERRUPT 1185#define USB_HAS_INTERRUPT
1186#define USB_LEGACY_CONTROL_API
1185#elif defined(CPU_TCC780X) 1187#elif defined(CPU_TCC780X)
1186#define USB_HAS_BULK 1188#define USB_HAS_BULK
1189#define USB_LEGACY_CONTROL_API
1187#elif CONFIG_USBOTG == USBOTG_S3C6400X 1190#elif CONFIG_USBOTG == USBOTG_S3C6400X
1188#define USB_HAS_BULK 1191#define USB_HAS_BULK
1192#define USB_LEGACY_CONTROL_API
1189//#define USB_HAS_INTERRUPT -- seems to be broken 1193//#define USB_HAS_INTERRUPT -- seems to be broken
1190#endif /* CONFIG_USBOTG */ 1194#endif /* CONFIG_USBOTG */
1191 1195