diff options
-rw-r--r-- | firmware/export/config/ondavx747.h | 3 | ||||
-rw-r--r-- | firmware/export/config/ondavx777.h | 2 | ||||
-rw-r--r-- | firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h index 1cd9143965..e01c6ccc46 100644 --- a/firmware/export/config/ondavx747.h +++ b/firmware/export/config/ondavx747.h @@ -216,6 +216,9 @@ No access to the NAND yet.. #define CONFIG_USBOTG USBOTG_JZ4740 #define HAVE_USBSTACK #define USE_ROCKBOX_USB +/* Connect by events, not by tick polling */ +#define USB_STATUS_BY_EVENT + #define USB_VENDOR_ID 0x07C4 #define USB_PRODUCT_ID 0xA4A5 diff --git a/firmware/export/config/ondavx777.h b/firmware/export/config/ondavx777.h index b6e7546590..b9167e04ae 100644 --- a/firmware/export/config/ondavx777.h +++ b/firmware/export/config/ondavx777.h @@ -203,6 +203,8 @@ No access to the NAND yet.. #define CONFIG_USBOTG USBOTG_JZ4740 #define HAVE_USBSTACK #define USE_ROCKBOX_USB +/* Connect by events, not by tick polling */ +#define USB_STATUS_BY_EVENT #define USB_VENDOR_ID 0x07C4 #define USB_PRODUCT_ID 0xA4A5 diff --git a/firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h b/firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h index 392de9d1f0..e69de29bb2 100644 --- a/firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h +++ b/firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h @@ -1,2 +0,0 @@ -/* Connect by events, not by tick polling */ -#define USB_STATUS_BY_EVENT |