summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rw-r--r--firmware/export/config-ipodmini2g.h3
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodvideo.h3
6 files changed, 12 insertions, 6 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 6c08e7533e..7db9836462 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -180,7 +180,8 @@
180 180
181/* enable these for the experimental usb stack */ 181/* enable these for the experimental usb stack */
182#define HAVE_USBSTACK 182#define HAVE_USBSTACK
183#define USE_ROCKBOX_USB 183/*Disable USB for the release due to charging issues */
184/*#define USE_ROCKBOX_USB*/
184#define USB_VENDOR_ID 0x05ac 185#define USB_VENDOR_ID 0x05ac
185#define USB_PRODUCT_ID 0x1203 186#define USB_PRODUCT_ID 0x1203
186 187
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index ea02b90964..0dc691934f 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -157,7 +157,8 @@
157 157
158/* enable these for the experimental usb stack */ 158/* enable these for the experimental usb stack */
159#define HAVE_USBSTACK 159#define HAVE_USBSTACK
160#define USE_ROCKBOX_USB 160/*Disable USB for the release due to charging issues */
161/*#define USE_ROCKBOX_USB*/
161#define USB_VENDOR_ID 0x05ac 162#define USB_VENDOR_ID 0x05ac
162#define USB_PRODUCT_ID 0x1204 163#define USB_PRODUCT_ID 0x1204
163 164
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 9036adcc46..ca82d5a560 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -176,7 +176,8 @@
176 176
177/* enable these for the experimental usb stack */ 177/* enable these for the experimental usb stack */
178#define HAVE_USBSTACK 178#define HAVE_USBSTACK
179#define USE_ROCKBOX_USB 179/*Disable USB for the release due to charging issues */
180/*#define USE_ROCKBOX_USB*/
180#define USB_VENDOR_ID 0x05ac 181#define USB_VENDOR_ID 0x05ac
181#define USB_PRODUCT_ID 0x1205 182#define USB_PRODUCT_ID 0x1205
182 183
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index b69810e198..37dd3ef559 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -183,7 +183,8 @@
183 183
184/* enable these for the experimental usb stack */ 184/* enable these for the experimental usb stack */
185#define HAVE_USBSTACK 185#define HAVE_USBSTACK
186#define USE_ROCKBOX_USB 186/*Disable USB for the release due to charging issues */
187/*#define USE_ROCKBOX_USB*/
187#define USB_VENDOR_ID 0x05ac 188#define USB_VENDOR_ID 0x05ac
188#define USB_PRODUCT_ID 0x1205 189#define USB_PRODUCT_ID 0x1205
189 190
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 31108091b9..8483f56613 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -167,7 +167,8 @@
167 167
168/* enable these for the experimental usb stack */ 168/* enable these for the experimental usb stack */
169#define HAVE_USBSTACK 169#define HAVE_USBSTACK
170#define USE_ROCKBOX_USB 170/*Disable USB for the release due to charging issues */
171/*#define USE_ROCKBOX_USB*/
171#define USB_VENDOR_ID 0x05ac 172#define USB_VENDOR_ID 0x05ac
172#define USB_PRODUCT_ID 0x120a 173#define USB_PRODUCT_ID 0x120a
173 174
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index bd93f8fb36..7dca65706c 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -191,7 +191,8 @@
191 191
192/* enable these for the experimental usb stack */ 192/* enable these for the experimental usb stack */
193#define HAVE_USBSTACK 193#define HAVE_USBSTACK
194#define USE_ROCKBOX_USB 194/*Disable USB for the release due to charging issues */
195/*#define USE_ROCKBOX_USB*/
195#define USB_VENDOR_ID 0x05ac 196#define USB_VENDOR_ID 0x05ac
196#define USB_PRODUCT_ID 0x1209 197#define USB_PRODUCT_ID 0x1209
197 198