summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-02-25 22:40:15 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-02-25 22:40:15 +0000
commit86b4543fed1acc64266b9bbc3ab36855e887ebc6 (patch)
treeed885ed9d536c1b679d7ecc6842d029a70f576de
parentc9e08ba01a05289cd43809e16b137c410adbf7f8 (diff)
downloadrockbox-86b4543fed1acc64266b9bbc3ab36855e887ebc6.tar.gz
rockbox-86b4543fed1acc64266b9bbc3ab36855e887ebc6.zip
Enable USB mass storage on PP5020, PP5022 and PP5024 targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20105 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-c200.h1
-rw-r--r--firmware/export/config-e200.h1
-rw-r--r--firmware/export/config-h10.h1
-rw-r--r--firmware/export/config-h10_5gb.h1
-rwxr-xr-xfirmware/export/config-hdd1630.h1
-rw-r--r--firmware/export/config-ipod4g.h1
-rw-r--r--firmware/export/config-ipodcolor.h1
-rw-r--r--firmware/export/config-ipodmini.h1
-rw-r--r--firmware/export/config-ipodmini2g.h1
-rw-r--r--firmware/export/config-ipodnano.h1
-rw-r--r--firmware/export/config-ipodvideo.h1
-rw-r--r--firmware/export/config-mrobe100.h1
-rwxr-xr-xfirmware/export/config-sa9200.h1
13 files changed, 13 insertions, 0 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index 111bc8a26d..ed16fb0473 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -180,6 +180,7 @@
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#define USB_VENDOR_ID 0x0781 184#define USB_VENDOR_ID 0x0781
184#define USB_PRODUCT_ID 0x7450 185#define USB_PRODUCT_ID 0x7450
185 186
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 559c55fc83..3fb491f723 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -172,6 +172,7 @@
172 172
173/* enable these for the experimental usb stack */ 173/* enable these for the experimental usb stack */
174#define HAVE_USBSTACK 174#define HAVE_USBSTACK
175#define USE_ROCKBOX_USB
175#define USB_VENDOR_ID 0x0781 176#define USB_VENDOR_ID 0x0781
176#define USB_PRODUCT_ID 0x7421 177#define USB_PRODUCT_ID 0x7421
177 178
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index ca0fb559e7..756b4da0ea 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -164,6 +164,7 @@
164 164
165/* enable these for the experimental usb stack */ 165/* enable these for the experimental usb stack */
166#define HAVE_USBSTACK 166#define HAVE_USBSTACK
167#define USE_ROCKBOX_USB
167#define USB_VENDOR_ID 0x0B70 168#define USB_VENDOR_ID 0x0B70
168#define USB_PRODUCT_ID 0x00BA 169#define USB_PRODUCT_ID 0x00BA
169 170
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index f9de782375..3a52823fd5 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -144,6 +144,7 @@
144 144
145/* enable these for the experimental usb stack */ 145/* enable these for the experimental usb stack */
146#define HAVE_USBSTACK 146#define HAVE_USBSTACK
147#define USE_ROCKBOX_USB
147#define USB_VENDOR_ID 0x0B70 148#define USB_VENDOR_ID 0x0B70
148#define USB_PRODUCT_ID 0x00BA 149#define USB_PRODUCT_ID 0x00BA
149 150
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index e7222b2ffe..9b33f6a08e 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -178,6 +178,7 @@
178 178
179/* enable these for the experimental usb stack */ 179/* enable these for the experimental usb stack */
180#define HAVE_USBSTACK 180#define HAVE_USBSTACK
181#define USE_ROCKBOX_USB
181#define USB_VENDOR_ID 0x0471 182#define USB_VENDOR_ID 0x0471
182#define USB_PRODUCT_ID 0x014C 183#define USB_PRODUCT_ID 0x014C
183 184
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 4b604369b1..47a7bd9711 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -172,6 +172,7 @@
172 172
173/* enable these for the experimental usb stack */ 173/* enable these for the experimental usb stack */
174#define HAVE_USBSTACK 174#define HAVE_USBSTACK
175#define USE_ROCKBOX_USB
175#define USB_VENDOR_ID 0x05ac 176#define USB_VENDOR_ID 0x05ac
176#define USB_PRODUCT_ID 0x1203 177#define USB_PRODUCT_ID 0x1203
177 178
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 92d37742c7..476ebf983d 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -149,6 +149,7 @@
149 149
150/* enable these for the experimental usb stack */ 150/* enable these for the experimental usb stack */
151#define HAVE_USBSTACK 151#define HAVE_USBSTACK
152#define USE_ROCKBOX_USB
152#define USB_VENDOR_ID 0x05ac 153#define USB_VENDOR_ID 0x05ac
153#define USB_PRODUCT_ID 0x1204 154#define USB_PRODUCT_ID 0x1204
154 155
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 44a03ea0da..b168901a1e 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -168,6 +168,7 @@
168 168
169/* enable these for the experimental usb stack */ 169/* enable these for the experimental usb stack */
170#define HAVE_USBSTACK 170#define HAVE_USBSTACK
171#define USE_ROCKBOX_USB
171#define USB_VENDOR_ID 0x05ac 172#define USB_VENDOR_ID 0x05ac
172#define USB_PRODUCT_ID 0x1205 173#define USB_PRODUCT_ID 0x1205
173 174
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index a21e0a82c3..cf042b4e45 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -175,6 +175,7 @@
175 175
176/* enable these for the experimental usb stack */ 176/* enable these for the experimental usb stack */
177#define HAVE_USBSTACK 177#define HAVE_USBSTACK
178#define USE_ROCKBOX_USB
178#define USB_VENDOR_ID 0x05ac 179#define USB_VENDOR_ID 0x05ac
179#define USB_PRODUCT_ID 0x1205 180#define USB_PRODUCT_ID 0x1205
180 181
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 0bb28f2d05..92f9dc03c0 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -159,6 +159,7 @@
159 159
160/* enable these for the experimental usb stack */ 160/* enable these for the experimental usb stack */
161#define HAVE_USBSTACK 161#define HAVE_USBSTACK
162#define USE_ROCKBOX_USB
162#define USB_VENDOR_ID 0x05ac 163#define USB_VENDOR_ID 0x05ac
163#define USB_PRODUCT_ID 0x120a 164#define USB_PRODUCT_ID 0x120a
164 165
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index dc62174351..3812b44943 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -173,6 +173,7 @@
173 173
174/* enable these for the experimental usb stack */ 174/* enable these for the experimental usb stack */
175#define HAVE_USBSTACK 175#define HAVE_USBSTACK
176#define USE_ROCKBOX_USB
176#define USB_VENDOR_ID 0x05ac 177#define USB_VENDOR_ID 0x05ac
177#define USB_PRODUCT_ID 0x1209 178#define USB_PRODUCT_ID 0x1209
178 179
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 4069dff0d8..e440f7c9a0 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -152,6 +152,7 @@
152 152
153/* enable these for the experimental usb stack */ 153/* enable these for the experimental usb stack */
154#define HAVE_USBSTACK 154#define HAVE_USBSTACK
155#define USE_ROCKBOX_USB
155#define USB_VENDOR_ID 0x07B4 156#define USB_VENDOR_ID 0x07B4
156#define USB_PRODUCT_ID 0x0280 157#define USB_PRODUCT_ID 0x0280
157 158
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 233229c58e..3008360414 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -138,6 +138,7 @@
138 138
139/* enable these for the experimental usb stack */ 139/* enable these for the experimental usb stack */
140#define HAVE_USBSTACK 140#define HAVE_USBSTACK
141#define USE_ROCKBOX_USB
141#define USB_VENDOR_ID 0x0471 142#define USB_VENDOR_ID 0x0471
142#define USB_PRODUCT_ID 0x014f 143#define USB_PRODUCT_ID 0x014f
143 144