summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-e200.h7
-rw-r--r--firmware/export/config-h10.h5
-rw-r--r--firmware/export/config-h10_5gb.h5
-rw-r--r--firmware/export/config-ipod4g.h5
-rw-r--r--firmware/export/config-ipodcolor.h5
-rw-r--r--firmware/export/config-ipodmini.h5
-rw-r--r--firmware/export/config-ipodmini2g.h5
-rw-r--r--firmware/export/config-ipodnano.h5
-rw-r--r--firmware/export/config-ipodvideo.h5
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