diff options
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/ipodpatcher/Makefile | 12 | ||||
-rw-r--r-- | rbutil/ipodpatcher/ipodpatcher.c | 6 | ||||
-rw-r--r-- | rbutil/rbutilqt/rbutil.ini | 186 |
3 files changed, 102 insertions, 102 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile index 4970445773..9c32587fa1 100644 --- a/rbutil/ipodpatcher/Makefile +++ b/rbutil/ipodpatcher/Makefile | |||
@@ -1,13 +1,13 @@ | |||
1 | CFLAGS=-Wall -W | 1 | CFLAGS=-Wall -W |
2 | 2 | ||
3 | BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini1g.h ipodmini2g.h ipodnano1g.h ipodvideo.h | 3 | BOOT_H = ipod1g2g.h ipod3g.h ipod4g.h ipodcolor.h ipodmini.h ipodmini2g.h ipodnano.h ipodvideo.h |
4 | 4 | ||
5 | # Uncomment the next two lines to build with embedded bootloaders and the | 5 | # Uncomment the next two lines to build with embedded bootloaders and the |
6 | # --install option and interactive mode. You need the full set of Rockbox | 6 | # --install option and interactive mode. You need the full set of Rockbox |
7 | # bootloaders in this directory - download them from | 7 | # bootloaders in this directory - download them from |
8 | # http://download.rockbox.org/bootloader/ipod/bootloaders.zip | 8 | # http://download.rockbox.org/bootloader/ipod/bootloaders.zip |
9 | 9 | ||
10 | #BOOTSRC = ipod1g2g.c ipod3g.c ipod4g.c ipodcolor.c ipodmini1g.c ipodmini2g.c ipodnano1g.c ipodvideo.c | 10 | #BOOTSRC = ipod1g2g.c ipod3g.c ipod4g.c ipodcolor.c ipodmini.c ipodmini2g.c ipodnano.c ipodvideo.c |
11 | #CFLAGS += -DWITH_BOOTOBJS | 11 | #CFLAGS += -DWITH_BOOTOBJS |
12 | 12 | ||
13 | ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) | 13 | ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) |
@@ -69,14 +69,14 @@ ipod4g.c: bootloader-ipod4g.ipod ipod2c | |||
69 | ipodcolor.c: bootloader-ipodcolor.ipod ipod2c | 69 | ipodcolor.c: bootloader-ipodcolor.ipod ipod2c |
70 | ./ipod2c bootloader-ipodcolor.ipod ipodcolor | 70 | ./ipod2c bootloader-ipodcolor.ipod ipodcolor |
71 | 71 | ||
72 | ipodmini1g.c: bootloader-ipodmini1g.ipod ipod2c | 72 | ipodmini.c: bootloader-ipodmini.ipod ipod2c |
73 | ./ipod2c bootloader-ipodmini1g.ipod ipodmini1g | 73 | ./ipod2c bootloader-ipodmini.ipod ipodmini |
74 | 74 | ||
75 | ipodmini2g.c: bootloader-ipodmini2g.ipod ipod2c | 75 | ipodmini2g.c: bootloader-ipodmini2g.ipod ipod2c |
76 | ./ipod2c bootloader-ipodmini2g.ipod ipodmini2g | 76 | ./ipod2c bootloader-ipodmini2g.ipod ipodmini2g |
77 | 77 | ||
78 | ipodnano1g.c: bootloader-ipodnano1g.ipod ipod2c | 78 | ipodnano.c: bootloader-ipodnano.ipod ipod2c |
79 | ./ipod2c bootloader-ipodnano1g.ipod ipodnano1g | 79 | ./ipod2c bootloader-ipodnano.ipod ipodnano |
80 | 80 | ||
81 | ipodvideo.c: bootloader-ipodvideo.ipod ipod2c | 81 | ipodvideo.c: bootloader-ipodvideo.ipod ipod2c |
82 | ./ipod2c bootloader-ipodvideo.ipod ipodvideo | 82 | ./ipod2c bootloader-ipodvideo.ipod ipodvideo |
diff --git a/rbutil/ipodpatcher/ipodpatcher.c b/rbutil/ipodpatcher/ipodpatcher.c index 361232cd27..1a5268bb6d 100644 --- a/rbutil/ipodpatcher/ipodpatcher.c +++ b/rbutil/ipodpatcher/ipodpatcher.c | |||
@@ -37,10 +37,10 @@ | |||
37 | #include "ipod1g2g.h" | 37 | #include "ipod1g2g.h" |
38 | #include "ipod3g.h" | 38 | #include "ipod3g.h" |
39 | #include "ipod4g.h" | 39 | #include "ipod4g.h" |
40 | #include "ipodmini1g.h" | 40 | #include "ipodmini.h" |
41 | #include "ipodmini2g.h" | 41 | #include "ipodmini2g.h" |
42 | #include "ipodcolor.h" | 42 | #include "ipodcolor.h" |
43 | #include "ipodnano1g.h" | 43 | #include "ipodnano.h" |
44 | #include "ipodvideo.h" | 44 | #include "ipodvideo.h" |
45 | #endif | 45 | #endif |
46 | 46 | ||
@@ -1224,7 +1224,7 @@ int getmodel(struct ipod_t* ipod, int ipod_version) | |||
1224 | ipod->modelstr="1st Generation Nano"; | 1224 | ipod->modelstr="1st Generation Nano"; |
1225 | ipod->modelnum = 4; | 1225 | ipod->modelnum = 4; |
1226 | ipod->modelname = "nano"; | 1226 | ipod->modelname = "nano"; |
1227 | ipod->targetname = "ipodnano1g"; | 1227 | ipod->targetname = "ipodnano"; |
1228 | #ifdef WITH_BOOTOBJS | 1228 | #ifdef WITH_BOOTOBJS |
1229 | ipod->bootloader = ipodnano; | 1229 | ipod->bootloader = ipodnano; |
1230 | ipod->bootloader_len = LEN_ipodnano; | 1230 | ipod->bootloader_len = LEN_ipodnano; |
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini index df3f5ef6c9..7230e2c08c 100644 --- a/rbutil/rbutilqt/rbutil.ini +++ b/rbutil/rbutilqt/rbutil.ini | |||
@@ -16,20 +16,20 @@ genlang_url=http://www.rockbox.org/genlang/ | |||
16 | rbutil_url=http://download.rockbox.org/rbutil/ | 16 | rbutil_url=http://download.rockbox.org/rbutil/ |
17 | 17 | ||
18 | [platforms] | 18 | [platforms] |
19 | platform01=archosplayer | 19 | platform01=player |
20 | platform02=archosrecorder | 20 | platform02=recorder |
21 | platform03=archosrecorder8mb | 21 | platform03=recorder8mb |
22 | platform04=archosrecorderv2 | 22 | platform04=recorderv2 |
23 | platform05=archosfmrecorder | 23 | platform05=fmrecorder |
24 | platform06=archosfmrecorder8mb | 24 | platform06=fmrecorder8mb |
25 | platform07=archosondiosp | 25 | platform07=ondiosp |
26 | platform08=archosondiofm | 26 | platform08=ondiofm |
27 | platform10=iriverh100 | 27 | platform10=h100 |
28 | platform11=iriverh120 | 28 | platform11=h120 |
29 | platform12=iriverh300 | 29 | platform12=h300 |
30 | platform13=iriverh10_5gbums | 30 | platform13=h10_5gbums |
31 | platform14=iriverh10_5gbmtp | 31 | platform14=h10_5gbmtp |
32 | platform15=iriverh10 | 32 | platform15=h10 |
33 | platform20=ipod1g2g | 33 | platform20=ipod1g2g |
34 | platform21=ipod3g | 34 | platform21=ipod3g |
35 | platform22=ipod4gray | 35 | platform22=ipod4gray |
@@ -38,12 +38,12 @@ platform24=ipodvideo | |||
38 | platform25=ipodvideo64mb | 38 | platform25=ipodvideo64mb |
39 | platform26=ipodmini1g | 39 | platform26=ipodmini1g |
40 | platform27=ipodmini2g | 40 | platform27=ipodmini2g |
41 | platform28=ipodnano1g | 41 | platform28=ipodnano |
42 | platform30=iaudiox5 | 42 | platform30=iaudiox5 |
43 | platform31=iaudiom5 | 43 | platform31=iaudiom5 |
44 | platform32=iaudiox5v | 44 | platform32=iaudiox5v |
45 | platform33=iaudiom3 | 45 | platform33=iaudiom3 |
46 | platform40=gigabeatfx | 46 | platform40=gigabeatf |
47 | platform44=ondavx747 | 47 | platform44=ondavx747 |
48 | platform45=ondavx747p | 48 | platform45=ondavx747p |
49 | platform46=ondavx777 | 49 | platform46=ondavx777 |
@@ -54,154 +54,154 @@ platform53=sansafuze | |||
54 | platform54=sansam200v4 | 54 | platform54=sansam200v4 |
55 | platform55=sansaclip | 55 | platform55=sansaclip |
56 | platform60=mrobe100 | 56 | platform60=mrobe100 |
57 | platform70=samsungyh820 | 57 | platform70=smsgyh820 |
58 | platform71=samsungyh920 | 58 | platform71=smsgyh920 |
59 | platform72=samsungyh925 | 59 | platform72=smsgyh925 |
60 | 60 | ||
61 | 61 | ||
62 | [archosplayer] | 62 | [player] |
63 | name="Jukebox Player 6000 / Jukebox Studio 5 / 10 / 20" | 63 | name="Jukebox Player 6000 / Jukebox Studio 5 / 10 / 20" |
64 | buildserver_modelname=archosplayer | 64 | buildserver_modelname=player |
65 | bootloadermethod=none | 65 | bootloadermethod=none |
66 | bootloadername= | 66 | bootloadername= |
67 | manualname= | 67 | manualname= |
68 | brand=Archos | 68 | brand=Archos |
69 | configure_modelname=archosplayer | 69 | configure_modelname=player |
70 | encoder=lame | 70 | encoder=lame |
71 | 71 | ||
72 | [archosrecorder] | 72 | [recorder] |
73 | name="Jukebox Recorder 6 / 10 / 15 / 20" | 73 | name="Jukebox Recorder 6 / 10 / 15 / 20" |
74 | buildserver_modelname=archosrecorder | 74 | buildserver_modelname=recorder |
75 | bootloadermethod=none | 75 | bootloadermethod=none |
76 | bootloadername= | 76 | bootloadername= |
77 | manualname= | 77 | manualname= |
78 | brand=Archos | 78 | brand=Archos |
79 | configure_modelname=archosrecorder | 79 | configure_modelname=recorder |
80 | encoder=lame | 80 | encoder=lame |
81 | 81 | ||
82 | [archosrecorder8mb] | 82 | [recorder8mb] |
83 | name="Jukebox Recorder 6 / 10 / 15 / 20 (with 8MiB memory)" | 83 | name="Jukebox Recorder 6 / 10 / 15 / 20 (with 8MiB memory)" |
84 | buildserver_modelname=archosrecorder8mb | 84 | buildserver_modelname=recorder8mb |
85 | bootloadermethod=none | 85 | bootloadermethod=none |
86 | bootloadername= | 86 | bootloadername= |
87 | manualname=rockbox-archosrecorder | 87 | manualname=rockbox-recorder |
88 | brand=Archos | 88 | brand=Archos |
89 | configure_modelname=archosrecorder | 89 | configure_modelname=recorder |
90 | encoder=lame | 90 | encoder=lame |
91 | 91 | ||
92 | [archosrecorderv2] | 92 | [recorderv2] |
93 | name="Jukebox Recorder v2 (20GB)" | 93 | name="Jukebox Recorder v2 (20GB)" |
94 | buildserver_modelname=archosrecorderv2 | 94 | buildserver_modelname=recorderv2 |
95 | bootloadermethod=none | 95 | bootloadermethod=none |
96 | bootloadername= | 96 | bootloadername= |
97 | manualname= | 97 | manualname= |
98 | brand=Archos | 98 | brand=Archos |
99 | configure_modelname=archosrecorderv2 | 99 | configure_modelname=recorderv2 |
100 | encoder=lame | 100 | encoder=lame |
101 | 101 | ||
102 | [archosfmrecorder] | 102 | [fmrecorder] |
103 | name="Jukebox Recorder FM" | 103 | name="Jukebox Recorder FM" |
104 | buildserver_modelname=archosfmrecorder | 104 | buildserver_modelname=fmrecorder |
105 | bootloadermethod=none | 105 | bootloadermethod=none |
106 | bootloadername= | 106 | bootloadername= |
107 | manualname= | 107 | manualname= |
108 | brand=Archos | 108 | brand=Archos |
109 | configure_modelname=archosfmrecorder | 109 | configure_modelname=fmrecorder |
110 | encoder=lame | 110 | encoder=lame |
111 | 111 | ||
112 | [archosfmrecorder8mb] | 112 | [fmrecorder8mb] |
113 | name="Jukebox Recorder FM (with 8MiB memory)" | 113 | name="Jukebox Recorder FM (with 8MiB memory)" |
114 | buildserver_modelname=archosfmrecorder8mb | 114 | buildserver_modelname=fmrecorder8mb |
115 | bootloadermethod=none | 115 | bootloadermethod=none |
116 | bootloadername= | 116 | bootloadername= |
117 | manualname=rockbox-archosfmrecorder | 117 | manualname=rockbox-fmrecorder |
118 | brand=Archos | 118 | brand=Archos |
119 | configure_modelname=archosfmrecorder | 119 | configure_modelname=fmrecorder |
120 | encoder=lame | 120 | encoder=lame |
121 | 121 | ||
122 | [iriverondiosp] | 122 | [ondiosp] |
123 | name="Ondio SP" | 123 | name="Ondio SP" |
124 | buildserver_modelname=archosondiosp | 124 | buildserver_modelname=ondiosp |
125 | bootloadermethod=none | 125 | bootloadermethod=none |
126 | bootloadername= | 126 | bootloadername= |
127 | manualname= | 127 | manualname= |
128 | brand=Archos | 128 | brand=Archos |
129 | configure_modelname=archosondiosp | 129 | configure_modelname=ondiosp |
130 | encoder=lame | 130 | encoder=lame |
131 | 131 | ||
132 | [iriverondiofm] | 132 | [ondiofm] |
133 | name="Ondio FM" | 133 | name="Ondio FM" |
134 | buildserver_modelname=archosondiofm | 134 | buildserver_modelname=ondiofm |
135 | bootloadermethod=none | 135 | bootloadermethod=none |
136 | bootloadername= | 136 | bootloadername= |
137 | manualname= | 137 | manualname= |
138 | brand=Archos | 138 | brand=Archos |
139 | configure_modelname=archosondiofm | 139 | configure_modelname=ondiofm |
140 | encoder=lame | 140 | encoder=lame |
141 | 141 | ||
142 | [iriverh100] | 142 | [h100] |
143 | name="iHP100 / iHP110" | 143 | name="iHP100 / iHP110" |
144 | buildserver_modelname=iriverh100 | 144 | buildserver_modelname=h100 |
145 | bootloadermethod=hex | 145 | bootloadermethod=hex |
146 | bootloadername=/iriver/bootloader-h100.bin | 146 | bootloadername=/iriver/bootloader-h100.bin |
147 | bootloaderfile=/ihp_100.hex | 147 | bootloaderfile=/ihp_100.hex |
148 | manualname=rockbox-iriverh100 | 148 | manualname=rockbox-h100 |
149 | brand=Iriver | 149 | brand=Iriver |
150 | usbid=0x10063001 | 150 | usbid=0x10063001 |
151 | configure_modelname=iriverh100 | 151 | configure_modelname=h100 |
152 | encoder=rbspeex | 152 | encoder=rbspeex |
153 | 153 | ||
154 | [iriverh120] | 154 | [h120] |
155 | name="iHP120 / iHP140 / H120 / H140" | 155 | name="iHP120 / iHP140 / H120 / H140" |
156 | buildserver_modelname=iriverh120 | 156 | buildserver_modelname=h120 |
157 | bootloadermethod=hex | 157 | bootloadermethod=hex |
158 | bootloadername=/iriver/bootloader-h120.bin | 158 | bootloadername=/iriver/bootloader-h120.bin |
159 | bootloaderfile=/ihp_120.hex | 159 | bootloaderfile=/ihp_120.hex |
160 | manualname=rockbox-iriverh100 | 160 | manualname=rockbox-h100 |
161 | brand=Iriver | 161 | brand=Iriver |
162 | usbid=0x10063002 | 162 | usbid=0x10063002 |
163 | configure_modelname=iriverh120 | 163 | configure_modelname=h120 |
164 | encoder=rbspeex | 164 | encoder=rbspeex |
165 | 165 | ||
166 | [iriverh300] | 166 | [h300] |
167 | name="H320 / H340" | 167 | name="H320 / H340" |
168 | buildserver_modelname=iriverh300 | 168 | buildserver_modelname=h300 |
169 | bootloadermethod=hex | 169 | bootloadermethod=hex |
170 | bootloadername=/iriver/bootloader-h300.bin | 170 | bootloadername=/iriver/bootloader-h300.bin |
171 | bootloaderfile=/H300.hex | 171 | bootloaderfile=/H300.hex |
172 | manualname=rockbox-iriverh300 | 172 | manualname=rockbox-h300 |
173 | brand=Iriver | 173 | brand=Iriver |
174 | usbid=0x10063003 | 174 | usbid=0x10063003 |
175 | configure_modelname=iriverh300 | 175 | configure_modelname=h300 |
176 | encoder=rbspeex | 176 | encoder=rbspeex |
177 | 177 | ||
178 | [iriverh10_5gbums] | 178 | [h10_5gbums] |
179 | name="H10 (5 / 6GB) UMS" | 179 | name="H10 (5 / 6GB) UMS" |
180 | buildserver_modelname=iriverh10_5gb | 180 | buildserver_modelname=h10_5gb |
181 | bootloadermethod=mi4 | 181 | bootloadermethod=mi4 |
182 | bootloadername=/iriver/H10.mi4 | 182 | bootloadername=/iriver/H10.mi4 |
183 | bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 | 183 | bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 |
184 | manualname= | 184 | manualname= |
185 | brand=Iriver | 185 | brand=Iriver |
186 | usbid=0x41022002 | 186 | usbid=0x41022002 |
187 | configure_modelname=iriverh10_5gb | 187 | configure_modelname=h10_5gb |
188 | encoder=rbspeex | 188 | encoder=rbspeex |
189 | 189 | ||
190 | [iriverh10_5gbmtp] | 190 | [h10_5gbmtp] |
191 | name="H10 (5 / 6GB) MTP" | 191 | name="H10 (5 / 6GB) MTP" |
192 | buildserver_modelname=iriverh10_5gb | 192 | buildserver_modelname=h10_5gb |
193 | bootloadermethod=mi4 | 193 | bootloadermethod=mi4 |
194 | bootloadername=/iriver/H10_5GB-MTP/H10.mi4 | 194 | bootloadername=/iriver/H10_5GB-MTP/H10.mi4 |
195 | bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 | 195 | bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 |
196 | manualname= | 196 | manualname= |
197 | brand=Iriver | 197 | brand=Iriver |
198 | usbid=0x41022105 | 198 | usbid=0x41022105 |
199 | configure_modelname=iriverh10_5gb | 199 | configure_modelname=h10_5gb |
200 | encoder=rbspeex | 200 | encoder=rbspeex |
201 | 201 | ||
202 | [iriverh10] | 202 | [h10] |
203 | name="H10 (20GB)" | 203 | name="H10 (20GB)" |
204 | buildserver_modelname=iriverh10 | 204 | buildserver_modelname=h10 |
205 | bootloadermethod=mi4 | 205 | bootloadermethod=mi4 |
206 | bootloadername=/iriver/H10_20GC.mi4 | 206 | bootloadername=/iriver/H10_20GC.mi4 |
207 | bootloaderfile=/System/H10_20GC.mi4 | 207 | bootloaderfile=/System/H10_20GC.mi4 |
@@ -209,7 +209,7 @@ manualname= | |||
209 | brand=Iriver | 209 | brand=Iriver |
210 | usbid=0x0b7000ba | 210 | usbid=0x0b7000ba |
211 | usberror=0x41022101 | 211 | usberror=0x41022101 |
212 | configure_modelname=iriverh10 | 212 | configure_modelname=h10 |
213 | encoder=rbspeex | 213 | encoder=rbspeex |
214 | 214 | ||
215 | [ipod1g2g] | 215 | [ipod1g2g] |
@@ -232,14 +232,14 @@ brand=Apple | |||
232 | configure_modelname=ipodcolor | 232 | configure_modelname=ipodcolor |
233 | encoder=rbspeex | 233 | encoder=rbspeex |
234 | 234 | ||
235 | [ipodnano1g] | 235 | [ipodnano] |
236 | name="Ipod Nano (1st gen)" | 236 | name="Ipod Nano (1st gen)" |
237 | buildserver_modelname=ipodnano1g | 237 | buildserver_modelname=ipodnano |
238 | bootloadermethod=ipod | 238 | bootloadermethod=ipod |
239 | bootloadername=/ipod/bootloader-ipodnano1g.ipod | 239 | bootloadername=/ipod/bootloader-ipodnano.ipod |
240 | manualname= | 240 | manualname= |
241 | brand=Apple | 241 | brand=Apple |
242 | configure_modelname=ipodnano1g | 242 | configure_modelname=ipodnano |
243 | encoder=rbspeex | 243 | encoder=rbspeex |
244 | 244 | ||
245 | [ipod4gray] | 245 | [ipod4gray] |
@@ -287,7 +287,7 @@ encoder=rbspeex | |||
287 | name="Ipod Mini (1st gen)" | 287 | name="Ipod Mini (1st gen)" |
288 | buildserver_modelname=ipodmini1g | 288 | buildserver_modelname=ipodmini1g |
289 | bootloadermethod=ipod | 289 | bootloadermethod=ipod |
290 | bootloadername=/ipod/bootloader-ipodmini1g.ipod | 290 | bootloadername=/ipod/bootloader-ipodmini.ipod |
291 | manualname=rockbox-ipodmini2g | 291 | manualname=rockbox-ipodmini2g |
292 | brand=Apple | 292 | brand=Apple |
293 | configure_modelname=ipodmini | 293 | configure_modelname=ipodmini |
@@ -312,7 +312,7 @@ bootloaderfile=/FIRMWARE/x5_fw.bin | |||
312 | manualname= | 312 | manualname= |
313 | brand=Cowon | 313 | brand=Cowon |
314 | usbid=0x0e210510, 0x0e210513 | 314 | usbid=0x0e210510, 0x0e210513 |
315 | configure_modelname=iaudiox5 | 315 | configure_modelname=x5 |
316 | encoder=rbspeex | 316 | encoder=rbspeex |
317 | 317 | ||
318 | [iaudiox5v] | 318 | [iaudiox5v] |
@@ -323,7 +323,7 @@ bootloadername=/iaudio/x5v_fw.bin | |||
323 | bootloaderfile=/FIRMWARE/x5v_fw.bin | 323 | bootloaderfile=/FIRMWARE/x5v_fw.bin |
324 | manualname= | 324 | manualname= |
325 | brand=Cowon | 325 | brand=Cowon |
326 | configure_modelname=iaudiox5 | 326 | configure_modelname=x5 |
327 | encoder=rbspeex | 327 | encoder=rbspeex |
328 | 328 | ||
329 | [iaudiom5] | 329 | [iaudiom5] |
@@ -335,7 +335,7 @@ bootloaderfile=/FIRMWARE/m5_fw.bin | |||
335 | manualname= | 335 | manualname= |
336 | brand=Cowon | 336 | brand=Cowon |
337 | usbid=0x0e210520 | 337 | usbid=0x0e210520 |
338 | configure_modelname=iaudiom5 | 338 | configure_modelname=m5 |
339 | encoder=rbspeex | 339 | encoder=rbspeex |
340 | 340 | ||
341 | [iaudiom3] | 341 | [iaudiom3] |
@@ -347,19 +347,19 @@ bootloaderfile=/FIRMWARE/cowon_m3.bin | |||
347 | manualname= | 347 | manualname= |
348 | brand=Cowon | 348 | brand=Cowon |
349 | usbid=0x0e210500 | 349 | usbid=0x0e210500 |
350 | configure_modelname=iaudiom3 | 350 | configure_modelname=m3 |
351 | encoder=rbspeex | 351 | encoder=rbspeex |
352 | 352 | ||
353 | [gigabeatfx] | 353 | [gigabeatf] |
354 | name="Gigabeat F / X" | 354 | name="Gigabeat F / X" |
355 | buildserver_modelname=gigabeatfx | 355 | buildserver_modelname=gigabeatf |
356 | bootloadermethod=file | 356 | bootloadermethod=file |
357 | bootloadername=/gigabeat/FWIMG01.DAT | 357 | bootloadername=/gigabeat/FWIMG01.DAT |
358 | bootloaderfile=/GBSYSTEM/FWIMG/FWIMG01.DAT | 358 | bootloaderfile=/GBSYSTEM/FWIMG/FWIMG01.DAT |
359 | manualname= | 359 | manualname= |
360 | brand=Toshiba | 360 | brand=Toshiba |
361 | usbid=0x09300009 | 361 | usbid=0x09300009 |
362 | configure_modelname=gigabeatfx | 362 | configure_modelname=gigabeatf |
363 | encoder=rbspeex | 363 | encoder=rbspeex |
364 | 364 | ||
365 | [sansae200] | 365 | [sansae200] |
@@ -371,7 +371,7 @@ manualname= | |||
371 | brand=Sandisk | 371 | brand=Sandisk |
372 | usbid=0x07817421 | 372 | usbid=0x07817421 |
373 | usberror=0x07810720 | 373 | usberror=0x07810720 |
374 | configure_modelname=sansae200 | 374 | configure_modelname=e200 |
375 | encoder=rbspeex | 375 | encoder=rbspeex |
376 | 376 | ||
377 | [sansac200] | 377 | [sansac200] |
@@ -382,7 +382,7 @@ bootloadername=/sandisk-sansa/c200/firmware.mi4 | |||
382 | manualname= | 382 | manualname= |
383 | brand=Sandisk | 383 | brand=Sandisk |
384 | usbid=0x07817450, 0x07817451 | 384 | usbid=0x07817450, 0x07817451 |
385 | configure_modelname=sansac200 | 385 | configure_modelname=c200 |
386 | encoder=rbspeex | 386 | encoder=rbspeex |
387 | 387 | ||
388 | [sansae200v2] | 388 | [sansae200v2] |
@@ -395,7 +395,7 @@ manualname= | |||
395 | brand=Sandisk | 395 | brand=Sandisk |
396 | usbid=0x07817423 | 396 | usbid=0x07817423 |
397 | usberror=0x07817422 | 397 | usberror=0x07817422 |
398 | configure_modelname=sansae200v2 | 398 | configure_modelname=e200v2 |
399 | encoder=rbspeex | 399 | encoder=rbspeex |
400 | 400 | ||
401 | [sansafuze] | 401 | [sansafuze] |
@@ -408,7 +408,7 @@ manualname= | |||
408 | brand=Sandisk | 408 | brand=Sandisk |
409 | usbid=0x078174c1 | 409 | usbid=0x078174c1 |
410 | usberror=0x078174c0 | 410 | usberror=0x078174c0 |
411 | configure_modelname=sansafuze | 411 | configure_modelname=fuze |
412 | encoder=rbspeex | 412 | encoder=rbspeex |
413 | 413 | ||
414 | [sansam200v4] | 414 | [sansam200v4] |
@@ -421,7 +421,7 @@ manualname= | |||
421 | brand=Sandisk | 421 | brand=Sandisk |
422 | usbid= | 422 | usbid= |
423 | usberror= | 423 | usberror= |
424 | configure_modelname=sansam200v4 | 424 | configure_modelname=m200v4 |
425 | encoder=rbspeex | 425 | encoder=rbspeex |
426 | status=disabled | 426 | status=disabled |
427 | 427 | ||
@@ -435,7 +435,7 @@ manualname= | |||
435 | brand=Sandisk | 435 | brand=Sandisk |
436 | usbid=0x07817433 | 436 | usbid=0x07817433 |
437 | usberror=0x07817432 | 437 | usberror=0x07817432 |
438 | configure_modelname=sansaclip | 438 | configure_modelname=clip |
439 | encoder=rbspeex | 439 | encoder=rbspeex |
440 | status=disabled | 440 | status=disabled |
441 | 441 | ||
@@ -490,42 +490,42 @@ configure_modelname=ondavx777 | |||
490 | encoder=rbspeex | 490 | encoder=rbspeex |
491 | status=disabled | 491 | status=disabled |
492 | 492 | ||
493 | [samsungyh820] | 493 | [smsgyh820] |
494 | name="YH-820" | 494 | name="YH-820" |
495 | buildserver_modelname=samsungyh820 | 495 | buildserver_modelname=yh820 |
496 | bootloadermethod=mi4 | 496 | bootloadermethod=mi4 |
497 | bootloadername=/samsung/FW_YH820.mi4 | 497 | bootloadername=/samsung/FW_YH820.mi4 |
498 | bootloaderfile=/SYSTEM/FW_YH820.mi4 | 498 | bootloaderfile=/SYSTEM/FW_YH820.mi4 |
499 | manualname= | 499 | manualname= |
500 | brand=Samsung | 500 | brand=Samsung |
501 | usbid=0x04e85023 | 501 | usbid=0x04e85023 |
502 | configure_modelname=samsungyh820 | 502 | configure_modelname=yh820 |
503 | encoder=rbspeex | 503 | encoder=rbspeex |
504 | status=disabled | 504 | status=disabled |
505 | 505 | ||
506 | [samsungyh920] | 506 | [smsgyh920] |
507 | name="YH-920" | 507 | name="YH-920" |
508 | buildserver_modelname=samsungyh920 | 508 | buildserver_modelname=yh920 |
509 | bootloadermethod=mi4 | 509 | bootloadermethod=mi4 |
510 | bootloadername=/samsung/PP5020.mi4 | 510 | bootloadername=/samsung/PP5020.mi4 |
511 | bootloaderfile=/SYSTEM/FW_YH920.mi4, /SYSTEM/PP5020.mi4 | 511 | bootloaderfile=/SYSTEM/FW_YH920.mi4, /SYSTEM/PP5020.mi4 |
512 | manualname= | 512 | manualname= |
513 | brand=Samsung | 513 | brand=Samsung |
514 | usbid=0x04e85022, 0x04e8501d | 514 | usbid=0x04e85022, 0x04e8501d |
515 | configure_modelname=samsungyh920 | 515 | configure_modelname=yh920 |
516 | encoder=rbspeex | 516 | encoder=rbspeex |
517 | status=disabled | 517 | status=disabled |
518 | 518 | ||
519 | [samsungyh925] | 519 | [smsgyh925] |
520 | name="YH-925" | 520 | name="YH-925" |
521 | buildserver_modelname=samsungyh925 | 521 | buildserver_modelname=yh925 |
522 | bootloadermethod=mi4 | 522 | bootloadermethod=mi4 |
523 | bootloadername=/samsung/FW_YH925.mi4 | 523 | bootloadername=/samsung/FW_YH925.mi4 |
524 | bootloaderfile=/SYSTEM/FW_YH925.mi4 | 524 | bootloaderfile=/SYSTEM/FW_YH925.mi4 |
525 | manualname= | 525 | manualname= |
526 | brand=Samsung | 526 | brand=Samsung |
527 | usbid=0x04e85024 | 527 | usbid=0x04e85024 |
528 | configure_modelname=samsungyh925 | 528 | configure_modelname=yh925 |
529 | encoder=rbspeex | 529 | encoder=rbspeex |
530 | status=disabled | 530 | status=disabled |
531 | 531 | ||