From db9ce6dc7fbd55f293141bececea91fc3d3682f3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 31 Dec 2011 18:44:43 +0000 Subject: onda 747/777 : move USB_STATUS_BY_EVENT to config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31497 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ondavx747.h | 3 +++ firmware/export/config/ondavx777.h | 2 ++ 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 -- cgit v1.2.3