From c04dd327723ea3759e156509500ee4a4ee2b3670 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 29 Aug 2007 00:20:01 +0000 Subject: [PATCH] Add the define for the usb stack (in comment) on targets that can be used for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14498 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 7 +++++-- firmware/export/config-h10.h | 5 +++++ firmware/export/config-h10_5gb.h | 5 +++++ firmware/export/config-ipod4g.h | 5 +++++ firmware/export/config-ipodcolor.h | 5 +++++ firmware/export/config-ipodmini.h | 5 +++++ firmware/export/config-ipodmini2g.h | 5 +++++ firmware/export/config-ipodnano.h | 5 +++++ firmware/export/config-ipodvideo.h | 5 +++++ 9 files changed, 45 insertions(+), 2 deletions(-) diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index db6dfbe913..fdcfa840eb 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -148,12 +148,15 @@ #define FIRMWARE_OFFSET_FILE_DATA 0x8 /* #define USB_IPODSTYLE */ -/*#define HAVE_USBSTACK*/ -#define USBSTACK_CAPS CONTROLLER_DEVICE /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index b54397f46c..c00e365190 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -148,6 +148,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index d45b6e3064..cb5d4ecae0 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -131,6 +131,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 84c38f8506..588f8316b5 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -130,6 +130,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index c1098c71fe..728ff46413 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -121,6 +121,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 54d0e2c230..a7d86427b3 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -126,6 +126,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 5a851fffee..d8c5f9f755 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -126,6 +126,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index d3c229593f..fcba445bce 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -127,6 +127,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index b792f6f5dc..71cb8abf39 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -131,6 +131,11 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* enable these for the experimental usb stack +#define HAVE_USBSTACK +#define USBSTACK_CAPS CONTROLLER_DEVICE +*/ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL