diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-29 00:20:01 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-29 00:20:01 +0000 |
| commit | c04dd327723ea3759e156509500ee4a4ee2b3670 (patch) | |
| tree | e0eef2a7494b85e7c1bd423f27618018376cc305 | |
| parent | 924e906c2794ce730a593c7f987dc632668a1114 (diff) | |
| download | rockbox-c04dd327723ea3759e156509500ee4a4ee2b3670.zip rockbox-c04dd327723ea3759e156509500ee4a4ee2b3670.tar.gz rockbox-c04dd327723ea3759e156509500ee4a4ee2b3670.tar.bz2 rockbox-c04dd327723ea3759e156509500ee4a4ee2b3670.tar.xz | |
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
| -rw-r--r-- | firmware/export/config-e200.h | 7 | ||||
| -rw-r--r-- | firmware/export/config-h10.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-h10_5gb.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-ipod4g.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-ipodcolor.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini2g.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-ipodnano.h | 5 | ||||
| -rw-r--r-- | 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 db6dfbe..fdcfa84 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 b54397f..c00e365 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 d45b6e3..cb5d4ec 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 84c38f8..588f831 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 c1098c7..728ff46 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 54d0e2c..a7d8642 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 5a851ff..d8c5f9f 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 d3c2295..fcba445 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 b792f6f..71cb8ab 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 |