]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - drivedb.h
40a20ec49fb70565578c5e4bb428ce51ed1bfc2a
[mirror_smartmontools-debian.git] / drivedb.h
1 /*
2 * drivedb.h - smartmontools drive database file
3 *
4 * Home page of code is: http://smartmontools.sourceforge.net
5 *
6 * Copyright (C) 2003-11 Philip Williams, Bruce Allen
7 * Copyright (C) 2008-12 Christian Franke <smartmontools-support@lists.sourceforge.net>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2, or (at your option)
12 * any later version.
13 *
14 * You should have received a copy of the GNU General Public License
15 * (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
16 *
17 */
18
19 /*
20 * Structure used to store drive database entries:
21 *
22 * struct drive_settings {
23 * const char * modelfamily;
24 * const char * modelregexp;
25 * const char * firmwareregexp;
26 * const char * warningmsg;
27 * const char * presets;
28 * };
29 *
30 * The elements are used in the following ways:
31 *
32 * modelfamily Informal string about the model family/series of a
33 * device. Set to "" if no info (apart from device id)
34 * known. The entry is ignored if this string starts with
35 * a dollar sign. Must not start with "USB:", see below.
36 * modelregexp POSIX extended regular expression to match the model of
37 * a device. This should never be "".
38 * firmwareregexp POSIX extended regular expression to match a devices's
39 * firmware. This is optional and should be "" if it is not
40 * to be used. If it is nonempty then it will be used to
41 * narrow the set of devices matched by modelregexp.
42 * warningmsg A message that may be displayed for matching drives. For
43 * example, to inform the user that they may need to apply a
44 * firmware patch.
45 * presets String with vendor-specific attribute ('-v') and firmware
46 * bug fix ('-F') options. Same syntax as in smartctl command
47 * line. The user's own settings override these.
48 *
49 * The regular expressions for drive model and firmware must match the full
50 * string. The effect of "^FULLSTRING$" is identical to "FULLSTRING".
51 * The form ".*SUBSTRING.*" can be used if substring match is desired.
52 *
53 * The table will be searched from the start to end or until the first match,
54 * so the order in the table is important for distinct entries that could match
55 * the same drive.
56 *
57 *
58 * Format for USB ID entries:
59 *
60 * modelfamily String with format "USB: DEVICE; BRIDGE" where
61 * DEVICE is the name of the device and BRIDGE is
62 * the name of the USB bridge. Both may be empty
63 * if no info known.
64 * modelregexp POSIX extended regular expression to match the USB
65 * vendor:product ID in hex notation ("0x1234:0xabcd").
66 * This should never be "".
67 * firmwareregexp POSIX extended regular expression to match the USB
68 * bcdDevice info. Only compared during search if other
69 * entries with same USB vendor:product ID exist.
70 * warningmsg Not used yet.
71 * presets String with one device type ('-d') option.
72 *
73 */
74
75 /*
76 const drive_settings builtin_knowndrives[] = {
77 */
78 { "$Id: drivedb.h 3515 2012-02-27 21:05:25Z chrfranke $",
79 "-", "-",
80 "This is a dummy entry to hold the SVN-Id of drivedb.h",
81 ""
82 },
83 { "Apple SSD SM128", // Samsung?
84 "APPLE SSD SM128",
85 "", "", ""
86 },
87 { "Asus-Phison SSD",
88 "ASUS-PHISON SSD",
89 "", "", ""
90 },
91 { "Crucial/Micron RealSSD C300/C400",
92 "C300-CTFDDA[AC](064|128|256)MAG|" // Marvell 88SS9174 BJP2, tested with C300-CTFDDAC128MAG/0002
93 "C400-MTFDDA[ACK](064|128|256|512)MAM|" // tested with C400-MTFDDAC256MAM/0002
94 "M4-CT(064|128|256)M4SSD2", // tested with M4-CT064M4SSD2/0002
95 "", "",
96 //"-v 1,raw48,Raw_Read_Error_Rate "
97 //"-v 5,raw48,Reallocated_Sector_Ct "
98 //"-v 9,raw48,Power_On_Hours "
99 //"-v 12,raw48,Power_Cycle_Count "
100 "-v 170,raw48,Grown_Failing_Block_Ct "
101 "-v 171,raw48,Program_Fail_Count "
102 "-v 172,raw48,Erase_Fail_Count "
103 "-v 173,raw48,Wear_Levelling_Count "
104 "-v 174,raw48,Unexpect_Power_Loss_Ct "
105 "-v 181,raw16,Non4k_Aligned_Access "
106 "-v 183,raw48,SATA_Iface_Downshift "
107 //"-v 184,raw48,End-to-End_Error "
108 "-v 189,raw48,Factory_Bad_Block_Ct "
109 "-v 202,raw48,Perc_Rated_Life_Used "
110 "-v 206,raw48,Write_Error_Rate"
111 },
112 { "SandForce Driven SSDs",
113 "SandForce 1st Ed\\.|" // Demo Drive, tested with firmware 320A13F0
114 "ADATA SSD S(510|599) .?..GB|" // tested with ADATA SSD S510 60GB/320ABBF0,
115 // ADATA SSD S599 256GB/3.1.0, 64GB/3.4.6
116 "Corsair CSSD-F(40|60|80|120|160|240)GBP?2.*|" // Corsair Force, tested with
117 // Corsair CSSD-F40GB2/1.1
118 "Corsair Force (3 SSD|GT)|" // SF-2281, tested with Corsair Force 3 SSD/1.3.2, GT/1.3.3
119 "FTM(06|12|24|48)CT25H|" // Supertalent TeraDrive CT, tested with
120 // FTM24CT25H/STTMP2P1
121 "KINGSTON SH100S3(120|240)G|" // Hyper-X, SF-2281, tested with SH100S3240G/320ABBF0
122 "OCZ[ -](AGILITY2([ -]EX)?|COLOSSUS2|ONYX2|VERTEX2|VERTEX-LE)( [123]\\..*)?|" // SF-1200,
123 // tested with OCZ-VERTEX2/1.11, OCZ-VERTEX2 3.5/1.11
124 "OCZ-REVODRIVE( X2)?|" // PCIe, SF-1200, tested with OCZ-REVODRIVE( X2)?/1.20
125 "OCZ-REVODRIVE3( X2)?|" // PCIe, SF-2281, tested with OCZ-REVODRIVE3 X2/2.11
126 "OCZ[ -](VELO|VERTEX2[ -](EX|PRO))( [123]\\..*)?|" // SF-1500, tested with
127 // OCZ VERTEX2-PRO/1.10 (Bogus thresholds for attribute 232 and 235)
128 "D2[CR]STK251...-....|" // OCZ Deneva 2 C/R, SF-22xx/25xx,
129 // tested with D2CSTK251M11-0240/2.08, D2CSTK251A10-0240/2.15
130 "OCZ-(AGILITY3|SOLID3|VERTEX3( MI)?)|" // SF-2200, tested with OCZ-VERTEX3/2.02,
131 // OCZ-AGILITY3/2.11, OCZ-SOLID3/2.15, OCZ-VERTEX3 MI/2.15
132 "OCZ Z-DRIVE R4 [CR]M8[48]|" // PCIe, SF-2282/2582, tested with OCZ Z-DRIVE R4 CM84/2.13
133 // (Bogus attributes under Linux)
134 "(APOC|DENC|DENEVA|FTNC|GFGC|MANG|MMOC|NIMC|TMSC).*|" // other OCZ SF-1200,
135 // tested with DENCSTE251M11-0120/1.33, DENEVA PCI-E/1.33
136 "(DENR|DRSAK|EC188|NIMR|PSIR|TRSAK).*|" // other OCZ SF-1500
137 "OWC Mercury Extreme Pro (RE )?SSD|" // tested with
138 // OWC Mercury Extreme Pro SSD/360A13F0
139 "Patriot Pyro|" // tested with Patriot Pyro/332ABBF0
140 "UGB(88P|99S)GC...H[BF].", // Unigen, tested with
141 // UGB88PGC100HF2/MP Rev2, UGB99SGC100HB3/RC Rev3
142 "", "",
143 "-v 1,raw24/raw32,Raw_Read_Error_Rate "
144 "-v 5,raw48,Retired_Block_Count "
145 "-v 9,msec24hour32,Power_On_Hours_and_Msec "
146 //"-v 12,raw48,Power_Cycle_Count "
147 "-v 13,raw24/raw32,Soft_Read_Error_Rate "
148 "-v 100,raw48,Gigabytes_Erased "
149 "-v 170,raw48,Reserve_Block_Count "
150 "-v 171,raw48,Program_Fail_Count "
151 "-v 172,raw48,Erase_Fail_Count "
152 "-v 174,raw48,Unexpect_Power_Loss_Ct "
153 "-v 177,raw48,Wear_Range_Delta "
154 "-v 181,raw48,Program_Fail_Count "
155 "-v 182,raw48,Erase_Fail_Count "
156 "-v 184,raw48,IO_Error_Detect_Code_Ct "
157 //"-v 187,raw48,Reported_Uncorrect "
158 //"-v 194,tempminmax,Temperature_Celsius "
159 "-v 195,raw24/raw32,ECC_Uncorr_Error_Count "
160 //"-v 196,raw48,Reallocated_Event_Count "
161 "-v 198,hex48,Uncorrectable_Sector_Ct "
162 "-v 199,raw48,SATA_CRC_Error_Count "
163 "-v 201,raw24/raw32,Unc_Soft_Read_Err_Rate "
164 "-v 204,raw24/raw32,Soft_ECC_Correct_Rate "
165 "-v 230,raw48,Life_Curve_Status "
166 "-v 231,raw48,SSD_Life_Left "
167 //"-v 232,raw48,Available_Reservd_Space "
168 "-v 233,raw48,SandForce_Internal "
169 "-v 234,raw48,SandForce_Internal "
170 "-v 235,raw48,SuperCap_Health "
171 "-v 241,raw48,Lifetime_Writes_GiB "
172 "-v 242,raw48,Lifetime_Reads_GiB"
173 },
174 { "Indilinx Barefoot based SSDs",
175 "Corsair CSSD-V(32|60|64|128|256)GB2|" // Corsair Nova, tested with Corsair CSSD-V32GB2/2.2
176 "CRUCIAL_CT(64|128|256)M225|" // tested with CRUCIAL_CT64M225/1571
177 "G.SKILL FALCON (64|128|256)GB SSD|" // tested with G.SKILL FALCON 128GB SSD/2030
178 "OCZ[ -](AGILITY|ONYX|VERTEX( 1199|-TURBO)?)|" // tested with
179 // OCZ-ONYX/1.6, OCZ-VERTEX 1199/00.P97, OCZ-VERTEX/1.30, OCZ VERTEX-TURBO/1.5
180 "Patriot[ -]Torqx.*|"
181 "RENICE Z2|" // tested with RENICE Z2/2030
182 "STT_FT[MD](28|32|56|64)GX25H|" // Super Talent Ultradrive GX, tested with STT_FTM64GX25H/1916
183 "TS(18|25)M(64|128)MLC(16|32|64|128|256|512)GSSD|" // ASAX Leopard Hunt II, tested with TS25M64MLC64GSSD/0.1
184 "FM-25S2I-(64|128)GBFII|" // G.Skill FALCON II, tested with FM-25S2I-64GBFII
185 "TS(60|120)GSSD25D-M", // Transcend Ultra SSD (SATA II), see also Ticket #80
186 "", "",
187 "-v 1,raw64 " // Raw_Read_Error_Rate
188 "-v 9,raw64 " // Power_On_Hours
189 "-v 12,raw64 " // Power_Cycle_Count
190 "-v 184,raw64,Initial_Bad_Block_Count "
191 "-v 195,raw64,Program_Failure_Blk_Ct "
192 "-v 196,raw64,Erase_Failure_Blk_Ct "
193 "-v 197,raw64,Read_Failure_Blk_Ct "
194 "-v 198,raw64,Read_Sectors_Tot_Ct "
195 "-v 199,raw64,Write_Sectors_Tot_Ct "
196 "-v 200,raw64,Read_Commands_Tot_Ct "
197 "-v 201,raw64,Write_Commands_Tot_Ct "
198 "-v 202,raw64,Error_Bits_Flash_Tot_Ct "
199 "-v 203,raw64,Corr_Read_Errors_Tot_Ct "
200 "-v 204,raw64,Bad_Block_Full_Flag "
201 "-v 205,raw64,Max_PE_Count_Spec "
202 "-v 206,raw64,Min_Erase_Count "
203 "-v 207,raw64,Max_Erase_Count "
204 "-v 208,raw64,Average_Erase_Count "
205 "-v 209,raw64,Remaining_Lifetime_Perc "
206 "-v 210,raw64,Indilinx_Internal "
207 "-v 211,raw64,SATA_Error_Ct_CRC "
208 "-v 212,raw64,SATA_Error_Ct_Handshake "
209 "-v 213,raw64,Indilinx_Internal"
210 },
211 { "Indilinx Martini based SSDs",
212 "OCZ VERTEX-PLUS", // tested with OCZ VERTEX-PLUS/3.55
213 "", "", ""
214 //"-v 1,raw48,Raw_Read_Error_Rate "
215 //"-v 3,raw48,Spin_Up_Time "
216 //"-v 4,raw48,Start_Stop_Count "
217 //"-v 5,raw48,Reallocated_Sector_Ct "
218 //"-v 9,raw48,Power_On_Hours "
219 //"-v 12,raw48,Power_Cycle_Count "
220 //"-v 232,raw48,Available_Reservd_Space "
221 //"-v 233,raw48,Media_Wearout_Indicator"
222 },
223 { "Intel X25-E SSDs",
224 "SSDSA2SH(032|064)G1.* INTEL", // G1 = first generation
225 "", "",
226 //"-v 3,raw48,Spin_Up_Time "
227 //"-v 4,raw48,Start_Stop_Count "
228 //"-v 5,raw48,Reallocated_Sector_Ct "
229 //"-v 9,raw48,Power_On_Hours "
230 //"-v 12,raw48,Power_Cycle_Count "
231 "-v 192,raw48,Unsafe_Shutdown_Count "
232 "-v 225,raw48,Host_Writes_32MiB "
233 "-v 226,raw48,Intel_Internal "
234 "-v 227,raw48,Intel_Internal "
235 "-v 228,raw48,Intel_Internal "
236 //"-v 232,raw48,Available_Reservd_Space "
237 //"-v 233,raw48,Media_Wearout_Indicator"
238 },
239 { "Intel X18-M/X25-M G1 SSDs",
240 "INTEL SSDSA[12]MH(080|160)G1.*", // G1 = first generation, 50nm
241 "", "",
242 //"-v 3,raw48,Spin_Up_Time "
243 //"-v 4,raw48,Start_Stop_Count "
244 //"-v 5,raw48,Reallocated_Sector_Ct "
245 //"-v 9,raw48,Power_On_Hours "
246 //"-v 12,raw48,Power_Cycle_Count "
247 "-v 192,raw48,Unsafe_Shutdown_Count "
248 "-v 225,raw48,Host_Writes_32MiB "
249 "-v 226,raw48,Intel_Internal "
250 "-v 227,raw48,Intel_Internal "
251 "-v 228,raw48,Intel_Internal "
252 //"-v 232,raw48,Available_Reservd_Space "
253 //"-v 233,raw48,Media_Wearout_Indicator"
254 },
255 { "Intel X18-M/X25-M/X25-V G2 SSDs", // fixed firmware
256 // tested with INTEL SSDSA2M(080|160)G2GC/2CV102J8 (X25-M)
257 "INTEL SSDSA[12]M(040|080|120|160)G2.*", // G2 = second generation, 34nm
258 "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
259 "",
260 //"-v 3,raw48,Spin_Up_Time "
261 //"-v 4,raw48,Start_Stop_Count "
262 //"-v 5,raw48,Reallocated_Sector_Ct "
263 //"-v 9,raw48,Power_On_Hours "
264 //"-v 12,raw48,Power_Cycle_Count "
265 //"-v 184,raw48,End-to-End_Error " // G2 only
266 "-v 192,raw48,Unsafe_Shutdown_Count "
267 "-v 225,raw48,Host_Writes_32MiB "
268 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
269 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
270 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
271 //"-v 232,raw48,Available_Reservd_Space "
272 //"-v 233,raw48,Media_Wearout_Indicator"
273 },
274 { "Intel X18-M/X25-M/X25-V G2 SSDs", // buggy or unknown firmware
275 // tested with INTEL SSDSA2M040G2GC/2CV102HD (X25-V)
276 "INTEL SSDSA[12]M(040|080|120|160)G2.*",
277 "",
278 "This drive may require a firmware update to\n"
279 "fix possible drive hangs when reading SMART self-test log:\n"
280 "http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=18363",
281 "-v 192,raw48,Unsafe_Shutdown_Count "
282 "-v 225,raw48,Host_Writes_32MiB "
283 "-v 226,raw48,Workld_Media_Wear_Indic "
284 "-v 227,raw48,Workld_Host_Reads_Perc "
285 "-v 228,raw48,Workload_Minutes"
286 },
287 { "Intel 320 Series SSDs", // tested with INTEL SSDSA2CT040G3/4PC10362
288 "INTEL SSDSA[12]C[WT](040|080|120|160|300|600)G3",
289 "", "",
290 //"-v 3,raw48,Spin_Up_Time "
291 //"-v 4,raw48,Start_Stop_Count "
292 //"-v 5,raw48,Reallocated_Sector_Ct "
293 //"-v 9,raw48,Power_On_Hours "
294 //"-v 12,raw48,Power_Cycle_Count "
295 "-v 170,raw48,Reserve_Block_Count "
296 "-v 171,raw48,Program_Fail_Count "
297 "-v 172,raw48,Erase_Fail_Count "
298 //"-v 184,raw48,End-to-End_Error "
299 //"-v 187,raw48,Reported_Uncorrect "
300 "-v 192,raw48,Unsafe_Shutdown_Count "
301 "-v 225,raw48,Host_Writes_32MiB "
302 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
303 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
304 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
305 //"-v 232,raw48,Available_Reservd_Space "
306 //"-v 233,raw48,Media_Wearout_Indicator "
307 "-v 241,raw48,Host_Writes_32MiB "
308 "-v 242,raw48,Host_Reads_32MiB"
309 },
310 { "Intel 710 Series SSDs", // tested with INTEL SSDSA2BZ100G3/6PB10362
311 "INTEL SSDSA2BZ(100|200|300)G3",
312 "", "",
313 //"-v 3,raw48,Spin_Up_Time "
314 //"-v 4,raw48,Start_Stop_Count "
315 //"-v 5,raw48,Reallocated_Sector_Ct "
316 //"-v 9,raw48,Power_On_Hours "
317 //"-v 12,raw48,Power_Cycle_Count "
318 "-v 170,raw48,Reserve_Block_Count "
319 "-v 171,raw48,Program_Fail_Count "
320 "-v 172,raw48,Erase_Fail_Count "
321 //"-v 174,raw48,Unknown_Attribute "
322 "-v 183,raw48,SATA_Downshift_Count "
323 //"-v 184,raw48,End-to-End_Error "
324 //"-v 187,raw48,Reported_Uncorrect "
325 //"-v 190,raw48,Airflow_Temperature_Cel "
326 "-v 192,raw48,Unsafe_Shutdown_Count "
327 "-v 225,raw48,Host_Writes_32MiB "
328 "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)
329 "-v 227,raw48,Workld_Host_Reads_Perc " // Timed Workload Host Reads Percentage
330 "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'
331 //"-v 232,raw48,Available_Reservd_Space "
332 //"-v 233,raw48,Media_Wearout_Indicator "
333 "-v 241,raw48,Host_Writes_32MiB "
334 "-v 242,raw48,Host_Reads_32MiB"
335 },
336 { "Intel 510 Series SSDs",
337 "INTEL SSDSC2MH(120|250)A2",
338 "", "",
339 //"-v 3,raw48,Spin_Up_Time "
340 //"-v 4,raw48,Start_Stop_Count "
341 //"-v 5,raw48,Reallocated_Sector_Ct "
342 //"-v 9,raw48,Power_On_Hours "
343 //"-v 12,raw48,Power_Cycle_Count "
344 "-v 192,raw48,Unsafe_Shutdown_Count "
345 "-v 225,raw48,Host_Writes_32MiB "
346 //"-v 232,raw48,Available_Reservd_Space "
347 //"-v 233,raw48,Media_Wearout_Indicator"
348 },
349 { "Kingston branded X25-V SSDs", // fixed firmware
350 "KINGSTON SSDNow 40GB",
351 "2CV102(J[89A-Z]|[K-Z].)", // >= "2CV102J8"
352 "",
353 "-v 192,raw48,Unsafe_Shutdown_Count "
354 "-v 225,raw48,Host_Writes_32MiB "
355 "-v 226,raw48,Workld_Media_Wear_Indic "
356 "-v 227,raw48,Workld_Host_Reads_Perc "
357 "-v 228,raw48,Workload_Minutes"
358 },
359 { "Kingston branded X25-V SSDs", // buggy or unknown firmware
360 "KINGSTON SSDNow 40GB",
361 "",
362 "This drive may require a firmware update to\n"
363 "fix possible drive hangs when reading SMART self-test log.\n"
364 "To update Kingston branded drives, a modified Intel update\n"
365 "tool must be used. Search for \"kingston 40gb firmware\".",
366 "-v 192,raw48,Unsafe_Shutdown_Count "
367 "-v 225,raw48,Host_Writes_32MiB "
368 "-v 226,raw48,Workld_Media_Wear_Indic "
369 "-v 227,raw48,Workld_Host_Reads_Perc "
370 "-v 228,raw48,Workload_Minutes"
371 },
372 { "JMicron based SSDs", // JMicron JMF60x
373 "Kingston SSDNow V Series [0-9]*GB|" // tested with Kingston SSDNow V Series 64GB/B090522a
374 "TS(2|4|8|16|32|64|128|192)GSSD25S?-(M|S)", // Transcend IDE and SATA, tested with TS32GSSD25-M/V090331
375 "[BV].*", // other Transcend SSD versions will be catched by subsequent entry
376 "",
377 //"-v 9,raw48,Power_On_Hours " // raw value always 0?
378 //"-v 12,raw48,Power_Cycle_Count "
379 //"-v 194,tempminmax,Temperature_Celsius " // raw value always 0?
380 "-v 229,hex64:w012345r,Halt_System/Flash_ID " // Halt, Flash[7]
381 "-v 232,hex64:w012345r,Firmware_Version_Info " // "YYMMDD", #Channels, #Banks
382 "-v 233,hex48:w01234,ECC_Fail_Record " // Fail number, Row[3], Channel, Bank
383 "-v 234,raw24/raw24:w01234,Avg/Max_Erase_Ct "
384 "-v 235,raw24/raw24:w01z23,Good/Sys_Block_Ct"
385 // 1.....................................40 chars limit for smartmontools <= r3343
386 },
387 { "JMicron based SSDs", // JMicron JMF61x
388 "ADATA S596 Turbo|" // tested with ADATA S596 Turbo 256GB SATA SSD (JMicron JMF616)
389 "APPLE SSD TS.*|" // Toshiba?, tested with APPLE SSD TS064C/CJAA0201
390 "KINGSTON SNV425S2(64|128)GB|" // SSDNow V Series (2. Generation, JMF618),
391 // tested with KINGSTON SNV425S264GB/C091126a
392 "KINGSTON SS100S2(8|16)G|" // SSDNow S100 Series, tested with KINGSTON SS100S28G/D100309a
393 "KINGSTON SVP?100S2B?(64|96|128|256|512)G|" // SSDNow V100/V+100 Series,
394 // tested with KINGSTON SVP100S296G/CJR10202,
395 // KINGSTON SV100S2256G/D110225a
396 "TOSHIBA THNS128GG4BBAA|" // Toshiba / Super Talent UltraDrive DX,
397 // tested with Toshiba 128GB 2.5" SSD (built in MacBooks)
398 "TOSHIBA THNSNC128GMLJ|" // tested with THNSNC128GMLJ/CJTA0202 (built in Toshiba Protege/Dynabook)
399 "TS(8|16|32|64|128|192|256|512)GSSD25S-(MD?|S)", // Transcend SATA (JMF612), tested with TS256GSSD25S-M/101028
400 "", "",
401 //"-v 1,raw48,Raw_Read_Error_Rate "
402 //"-v 2,raw48,Throughput_Performance "
403 "-v 3,raw48,Unknown_Attribute "
404 //"-v 5,raw48,Reallocated_Sector_Ct "
405 "-v 7,raw48,Unknown_Attribute "
406 "-v 8,raw48,Unknown_Attribute "
407 //"-v 9,raw48,Power_On_Hours "
408 "-v 10,raw48,Unknown_Attribute "
409 //"-v 12,raw48,Power_Cycle_Count "
410 //"-v 167,raw48,Unknown_Attribute "
411 "-v 168,raw48,SATA_Phy_Error_Count "
412 //"-v 169,raw48,Unknown_Attribute "
413 "-v 170,raw16,Bad_Block_Count "
414 "-v 173,raw16,Erase_Count "
415 "-v 175,raw48,Bad_Cluster_Table_Count "
416 "-v 192,raw48,Unexpect_Power_Loss_Ct "
417 //"-v 194,tempminmax,Temperature_Celsius "
418 //"-v 197,raw48,Current_Pending_Sector "
419 "-v 240,raw48,Unknown_Attribute"
420 },
421 { "Samsung based SSDs",
422 "SAMSUNG SSD PM800 .*GB|" // SAMSUNG PM800 SSDs, tested with SAMSUNG SSD PM800 TH 64GB/VBM25D1Q
423 "SAMSUNG SSD PM810 .*GB|" // SAMSUNG PM810 (470 series) SSDs, tested with SAMSUNG SSD PM810 2.5" 128GB/AXM06D1Q
424 "SAMSUNG 470 Series SSD|" // tested with SAMSUNG 470 Series SSD 64GB/AXM09B1Q
425 "SAMSUNG SSD 830 Series", // tested with SAMSUNG SSD 830 Series 64GB/CXM03B1Q
426 "", "",
427 //"-v 9,raw48,Power_On_Hours "
428 //"-v 12,raw48,Power_Cycle_Count "
429 //"-v 175,raw48,Program_Fail_Count_Chip "
430 //"-v 176,raw48,Erase_Fail_Count_Chip "
431 //"-v 177,raw48,Wear_Leveling_Count "
432 //"-v 178,raw48,Used_Rsvd_Blk_Cnt_Chip "
433 //"-v 179,raw48,Used_Rsvd_Blk_Cnt_Tot "
434 //"-v 180,raw48,Unused_Rsvd_Blk_Cnt_Tot "
435 //"-v 181,raw48,Program_Fail_Cnt_Total "
436 //"-v 182,raw48,Erase_Fail_Count_Total "
437 //"-v 183,raw48,Runtime_Bad_Block "
438 "-v 187,raw48,Uncorrectable_Error_Cnt "
439 //"-v 190,raw48,Temperature_Exceed_Cnt " // seems to be some sort of temperature value for 470 Series?
440 //"-v 194,raw48,Airflow_Temperature "
441 "-v 195,raw48,ECC_Rate "
442 //"-v 198,raw48,Offline_Uncorrectable "
443 "-v 199,raw48,CRC_Error_Count "
444 "-v 201,raw48,Supercap_Status "
445 "-v 202,raw48,Exception_Mode_Status"
446 //"-v 240,raw48,Unknown_Attribute " // 830 Series
447 //"-v 241,raw48,Total_LBAs_Written" // 830 Series
448 },
449 { "Transcend CompactFlash Cards", // tested with TRANSCEND/20080820,
450 // TS4GCF133/20100709, TS16GCF133/20100709
451 "TRANSCEND|TS(4|8|16)GCF133",
452 "", "",
453 "-v 7,raw48,Unknown_Attribute "
454 "-v 8,raw48,Unknown_Attribute"
455 },
456 { "Marvell SSD SD88SA024BA0 (SUN branded)",
457 "MARVELL SD88SA024BA0 SUN24G 0902M0054V",
458 "", "", ""
459 },
460 { "HP 1TB SATA disk GB1000EAFJL",
461 "GB1000EAFJL",
462 "", "", ""
463 },
464 { "HP 500GB SATA disk MM0500EANCR",
465 "MM0500EANCR",
466 "", "", ""
467 },
468 { "HP 250GB SATA disk VB0250EAVER",
469 "VB0250EAVER",
470 "", "", ""
471 },
472 { "IBM Deskstar 60GXP", // ER60A46A firmware
473 "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
474 "ER60A46A",
475 "", ""
476 },
477 { "IBM Deskstar 60GXP", // All other firmware
478 "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
479 "",
480 "IBM Deskstar 60GXP drives may need upgraded SMART firmware.\n"
481 "Please see http://haque.net/dtla_update/ and\n"
482 "http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
483 ""
484 },
485 { "IBM Deskstar 40GV & 75GXP (A5AA/A6AA firmware)",
486 "(IBM-)?DTLA-30[57]0[123467][05].*",
487 "T[WX][123468AG][OF]A[56]AA",
488 "", ""
489 },
490 { "IBM Deskstar 40GV & 75GXP (all other firmware)",
491 "(IBM-)?DTLA-30[57]0[123467][05].*",
492 "",
493 "IBM Deskstar 40GV and 75GXP drives may need upgraded SMART firmware.\n"
494 "Please see http://haque.net/dtla_update/ and\n"
495 "http://www.ibm.com/pc/support/site.wss/MIGR-42215.html",
496 ""
497 },
498 { "", // ExcelStor J240, J340, J360, J680, J880 and J8160
499 "ExcelStor Technology J(24|34|36|68|88|816)0",
500 "", "", ""
501 },
502 { "", // Fujitsu M1623TAU
503 "FUJITSU M1623TAU",
504 "",
505 "",
506 "-v 9,seconds"
507 },
508 { "Fujitsu MHG",
509 "FUJITSU MHG2...ATU?.*",
510 "",
511 "",
512 "-v 9,seconds"
513 },
514 { "Fujitsu MHH",
515 "FUJITSU MHH2...ATU?.*",
516 "",
517 "",
518 "-v 9,seconds"
519 },
520 { "Fujitsu MHJ",
521 "FUJITSU MHJ2...ATU?.*",
522 "",
523 "",
524 "-v 9,seconds"
525 },
526 { "Fujitsu MHK",
527 "FUJITSU MHK2...ATU?.*",
528 "",
529 "",
530 "-v 9,seconds"
531 },
532 { "", // Fujitsu MHL2300AT
533 "FUJITSU MHL2300AT",
534 "",
535 "This drive's firmware has a harmless Drive Identity Structure\n"
536 "checksum error bug.",
537 "-v 9,seconds"
538 },
539 { "", // MHM2200AT, MHM2150AT, MHM2100AT, MHM2060AT
540 "FUJITSU MHM2(20|15|10|06)0AT",
541 "",
542 "This drive's firmware has a harmless Drive Identity Structure\n"
543 "checksum error bug.",
544 "-v 9,seconds"
545 },
546 { "Fujitsu MHN",
547 "FUJITSU MHN2...AT",
548 "",
549 "",
550 "-v 9,seconds"
551 },
552 { "", // Fujitsu MHR2020AT
553 "FUJITSU MHR2020AT",
554 "",
555 "",
556 "-v 9,seconds"
557 },
558 { "", // Fujitsu MHR2040AT
559 "FUJITSU MHR2040AT",
560 "", // Tested on 40BA
561 "",
562 "-v 9,seconds -v 192,emergencyretractcyclect "
563 "-v 198,offlinescanuncsectorct -v 200,writeerrorcount"
564 },
565 { "Fujitsu MHS AT",
566 "FUJITSU MHS20[6432]0AT( .)?",
567 "",
568 "",
569 "-v 9,seconds -v 192,emergencyretractcyclect "
570 "-v 198,offlinescanuncsectorct -v 200,writeerrorcount "
571 "-v 201,detectedtacount"
572 },
573 { "Fujitsu MHT", // tested with FUJITSU MHT2030AC/909B
574 "FUJITSU MHT2...(AC|AH|AS|AT|BH)U?.*",
575 "",
576 "",
577 "-v 9,seconds"
578 },
579 { "Fujitsu MHU",
580 "FUJITSU MHU2...ATU?.*",
581 "",
582 "",
583 "-v 9,seconds"
584 },
585 { "Fujitsu MHV",
586 "FUJITSU MHV2...(AH|AS|AT|BH|BS|BT).*",
587 "",
588 "",
589 "-v 9,seconds"
590 },
591 { "Fujitsu MPA..MPG",
592 "FUJITSU MP[A-G]3...A[HTEV]U?.*",
593 "",
594 "",
595 "-v 9,seconds"
596 },
597 { "Fujitsu MHY BH",
598 "FUJITSU MHY2(04|06|08|10|12|16|20|25)0BH.*",
599 "", "",
600 "-v 240,raw48,Transfer_Error_Rate"
601 },
602 { "Fujitsu MHW AC", // tested with FUJITSU MHW2060AC/00900004
603 "FUJITSU MHW20(40|60)AC",
604 "", "", ""
605 },
606 { "Fujitsu MHW BH",
607 "FUJITSU MHW2(04|06|08|10|12|16)0BH.*",
608 "", "", ""
609 },
610 { "Fujitsu MHW BJ",
611 "FUJITSU MHW2(08|12|16)0BJ.*",
612 "", "", ""
613 },
614 { "Fujitsu MHZ BH",
615 "FUJITSU MHZ2(04|08|12|16|20|25|32)0BH.*",
616 "", "", ""
617 },
618 { "Fujitsu MHZ BJ",
619 "FUJITSU MHZ2(08|12|16|20|25|32)0BJ.*",
620 "",
621 "",
622 "-v 9,minutes"
623 },
624 { "Fujitsu MHZ BS",
625 "FUJITSU MHZ2(12|25)0BS.*",
626 "", "", ""
627 },
628 { "Fujitsu MHZ BK",
629 "FUJITSU MHZ2(08|12|16|25)0BK.*",
630 "", "", ""
631 },
632 { "Fujitsu MJA BH",
633 "FUJITSU MJA2(08|12|16|25|32|40|50)0BH.*",
634 "", "", ""
635 },
636 { "", // Samsung SV4012H (known firmware)
637 "SAMSUNG SV4012H",
638 "RM100-08",
639 "",
640 "-v 9,halfminutes -F samsung"
641 },
642 { "", // Samsung SV4012H (all other firmware)
643 "SAMSUNG SV4012H",
644 "",
645 "May need -F samsung disabled; see manual for details.",
646 "-v 9,halfminutes -F samsung"
647 },
648 { "", // Samsung SV0412H (known firmware)
649 "SAMSUNG SV0412H",
650 "SK100-01",
651 "",
652 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
653 },
654 { "", // Samsung SV0412H (all other firmware)
655 "SAMSUNG SV0412H",
656 "",
657 "May need -F samsung disabled; see manual for details.",
658 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
659 },
660 { "", // Samsung SV1204H (known firmware)
661 "SAMSUNG SV1204H",
662 "RK100-1[3-5]",
663 "",
664 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
665 },
666 { "", // Samsung SV1204H (all other firmware)
667 "SAMSUNG SV1204H",
668 "",
669 "May need -F samsung disabled; see manual for details.",
670 "-v 9,halfminutes -v 194,10xCelsius -F samsung"
671 },
672 { "", // SAMSUNG SV0322A tested with FW JK200-35
673 "SAMSUNG SV0322A",
674 "", "", ""
675 },
676 { "SAMSUNG SpinPoint V80", // tested with SV1604N/TR100-23
677 "SAMSUNG SV(0211|0401|0612|0802|1203|1604)N",
678 "",
679 "",
680 "-v 9,halfminutes -F samsung2"
681 },
682 { "", // SAMSUNG SP40A2H with RR100-07 firmware
683 "SAMSUNG SP40A2H",
684 "RR100-07",
685 "",
686 "-v 9,halfminutes -F samsung"
687 },
688 { "", // SAMSUNG SP80A4H with RT100-06 firmware
689 "SAMSUNG SP80A4H",
690 "RT100-06",
691 "",
692 "-v 9,halfminutes -F samsung"
693 },
694 { "", // SAMSUNG SP8004H with QW100-61 firmware
695 "SAMSUNG SP8004H",
696 "QW100-61",
697 "",
698 "-v 9,halfminutes -F samsung"
699 },
700 { "SAMSUNG SpinPoint F1 DT", // tested with HD103UJ/1AA01113
701 "SAMSUNG HD(083G|16[12]G|25[12]H|32[12]H|50[12]I|642J|75[23]L|10[23]U)J",
702 "", "", ""
703 },
704 { "SAMSUNG SpinPoint F1 RE", // tested with HE103UJ/1AA01113
705 "SAMSUNG HE(252H|322H|502I|642J|753L|103U)J",
706 "", "", ""
707 },
708 { "SAMSUNG SpinPoint F2 EG", // tested with HD154UI/1AG01118
709 "SAMSUNG HD(502H|10[23]S|15[34]U)I",
710 "", "", ""
711 },
712 { "SAMSUNG SpinPoint F3", // tested with HD502HJ/1AJ100E4
713 "SAMSUNG HD(502H|754J|103S)J",
714 "", "", ""
715 },
716 { "SAMSUNG SpinPoint F3 EG", // tested with HD503HI/1AJ100E4, HD153WI/1AN10002
717 "SAMSUNG HD(253G|(324|503)H|754J|105S|(153|203)W)I",
718 "", "", ""
719 },
720 { "SAMSUNG SpinPoint F4 EG (AFT)",// tested with HD204UI/1AQ10001(buggy|fixed)
721 "SAMSUNG HD(155|204)UI",
722 "", // 1AQ10001
723 "Using smartmontools or hdparm with this\n"
724 "drive may result in data loss due to a firmware bug.\n"
725 "****** THIS DRIVE MAY OR MAY NOT BE AFFECTED! ******\n"
726 "Buggy and fixed firmware report same version number!\n"
727 "See the following web pages for details:\n"
728 "http://www.samsung.com/global/business/hdd/faqView.do?b2b_bbs_msg_id=386\n"
729 "http://sourceforge.net/apps/trac/smartmontools/wiki/SamsungF4EGBadBlocks",
730 ""
731 },
732 { "SAMSUNG SpinPoint S250", // tested with HD200HJ/KF100-06
733 "SAMSUNG HD(162|200|250)HJ",
734 "", "", ""
735 },
736 { "SAMSUNG SpinPoint T133", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
737 "SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
738 "", "", ""
739 },
740 { "SAMSUNG SpinPoint T166", // tested with HD501LJ/CR100-1[01]
741 "SAMSUNG HD(080G|160H|32[01]K|403L|50[01]L)J",
742 "", "",
743 "-v 197,increasing" // at least HD501LJ/CR100-11
744 },
745 { "SAMSUNG SpinPoint P120", // VF100-37 firmware, tested with SP2514N/VF100-37
746 "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
747 "VF100-37",
748 "",
749 "-F samsung3"
750 },
751 { "SAMSUNG SpinPoint P120", // other firmware, tested with SP2504C/VT100-33
752 "SAMSUNG SP(16[01]3|2[05][01]4)[CN]",
753 "",
754 "May need -F samsung3 enabled; see manual for details.",
755 ""
756 },
757 { "SAMSUNG SpinPoint P80 SD", // tested with HD160JJ/ZM100-33
758 "SAMSUNG HD(080H|120I|160J)J",
759 "", "", ""
760 },
761 { "SAMSUNG SpinPoint P80", // BH100-35 firmware, tested with SP0842N/BH100-35
762 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
763 "BH100-35",
764 "",
765 "-F samsung3"
766 },
767 { "SAMSUNG SpinPoint P80", // firmware *-35 or later
768 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
769 ".*-3[5-9]",
770 "May need -F samsung3 enabled; see manual for details.",
771 ""
772 },
773 { "SAMSUNG SpinPoint P80", // firmware *-25...34, tested with SP1614C/SW100-25 and -34
774 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
775 ".*-(2[5-9]|3[0-4])",
776 "",
777 "-v 9,halfminutes -v 198,increasing"
778 },
779 { "SAMSUNG SpinPoint P80", // firmware *-23...24, tested with
780 // SP0802N/TK100-23,
781 // SP1213N/TL100-23,
782 // SP1604N/TM100-23 and -24
783 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
784 ".*-2[34]",
785 "",
786 "-v 9,halfminutes -F samsung2"
787 },
788 { "SAMSUNG SpinPoint P80", // unknown firmware
789 "SAMSUNG SP(0451|08[0124]2|12[0145]3|16[0145]4)[CN]",
790 "",
791 "May need -F samsung2 or -F samsung3 enabled; see manual for details.",
792 ""
793 },
794 { "SAMSUNG SpinPoint M40/60/80", // tested with HM160JI/AD100-16
795 "SAMSUNG HM(0[468]0H|1[026]0J)[CI]",
796 "",
797 "",
798 "-v 9,halfminutes"
799 },
800 { "SAMSUNG SpinPoint M5", // tested with HM160HI/HH100-12
801 "SAMSUNG HM(((061|080)G|(121|160)H|250J)I|160HC)",
802 "", "", ""
803 },
804 { "SAMSUNG SpinPoint M6", // tested with HM320JI/2SS00_01 M6
805 "SAMSUNG HM(251J|320[HJ]|[45]00L)I",
806 "", "", ""
807 },
808 { "SAMSUNG SpinPoint M7", // tested with HM500JI/2AC101C4
809 "SAMSUNG HM(250H|320I|[45]00J)I",
810 "", "", ""
811 },
812 { "SAMSUNG SpinPoint M7E (AFT)", // tested with HM321HI/2AJ10001, HM641JI/2AJ10001
813 "SAMSUNG HM(161G|(251|321)H|501I|641J)I",
814 "", "", ""
815 },
816 { "SAMSUNG SpinPoint M7U (USB)", // tested with HM252HX/2AC101C4
817 "SAMSUNG HM(162H|252H|322I|502J)X",
818 "", "", ""
819 },
820 { "SAMSUNG SpinPoint M8 (AFT)", // tested with HN-M101MBB/2AR10001
821 "SAMSUNG HN-M(250|500|750|101)MBB",
822 "", "", ""
823 },
824 { "SAMSUNG SpinPoint M8U (USB)", // tested with HN-M500XBB/2AR10001
825 "SAMSUNG HN-M(320|500|750|101)XBB",
826 "", "", ""
827 },
828 { "SAMSUNG SpinPoint MP5", // tested with HM250HJ/2AK10001
829 "SAMSUNG HM(250H|320H|500J|640J)J",
830 "", "", ""
831 },
832 { "SAMSUNG SpinPoint MT2", // tested with HM100UI/2AM10001
833 "SAMSUNG HM100UI",
834 "", "", ""
835 },
836 { "SAMSUNG HM100UX (S2 Portable)", // tested with HM100UX/2AM10001
837 "SAMSUNG HM100UX",
838 "", "", ""
839 },
840 { "SAMSUNG SpinPoint M", // tested with MP0402H/UC100-11
841 "SAMSUNG MP0(302|402|603|804)H",
842 "",
843 "",
844 "-v 9,halfminutes"
845 },
846 { "SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)", // tested with HS25YJZ/3AU10-01
847 "SAMSUNG HS(122H|2[05]YJ)Z",
848 "", "", ""
849 },
850 { "SMART Xcel-10 2.5 SATA SSD", // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
851 "SMART A25FD-(32|64|128)GI32N", // tested with SMART A25FD-128GI32N/B9F23D4K
852 "",
853 "", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
854 "-v 1,raw48,Not_Supported "
855 "-v 2,raw48,Not_Supported "
856 //"-v 9,raw48,Power_On_Hours "
857 //"-v 12,raw48,Power_Cycle_Count "
858 "-v 191,raw48,Not_Supported "
859 //"-v 192,raw48,Power-Off_Retract_Count "
860 "-v 197,raw48,ECC_Error_Count "
861 //"-v 198,raw48,Offline_Uncorrectable "
862 //"-v 199,raw48,UDMA_CRC_Error_Count "
863 "-v 251,raw48,Min_Spares_Remain_Perc " // percentage of the total number of spare blocks available
864 "-v 252,raw48,Added_Bad_Flash_Blk_Ct " // number of bad flash blocks
865 "-v 254,raw48,Total_Erase_Blocks_Ct" // number of times the drive has erased any erase block
866 },
867 /*
868 // TODO: Make the entries below more specific.
869 // These entries produce misleading results, because newer
870 // Samsung disks reuse the version numbers *-NN.
871 { "", // All Samsung drives with '.*-25' firmware
872 "SAMSUNG.*",
873 ".*-25",
874 "May need -F samsung2 disabled; see manual for details.",
875 "-v 9,halfminutes -F samsung2"
876 },
877 { "", // All Samsung drives with '.*-26 or later (currently to -39)' firmware
878 "SAMSUNG.*",
879 ".*-(2[6789]|3[0-9])",
880 "",
881 "-v 9,halfminutes"
882 },
883 { "", // Samsung ALL OTHER DRIVES
884 "SAMSUNG.*",
885 "",
886 "May need -F samsung or -F samsung2 enabled; see manual for details.",
887 ""
888 },
889 */
890 { "Maxtor Fireball 541DX",
891 "Maxtor 2B0(0[468]|1[05]|20)H1",
892 "",
893 "",
894 "-v 9,minutes -v 194,unknown"
895 },
896 { "Maxtor Fireball 3",
897 "Maxtor 2F0[234]0[JL]0",
898 "",
899 "",
900 "-v 9,minutes"
901 },
902 { "Maxtor DiamondMax 1280 ATA", // no self-test log, ATA2-Fast
903 "Maxtor 8(1280A2|2160A4|2560A4|3840A6|4000A6|5120A8)",
904 "",
905 "",
906 "-v 9,minutes"
907 },
908 { "Maxtor DiamondMax 2160 Ultra ATA",
909 "Maxtor 8(2160D2|3228D3|3240D3|4320D4|6480D6|8400D8|8455D8)",
910 "",
911 "",
912 "-v 9,minutes"
913 },
914 { "Maxtor DiamondMax 2880 Ultra ATA",
915 "Maxtor 9(0510D4|0576D4|0648D5|0720D5|0840D6|0845D6|0864D6|1008D7|1080D8|1152D8)",
916 "",
917 "",
918 "-v 9,minutes"
919 },
920 { "Maxtor DiamondMax 3400 Ultra ATA",
921 "Maxtor 9(1(360|350|202)D8|1190D7|10[12]0D6|0840D5|06[48]0D4|0510D3|1(350|202)E8|1010E6|0840E5|0640E4)",
922 "",
923 "",
924 "-v 9,minutes"
925 },
926 { "Maxtor DiamondMax D540X-4G",
927 "Maxtor 4G(120J6|160J[68])",
928 "",
929 "",
930 "-v 9,minutes -v 194,unknown"
931 },
932 { "Maxtor DiamondMax D540X-4K",
933 "MAXTOR 4K(020H1|040H2|060H3|080H4)",
934 "", "", ""
935 },
936 { "Maxtor DiamondMax Plus D740X",
937 "MAXTOR 6L0(20[JL]1|40[JL]2|60[JL]3|80[JL]4)",
938 "", "", ""
939 },
940 { "Maxtor DiamondMax Plus 5120 Ultra ATA 33",
941 "Maxtor 9(0512D2|0680D3|0750D3|0913D4|1024D4|1360D6|1536D6|1792D7|2048D8)",
942 "",
943 "",
944 "-v 9,minutes"
945 },
946 { "Maxtor DiamondMax Plus 6800 Ultra ATA 66",
947 "Maxtor 9(2732U8|2390U7|204[09]U6|1707U5|1366U4|1024U3|0845U3|0683U2)",
948 "",
949 "",
950 "-v 9,minutes"
951 },
952 { "Maxtor DiamondMax D540X-4D",
953 "Maxtor 4D0(20H1|40H2|60H3|80H4)",
954 "",
955 "",
956 "-v 9,minutes -v 194,unknown"
957 },
958 { "Maxtor DiamondMax 16",
959 "Maxtor 4(R0[68]0[JL]0|R1[26]0L0|A160J0|R120L4)",
960 "",
961 "",
962 "-v 9,minutes"
963 },
964 { "Maxtor DiamondMax 4320 Ultra ATA",
965 "Maxtor (91728D8|91512D7|91303D6|91080D5|90845D4|90645D3|90648D[34]|90432D2)",
966 "",
967 "",
968 "-v 9,minutes"
969 },
970 { "Maxtor DiamondMax 17 VL",
971 "Maxtor 9(0431U1|0641U2|0871U2|1301U3|1741U4)",
972 "",
973 "",
974 "-v 9,minutes"
975 },
976 { "Maxtor DiamondMax 20 VL",
977 "Maxtor (94091U8|93071U6|92561U5|92041U4|91731U4|91531U3|91361U3|91021U2|90841U2|90651U2)",
978 "",
979 "",
980 "-v 9,minutes"
981 },
982 { "Maxtor DiamondMax VL 30", // U: ATA66, H: ATA100
983 "Maxtor (33073U4|32049U3|31536U2|30768U1|33073H4|32305H3|31536H2|30768H1)",
984 "",
985 "",
986 "-v 9,minutes"
987 },
988 { "Maxtor DiamondMax 36",
989 "Maxtor (93652U8|92739U6|91826U4|91369U3|90913U2|90845U2|90435U1)",
990 "",
991 "",
992 "-v 9,minutes"
993 },
994 { "Maxtor DiamondMax 40 ATA 66",
995 "Maxtor 9(0684U2|1024U2|1362U3|1536U3|2049U4|2562U5|3073U6|4098U8)",
996 "",
997 "",
998 "-v 9,minutes"
999 },
1000 { "Maxtor DiamondMax Plus 40 (Ultra ATA 66 and Ultra ATA 100)",
1001 "Maxtor (54098[UH]8|53073[UH]6|52732[UH]6|52049[UH]4|51536[UH]3|51369[UH]3|51024[UH]2)",
1002 "",
1003 "",
1004 "-v 9,minutes"
1005 },
1006 { "Maxtor DiamondMax 40 VL Ultra ATA 100",
1007 "Maxtor 3(1024H1|1535H2|2049H2|3073H3|4098H4)( B)?",
1008 "",
1009 "",
1010 "-v 9,minutes"
1011 },
1012 { "Maxtor DiamondMax Plus 45 Ulta ATA 100",
1013 "Maxtor 5(4610H6|4098H6|3073H4|2049H3|1536H2|1369H2|1023H2)",
1014 "",
1015 "",
1016 "-v 9,minutes"
1017 },
1018 { "Maxtor DiamondMax 60 ATA 66",
1019 "Maxtor 9(1023U2|1536U2|2049U3|2305U3|3073U4|4610U6|6147U8)",
1020 "",
1021 "",
1022 "-v 9,minutes"
1023 },
1024 { "Maxtor DiamondMax 60 ATA 100",
1025 "Maxtor 9(1023H2|1536H2|2049H3|2305H3|3073H4|4098H6|4610H6|6147H8)",
1026 "",
1027 "",
1028 "-v 9,minutes"
1029 },
1030 { "Maxtor DiamondMax Plus 60",
1031 "Maxtor 5T0(60H6|40H4|30H3|20H2|10H1)",
1032 "",
1033 "",
1034 "-v 9,minutes"
1035 },
1036 { "Maxtor DiamondMax 80",
1037 "Maxtor (98196H8|96147H6)",
1038 "",
1039 "",
1040 "-v 9,minutes"
1041 },
1042 { "Maxtor DiamondMax 536DX",
1043 "Maxtor 4W(100H6|080H6|060H4|040H3|030H2)",
1044 "",
1045 "",
1046 "-v 9,minutes"
1047 },
1048 { "Maxtor DiamondMax Plus 8",
1049 "Maxtor 6(E0[234]|K04)0L0",
1050 "",
1051 "",
1052 "-v 9,minutes"
1053 },
1054 { "Maxtor DiamondMax 10 (ATA/133 and SATA/150)",
1055 "Maxtor 6(B(30|25|20|16|12|10|08)0[MPRS]|L(080[MLP]|(100|120)[MP]|160[MP]|200[MPRS]|250[RS]|300[RS]))0",
1056 "",
1057 "",
1058 "-v 9,minutes"
1059 },
1060 { "Maxtor DiamondMax 10 (SATA/300)",
1061 "Maxtor 6V(080E|160E|200E|250F|300F|320F)0",
1062 "", "", ""
1063 },
1064 { "Maxtor DiamondMax Plus 9",
1065 "Maxtor 6Y((060|080|120|160)L0|(060|080|120|160|200|250)P0|(060|080|120|160|200|250)M0)",
1066 "",
1067 "",
1068 "-v 9,minutes"
1069 },
1070 { "Maxtor DiamondMax 11",
1071 "Maxtor 6H[45]00[FR]0",
1072 "", "", ""
1073 },
1074 { "Maxtor DiamondMax 17",
1075 "Maxtor 6G(080L|160[PE])0",
1076 "", "", ""
1077 },
1078 { "Seagate Maxtor DiamondMax 20",
1079 "MAXTOR STM3(40|80|160)[28]1[12]0?AS?",
1080 "", "", ""
1081 },
1082 { "Seagate Maxtor DiamondMax 21", // tested with MAXTOR STM3250310AS/3.AAF
1083 "MAXTOR STM3(80[28]15|160215|250310|(250|320)820|320620|500630)AS?",
1084 "", "", ""
1085 },
1086 { "Seagate Maxtor DiamondMax 22", // fixed firmware
1087 "(MAXTOR )?STM3(500320|750330|1000340)AS?",
1088 "MX1A", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969
1089 "", ""
1090 },
1091 { "Seagate Maxtor DiamondMax 22", // fixed firmware
1092 "(MAXTOR )?STM3(160813|320614|640323|1000334)AS?",
1093 "MX1B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207975
1094 "", ""
1095 },
1096 { "Seagate Maxtor DiamondMax 22", // buggy firmware
1097 "(MAXTOR )?STM3(500320|750330|1000340)AS?",
1098 "MX15",
1099 "There are known problems with these drives,\n"
1100 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
1101 "see the following Seagate web pages:\n"
1102 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1103 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969",
1104 ""
1105 },
1106 { "Seagate Maxtor DiamondMax 22", // unknown firmware
1107 "(MAXTOR )?STM3(160813|32061[34]|500320|640323|750330|10003(34|40))AS?",
1108 "",
1109 "There are known problems with these drives,\n"
1110 "see the following Seagate web pages:\n"
1111 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1112 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207969\n"
1113 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207975",
1114 ""
1115 },
1116 { "Seagate Maxtor DiamondMax 23",
1117 "STM3((160|250)31|(320|500)41|(750|1000)52)8AS?",
1118 "", "", ""
1119 },
1120 { "Maxtor MaXLine Plus II",
1121 "Maxtor 7Y250[PM]0",
1122 "",
1123 "",
1124 "-v 9,minutes"
1125 },
1126 { "Maxtor MaXLine II",
1127 "Maxtor [45]A(25|30|32)0[JN]0",
1128 "",
1129 "",
1130 "-v 9,minutes"
1131 },
1132 { "Maxtor MaXLine III (ATA/133 and SATA/150)",
1133 "Maxtor 7L(25|30)0[SR]0",
1134 "",
1135 "",
1136 "-v 9,minutes"
1137 },
1138 { "Maxtor MaXLine III (SATA/300)",
1139 "Maxtor 7V(25|30)0F0",
1140 "", "", ""
1141 },
1142 { "Maxtor MaXLine Pro 500", // There is also a 7H500R0 model, but I
1143 "Maxtor 7H500F0", // haven't added it because I suspect
1144 "", // it might need vendoropts_9_minutes
1145 "", "" // and nobody has submitted a report yet
1146 },
1147 { "", // HITACHI_DK14FA-20B
1148 "HITACHI_DK14FA-20B",
1149 "",
1150 "",
1151 "-v 9,minutes -v 193,loadunload"
1152 },
1153 { "HITACHI Travelstar DK23XX/DK23XXB",
1154 "HITACHI_DK23..-..B?",
1155 "",
1156 "",
1157 "-v 9,minutes -v 193,loadunload"
1158 },
1159 { "Hitachi Endurastar J4K20/N4K20 (formerly DK23FA-20J)",
1160 "(HITACHI_DK23FA-20J|HTA422020F9AT[JN]0)",
1161 "",
1162 "",
1163 "-v 9,minutes -v 193,loadunload"
1164 },
1165 { "Hitachi Endurastar J4K30/N4K30",
1166 "HE[JN]4230[23]0F9AT00",
1167 "",
1168 "",
1169 "-v 9,minutes -v 193,loadunload"
1170 },
1171 { "Hitachi Travelstar C4K60", // 1.8" slim drive
1172 "HTC4260[23]0G5CE00|HTC4260[56]0G8CE00",
1173 "",
1174 "",
1175 "-v 9,minutes -v 193,loadunload"
1176 },
1177 { "IBM Travelstar 4GT",
1178 "IBM-DTCA-2(324|409)0",
1179 "", "", ""
1180 },
1181 { "IBM Travelstar 6GN",
1182 "IBM-DBCA-20(324|486|648)0",
1183 "", "", ""
1184 },
1185 { "IBM Travelstar 25GS, 18GT, and 12GN",
1186 "IBM-DARA-2(25|18|15|12|09|06)000",
1187 "", "", ""
1188 },
1189 { "IBM Travelstar 14GS",
1190 "IBM-DCYA-214000",
1191 "", "", ""
1192 },
1193 { "IBM Travelstar 4LP",
1194 "IBM-DTNA-2(180|216)0",
1195 "", "", ""
1196 },
1197 { "IBM Travelstar 48GH, 30GN, and 15GN",
1198 "(IBM-|Hitachi )?IC25(T048ATDA05|N0(30|20|15|12|10|07|06|05)ATDA04)-.",
1199 "", "", ""
1200 },
1201 { "IBM Travelstar 32GH, 30GT, and 20GN",
1202 "IBM-DJSA-2(32|30|20|10|05)",
1203 "", "", ""
1204 },
1205 { "IBM Travelstar 4GN",
1206 "IBM-DKLA-2(216|324|432)0",
1207 "", "", ""
1208 },
1209 { "IBM/Hitachi Travelstar 60GH and 40GN",
1210 "(IBM-|Hitachi )?IC25(T060ATC[SX]05|N0[4321]0ATC[SX]04)-.",
1211 "", "", ""
1212 },
1213 { "IBM/Hitachi Travelstar 40GNX",
1214 "(IBM-|Hitachi )?IC25N0[42]0ATC[SX]05-.",
1215 "", "", ""
1216 },
1217 { "Hitachi Travelstar 80GN",
1218 "(Hitachi )?IC25N0[23468]0ATMR04-.",
1219 "", "", ""
1220 },
1221 { "Hitachi Travelstar 4K40",
1222 "(Hitachi )?HTS4240[234]0M9AT00",
1223 "", "", ""
1224 },
1225 { "Hitachi Travelstar 4K120",
1226 "(Hitachi )?(HTS4212(60|80|10|12)H9AT00|HTS421260G9AT00)",
1227 "", "", ""
1228 },
1229 { "Hitachi Travelstar 5K80",
1230 "(Hitachi )?HTS5480[8642]0M9AT00",
1231 "", "", ""
1232 },
1233 { "Hitachi Travelstar 5K100",
1234 "(Hitachi )?HTS5410[1864]0G9(AT|SA)00",
1235 "", "", ""
1236 },
1237 { "Hitachi Travelstar E5K100",
1238 "(Hitachi )?HTE541040G9(AT|SA)00",
1239 "", "", ""
1240 },
1241 { "Hitachi Travelstar 5K120",
1242 "(Hitachi )?HTS5412(60|80|10|12)H9(AT|SA)00",
1243 "", "", ""
1244 },
1245 { "Hitachi Travelstar 5K160",
1246 "(Hitachi |HITACHI )?HTS5416([468]0|1[26])J9(AT|SA)00",
1247 "", "", ""
1248 },
1249 { "Hitachi Travelstar E5K160",
1250 "(Hitachi )?HTE5416(12|16|60|80)J9(AT|SA)00",
1251 "", "", ""
1252 },
1253 { "Hitachi Travelstar 5K250",
1254 "(Hitachi |HITACHI )?HTS5425(80|12|16|20|25)K9(A3|SA)00",
1255 "", "", ""
1256 },
1257 { "Hitachi Travelstar 5K320", // tested with HITACHI HTS543232L9SA00/FB4ZC4EC,
1258 // Hitachi HTS543212L9SA02/FBBAC52F
1259 "(Hitachi |HITACHI )?HT(S|E)5432(80|12|16|25|32)L9(A3(00)?|SA0[012])",
1260 "", "", ""
1261 },
1262 { "Hitachi Travelstar 5K500.B",
1263 "(Hitachi )?HT[ES]5450(12|16|25|32|40|50)B9A30[01]",
1264 "", "", ""
1265 },
1266 { "Hitachi Travelstar 7K60",
1267 "(Hitachi )?HTS726060M9AT00",
1268 "", "", ""
1269 },
1270 { "Hitachi Travelstar E7K60",
1271 "(Hitachi )?HTE7260[46]0M9AT00",
1272 "", "", ""
1273 },
1274 { "Hitachi Travelstar 7K100",
1275 "(Hitachi )?HTS7210[168]0G9(AT|SA)00",
1276 "", "", ""
1277 },
1278 { "Hitachi Travelstar E7K100",
1279 "(Hitachi )?HTE7210[168]0G9(AT|SA)00",
1280 "", "", ""
1281 },
1282 { "Hitachi Travelstar 7K200", // tested with HITACHI HTS722016K9SA00/DCDZC75A
1283 "(Hitachi |HITACHI )?HTS7220(80|10|12|16|20)K9(A3|SA)00",
1284 "", "", ""
1285 },
1286 { "Hitachi Travelstar 7K320", // tested with
1287 // HTS723225L9A360/FCDOC30F, HTS723216L9A362/FC2OC39F
1288 "(Hitachi )?HT[ES]7232(80|12|16|25|32)L9(A300|A36[02]|SA61)",
1289 "", "", ""
1290 },
1291 { "Hitachi Travelstar Z7K320", // tested with HITACHI HTS723232A7A364/EC2ZB70B
1292 "(HITACHI )?HT[ES]7232(16|25|32)A7A36[145]",
1293 "", "", ""
1294 },
1295 { "Hitachi Travelstar 7K500",
1296 "(Hitachi )?HT[ES]7250(12|16|25|32|50)A9A36[45]",
1297 "", "", ""
1298 },
1299 { "IBM Deskstar 14GXP and 16GP",
1300 "IBM-DTTA-3(7101|7129|7144|5032|5043|5064|5084|5101|5129|5168)0",
1301 "", "", ""
1302 },
1303 { "IBM Deskstar 25GP and 22GXP",
1304 "IBM-DJNA-3(5(101|152|203|250)|7(091|135|180|220))0",
1305 "", "", ""
1306 },
1307 { "IBM Deskstar 37GP and 34GXP",
1308 "IBM-DPTA-3(5(375|300|225|150)|7(342|273|205|136))0",
1309 "", "", ""
1310 },
1311 { "IBM/Hitachi Deskstar 120GXP",
1312 "(IBM-)?IC35L((020|040|060|080|120)AVVA|0[24]0AVVN)07-[01]",
1313 "", "", ""
1314 },
1315 { "IBM/Hitachi Deskstar GXP-180",
1316 "(IBM-)?IC35L(030|060|090|120|180)AVV207-[01]",
1317 "", "", ""
1318 },
1319 { "Hitachi Deskstar 5K3000", // tested with HDS5C3030ALA630/MEAOA5C0
1320 "(Hitachi )?HDS5C30(15|20|30)ALA63[02].*",
1321 "", "", ""
1322 },
1323 { "Hitachi Deskstar 7K80",
1324 "(Hitachi )?HDS7280([48]0PLAT20|(40)?PLA320|80PLA380).*",
1325 "", "", ""
1326 },
1327 { "Hitachi Deskstar 7K160",
1328 "(Hitachi )?HDS7216(80|16)PLA[3T]80.*",
1329 "", "", ""
1330 },
1331 { "Hitachi Deskstar 7K250",
1332 "(Hitachi )?HDS7225((40|80|12|16)VLAT20|(12|16|25)VLAT80|(80|12|16|25)VLSA80)",
1333 "", "", ""
1334 },
1335 { "Hitachi Deskstar 7K250 (SUN branded)",
1336 "HITACHI HDS7225SBSUN250G.*",
1337 "", "", ""
1338 },
1339 { "Hitachi Deskstar T7K250",
1340 "(Hitachi )?HDT7225((25|20|16)DLA(T80|380))",
1341 "", "", ""
1342 },
1343 { "Hitachi Deskstar 7K400",
1344 "(Hitachi )?HDS724040KL(AT|SA)80",
1345 "", "", ""
1346 },
1347 { "Hitachi Deskstar 7K500",
1348 "(Hitachi )?HDS725050KLA(360|T80)",
1349 "", "", ""
1350 },
1351 { "Hitachi Deskstar P7K500",
1352 "(Hitachi )?HDP7250(16|25|32|40|50)GLA(36|38|T8)0",
1353 "", "", ""
1354 },
1355 { "Hitachi Deskstar T7K500",
1356 "(Hitachi )?HDT7250(25|32|40|50)VLA(360|380|T80)",
1357 "", "", ""
1358 },
1359 { "Hitachi Deskstar 7K1000",
1360 "(Hitachi )?HDS7210(50|75|10)KLA330",
1361 "", "", ""
1362 },
1363 { "Hitachi Deskstar 7K1000.B",
1364 "(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)",
1365 "", "", ""
1366 },
1367 { "Hitachi Deskstar 7K1000.C",
1368 "(Hitachi )?HDS7210((16|25)CLA382|(32|50)CLA362|(64|75|10)CLA332)",
1369 "", "", ""
1370 },
1371 { "Hitachi Deskstar E7K1000", // tested with HDE721010SLA330/ST6OA31B
1372 "Hitachi HDE7210(50|75|10)SLA330",
1373 "", "", ""
1374 },
1375 { "Hitachi Deskstar 7K2000",
1376 "Hitachi HDS722020ALA330",
1377 "", "", ""
1378 },
1379 { "Hitachi Deskstar 7K3000", // tested with HDS723030ALA640/MKAOA3B0
1380 "Hitachi HDS7230((15|20)BLA642|30ALA640)",
1381 "", "", ""
1382 },
1383 { "Hitachi Ultrastar A7K1000", // tested with
1384 // HUA721010KLA330 44X2459 42C0424IBM/GKAOAB4A
1385 "(Hitachi )?HUA7210(50|75|10)KLA330.*",
1386 "", "", ""
1387 },
1388 { "Hitachi Ultrastar A7K2000", // tested with
1389 // HUA722010CLA330 43W7629 42C0401IBM
1390 "(Hitachi )?HUA7220(50|10|20)[AC]LA33[01].*",
1391 "", "", ""
1392 },
1393 { "Hitachi Ultrastar 7K3000", // tested with HUA723030ALA640/MKAOA580
1394 "Hitachi HUA7230(20|30)ALA640",
1395 "", "", ""
1396 },
1397 { "Toshiba 2.5\" HDD (10-20 GB)",
1398 "TOSHIBA MK(101[67]GAP|15[67]GAP|20(1[678]GAP|(18|23)GAS))",
1399 "", "", ""
1400 },
1401 { "Toshiba 2.5\" HDD (30-60 GB)",
1402 "TOSHIBA MK((6034|4032)GSX|(6034|4032)GAX|(6026|4026|4019|3019)GAXB?|(6025|6021|4025|4021|4018|3025|3021|3018)GAS|(4036|3029)GACE?|(4018|3017)GAP)",
1403 "", "", ""
1404 },
1405 { "Toshiba 2.5\" HDD (80 GB and above)",
1406 "TOSHIBA MK(80(25GAS|26GAX|32GAX|32GSX)|10(31GAS|32GAX)|12(33GAS|34G[AS]X)|2035GSS)",
1407 "", "", ""
1408 },
1409 { "Toshiba 2.5\" HDD MK..50GACY", // tested with TOSHIBA MK8050GACY/TF105A
1410 "TOSHIBA MK8050GACY",
1411 "", "", ""
1412 },
1413 { "Toshiba 2.5\" HDD MK..52GSX",
1414 "TOSHIBA MK(80|12|16|25|32)52GSX",
1415 "", "", ""
1416 },
1417 { "Toshiba 2.5\" HDD MK..55GSX", // tested with TOSHIBA MK5055GSX/FG001A
1418 "TOSHIBA MK(12|16|25|32|40|50)55GSX",
1419 "", "", ""
1420 },
1421 { "Toshiba 2.5\" HDD MK..56GSY", // tested with TOSHIBA MK2556GSYF/LJ001D
1422 "TOSHIBA MK(16|25|32|50)56GSYF?",
1423 "",
1424 "",
1425 "-v 9,minutes"
1426 },
1427 { "Toshiba 2.5\" HDD MK..59GSXP (Adv. Format)",
1428 "TOSHIBA MK(32|50|64|75)59GSXP?",
1429 "", "", ""
1430 },
1431 { "Toshiba 2.5\" HDD MK..59GSM (Adv. Format)",
1432 "TOSHIBA MK(75|10)59GSM",
1433 "", "", ""
1434 },
1435 { "Toshiba 2.5\" HDD MK..65GSX", // tested with TOSHIBA MK5065GSX/GJ003A
1436 "TOSHIBA MK(16|25|32|50|64)65GSX",
1437 "", "", ""
1438 },
1439 { "Toshiba 2.5\" HDD MK..76GSX", // tested with TOSHIBA MK3276GSX/GS002D
1440 "TOSHIBA MK(16|25|32|50|64)76GSX",
1441 "",
1442 "",
1443 "-v 9,minutes"
1444 },
1445 { "Toshiba 3.5\" HDD MK.002TSKB", // tested with TOSHIBA MK1002TSKB/MT1A
1446 "TOSHIBA MK(10|20)02TSKB",
1447 "", "", ""
1448 },
1449 { "Toshiba 1.8\" HDD",
1450 "TOSHIBA MK[23468]00[4-9]GA[HL]",
1451 "", "", ""
1452 },
1453 { "Toshiba 1.8\" HDD MK..29GSG",
1454 "TOSHIBA MK(12|16|25)29GSG",
1455 "", "", ""
1456 },
1457 { "", // TOSHIBA MK6022GAX
1458 "TOSHIBA MK6022GAX",
1459 "", "", ""
1460 },
1461 { "", // TOSHIBA MK6409MAV
1462 "TOSHIBA MK6409MAV",
1463 "", "", ""
1464 },
1465 { "Toshiba MKx019GAXB (SUN branded)",
1466 "TOS MK[34]019GAXB SUN[34]0G",
1467 "", "", ""
1468 },
1469 { "Seagate Momentus",
1470 "ST9(20|28|40|48)11A",
1471 "", "", ""
1472 },
1473 { "Seagate Momentus 42",
1474 "ST9(2014|3015|4019)A",
1475 "", "", ""
1476 },
1477 { "Seagate Momentus 4200.2",
1478 "ST9(100822|808210|60821|50212|402113|30219)A",
1479 "", "", ""
1480 },
1481 { "Seagate Momentus 5400.2",
1482 "ST9(808211|60822|408114|308110|120821|10082[34]|8823|6812|4813|3811)AS?",
1483 "", "", ""
1484 },
1485 { "Seagate Momentus 5400.3",
1486 "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AS?",
1487 "", "", ""
1488 },
1489 { "Seagate Momentus 5400.3 ED",
1490 "ST9(4081[45]|6081[35]|8081[15]|100828|120822|160821)AB",
1491 "", "", ""
1492 },
1493 { "Seagate Momentus 5400.4",
1494 "ST9(120817|(160|200|250)827)AS",
1495 "", "", ""
1496 },
1497 { "Seagate Momentus 5400.5",
1498 "ST9((80|120|160)310|(250|320)320)AS",
1499 "", "", ""
1500 },
1501 { "Seagate Momentus 5400.6",
1502 "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?",
1503 "", "", ""
1504 },
1505 { "Seagate Momentus 5400.7",
1506 "ST9(160316|(250|320)310|(500|640)320)AS",
1507 "", "", ""
1508 },
1509 { "Seagate Momentus 5400.7 (Adv. Format)", // tested with ST9640322AS/0001BSM2
1510 // (device reports 4KiB LPS with 1 sector offset)
1511 "ST9(320312|400321|640322|750423)AS",
1512 "", "", ""
1513 },
1514 { "Seagate Momentus 5400 PSD", // Hybrid drives
1515 "ST9(808212|(120|160)8220)AS",
1516 "", "", ""
1517 },
1518 { "Seagate Momentus 7200.1",
1519 "ST9(10021|80825|6023|4015)AS?",
1520 "", "", ""
1521 },
1522 { "Seagate Momentus 7200.2",
1523 "ST9(80813|100821|120823|160823|200420)ASG?",
1524 "", "", ""
1525 },
1526 { "Seagate Momentus 7200.3",
1527 "ST9((80|120|160)411|(250|320)421)ASG?",
1528 "", "", ""
1529 },
1530 { "Seagate Momentus 7200.4",
1531 "ST9(160412|250410|320423|500420)ASG?",
1532 "", "", ""
1533 },
1534 { "Seagate Momentus 7200 FDE.2",
1535 "ST9((160413|25041[12]|320426|50042[12])AS|(16041[489]|2504[16]4|32042[67]|500426)ASG)",
1536 "", "", ""
1537 },
1538 { "Seagate Momentus XT", // fixed firmware
1539 "ST9(2505610|3205620|5005620)AS",
1540 "SD2[68]",
1541 "", ""
1542 },
1543 { "Seagate Momentus XT", // buggy firmware, tested with ST92505610AS/SD24
1544 "ST9(2505610|3205620|5005620)AS",
1545 "SD2[45]",
1546 "These drives may corrupt large files,\n"
1547 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
1548 "see the following web pages for details:\n"
1549 "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
1550 "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
1551 ""
1552 },
1553 { "Seagate Momentus XT", // unknown firmware
1554 "ST9(2505610|3205620|5005620)AS",
1555 "",
1556 "These drives may corrupt large files,\n"
1557 "see the following web pages for details:\n"
1558 "http://forums.seagate.com/t5/Momentus-XT-Momentus-Momentus/Momentus-XT-corrupting-large-files-Linux/td-p/109008\n"
1559 "http://superuser.com/questions/313447/seagate-momentus-xt-corrupting-files-linux-and-mac",
1560 ""
1561 },
1562 { "Seagate Medalist 1010, 1720, 1721, 2120, 3230 and 4340", // ATA2, with -t permissive
1563 "ST3(1010|1720|1721|2120|3230|4340)A",
1564 "", "", ""
1565 },
1566 { "Seagate Medalist 2110, 3221, 4321, 6531, and 8641",
1567 "ST3(2110|3221|4321|6531|8641)A",
1568 "", "", ""
1569 },
1570 { "Seagate U4",
1571 "ST3(2112|4311|6421|8421)A",
1572 "", "", ""
1573 },
1574 { "Seagate U5",
1575 "ST3(40823|30621|20413|15311|10211)A",
1576 "", "", ""
1577 },
1578 { "Seagate U6",
1579 "ST3(8002|6002|4081|3061|2041)0A",
1580 "", "", ""
1581 },
1582 { "Seagate U7",
1583 "ST3(30012|40012|60012|80022|120020)A",
1584 "", "", ""
1585 },
1586 { "Seagate U8",
1587 "ST3(4313|6811|8410|4313|13021|17221)A",
1588 "", "", ""
1589 },
1590 { "Seagate U9", // tested with ST3160022ACE/9.51
1591 "ST3(80012|120025|160022)A(CE)?",
1592 "", "", ""
1593 },
1594 { "Seagate U10",
1595 "ST3(20423|15323|10212)A",
1596 "", "", ""
1597 },
1598 { "Seagate UX",
1599 "ST3(10014A(CE)?|20014A)",
1600 "", "", ""
1601 },
1602 { "Seagate Barracuda ATA",
1603 "ST3(2804|2724|2043|1362|1022|681)0A",
1604 "", "", ""
1605 },
1606 { "Seagate Barracuda ATA II",
1607 "ST3(3063|2042|1532|1021)0A",
1608 "", "", ""
1609 },
1610 { "Seagate Barracuda ATA III",
1611 "ST3(40824|30620|20414|15310|10215)A",
1612 "", "", ""
1613 },
1614 { "Seagate Barracuda ATA IV",
1615 "ST3(20011|30011|40016|60021|80021)A",
1616 "", "", ""
1617 },
1618 { "Seagate Barracuda ATA V",
1619 "ST3(12002(3A|4A|9A|3AS)|800(23A|15A|23AS)|60(015A|210A)|40017A)",
1620 "", "", ""
1621 },
1622 { "Seagate Barracuda 5400.1",
1623 "ST340015A",
1624 "", "", ""
1625 },
1626 { "Seagate Barracuda 7200.7 and 7200.7 Plus",
1627 "ST3(200021A|200822AS?|16002[13]AS?|12002[26]AS?|1[26]082[78]AS|8001[13]AS?|8081[79]AS|60014A|40111AS|40014AS?)",
1628 "", "", ""
1629 },
1630 { "Seagate Barracuda 7200.8",
1631 "ST3(400[68]32|300[68]31|250[68]23|200826)AS?",
1632 "", "", ""
1633 },
1634 { "Seagate Barracuda 7200.9",
1635 "ST3(402111?|80[28]110?|120[28]1[0134]|160[28]1[012]|200827|250[68]24|300[68]22|(320|400)[68]33|500[68](32|41))AS?.*",
1636 "", "", ""
1637 },
1638 { "Seagate Barracuda 7200.10",
1639 "ST3((80|160)[28]15|200820|250[34]10|(250|300|320|400)[68]20|360320|500[68]30|750[68]40)AS?",
1640 "", "", ""
1641 },
1642 { "Seagate Barracuda 7200.11", // unaffected firmware
1643 "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
1644 "CC.?.?", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
1645 "", ""
1646 },
1647 { "Seagate Barracuda 7200.11", // fixed firmware
1648 "ST3(500[368]20|750[36]30|1000340)AS?",
1649 "SD1A", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951
1650 "", ""
1651 },
1652 { "Seagate Barracuda 7200.11", // fixed firmware
1653 "ST3(160813|320[68]13|640[36]23|1000333|1500341)AS?",
1654 "SD[12]B", // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957
1655 "", ""
1656 },
1657 { "Seagate Barracuda 7200.11", // buggy or fixed firmware
1658 "ST3(500[368]20|640[35]30|750[36]30|1000340)AS?",
1659 "(AD14|SD1[5-9]|SD81)",
1660 "There are known problems with these drives,\n"
1661 "THIS DRIVE MAY OR MAY NOT BE AFFECTED,\n"
1662 "see the following web pages for details:\n"
1663 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1664 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951\n"
1665 "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632758",
1666 ""
1667 },
1668 { "Seagate Barracuda 7200.11", // unknown firmware
1669 "ST3(160813|320[68]13|500[368]20|640[36]23|640[35]30|750[36]30|1000(333|[36]40)|1500341)AS?",
1670 "",
1671 "There are known problems with these drives,\n"
1672 "see the following Seagate web pages:\n"
1673 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1674 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951\n"
1675 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957",
1676 ""
1677 },
1678 { "Seagate Barracuda 7200.12", // tested with ST3250312AS/JC45, ST31000524AS/JC45
1679 "ST3(160318|25031[128]|320418|50041[08]|750(518|52[38])|100052[348])AS",
1680 "", "", ""
1681 },
1682 { "Seagate Barracuda ES",
1683 "ST3(250[68]2|32062|40062|50063|75064)0NS",
1684 "", "", ""
1685 },
1686 { "Seagate Barracuda ES.2", // fixed firmware
1687 "ST3(25031|50032|75033|100034)0NS",
1688 "SN[01]6|" // http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207963
1689 "MA(0[^7]|[^0].)", // http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp
1690 "", ""
1691 },
1692 { "Seagate Barracuda ES.2", // buggy firmware (Dell)
1693 "ST3(25031|50032|75033|100034)0NS",
1694 "MA07",
1695 "There are known problems with these drives,\n"
1696 "AND THIS FIRMWARE VERSION IS AFFECTED,\n"
1697 "see the following Seagate web page:\n"
1698 "http://dellfirmware.seagate.com/dell_firmware/DellFirmwareRequest.jsp",
1699 ""
1700 },
1701 { "Seagate Barracuda ES.2", // unknown firmware
1702 "ST3(25031|50032|75033|100034)0NS",
1703 "",
1704 "There are known problems with these drives,\n"
1705 "see the following Seagate web pages:\n"
1706 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931\n"
1707 "http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207963",
1708 ""
1709 },
1710 { "Seagate Barracuda LP",
1711 "ST3(500412|1000520|1500541|2000542)AS",
1712 "", "", ""
1713 },
1714 { "Seagate Barracuda Green (Adv. Format)",
1715 "ST((10|15|20)00DL00[123])-.*",
1716 "", "", ""
1717 },
1718 { "Seagate Barracuda XT", // tested with ST32000641AS/CC13,
1719 // ST4000DX000-1C5160/CC42
1720 "ST(3(2000641|3000651)AS|4000DX000-.*)",
1721 "", "", ""
1722 },
1723 { "Seagate Barracuda (SATA 3Gb/s, 4K Sectors)", // tested with ST250DM000-1BC141
1724 "ST(3000|2000|1500|750|500|320|250)DM00[012]-.*",
1725 "", "", ""
1726 },
1727 { "Seagate Constellation (SATA)", // tested with ST9500530NS/SN03
1728 "ST9(160511|500530)NS",
1729 "", "", ""
1730 },
1731 { "Seagate Constellation ES (SATA)", // tested with ST31000524NS/SN11
1732 "ST3(50051|100052|200064)4NS",
1733 "", "", ""
1734 },
1735 { "Seagate Constellation ES (SATA 6Gb/s)", // tested with ST1000NM0011/SN02
1736 "ST(5|10|20)00NM0011",
1737 "", "", ""
1738 },
1739 { "Seagate Constellation ES.2 (SATA 6Gb/s)", // tested with ST33000650NS
1740 "ST3300065[012]NS",
1741 "", "", ""
1742 },
1743 { "Seagate Pipeline HD 5900.1",
1744 "ST3(160310|320[34]10|500(321|422))CS",
1745 "", "", ""
1746 },
1747 { "Seagate Pipeline HD 5900.2", // tested with ST31000322CS/SC13
1748 "ST3(160316|250[34]12|320(311|413)|500(312|414)|1000(322|424))CS",
1749 "", "", ""
1750 },
1751 { "Seagate Medalist 17240, 13030, 10231, 8420, and 4310",
1752 "ST3(17240|13030|10231|8420|4310)A",
1753 "", "", ""
1754 },
1755 { "Seagate Medalist 17242, 13032, 10232, 8422, and 4312",
1756 "ST3(1724|1303|1023|842|431)2A",
1757 "", "", ""
1758 },
1759 { "Seagate NL35",
1760 "ST3(250623|250823|400632|400832|250824|250624|400633|400833|500641|500841)NS",
1761 "", "", ""
1762 },
1763 { "Seagate SV35.2",
1764 "ST3(160815|250820|320620|500630|750640)[AS]V",
1765 "", "", ""
1766 },
1767 { "Seagate SV35.5", // tested with ST31000525SV/CV12
1768 "ST3(250311|500410|1000525)SV",
1769 "", "", ""
1770 },
1771 { "Seagate SV35",
1772 "ST(2000VX002|31000526SV|3500411SV)",
1773 "", "", ""
1774 },
1775 { "Seagate DB35", // tested with ST3250823ACE/3.03
1776 "ST3(200826|250823|300831|400832)ACE",
1777 "", "", ""
1778 },
1779 { "Seagate DB35.2", // tested with ST3160212SCE/3.ACB
1780 "ST3(802110|120213|160212|200827|250824|300822|400833|500841)[AS]CE",
1781 "", "", ""
1782 },
1783 { "Seagate DB35.3",
1784 "ST3(750640SCE|((80|160)215|(250|320|400)820|500830|750840)[AS]CE)",
1785 "", "", ""
1786 },
1787 { "Seagate ST1.2 CompactFlash", // tested with ST68022CF/3.01
1788 "ST6[468]022CF",
1789 "", "", ""
1790 },
1791 { "Western Digital Protege",
1792 /* Western Digital drives with this comment all appear to use Attribute 9 in
1793 * a non-standard manner. These entries may need to be updated when it
1794 * is understood exactly how Attribute 9 should be interpreted.
1795 * UPDATE: this is probably explained by the WD firmware bug described in the
1796 * smartmontools FAQ */
1797 "WDC WD([2468]00E|1[26]00A)B-.*",
1798 "", "", ""
1799 },
1800 { "Western Digital Caviar",
1801 /* Western Digital drives with this comment all appear to use Attribute 9 in
1802 * a non-standard manner. These entries may need to be updated when it
1803 * is understood exactly how Attribute 9 should be interpreted.
1804 * UPDATE: this is probably explained by the WD firmware bug described in the
1805 * smartmontools FAQ */
1806 "WDC WD(2|3|4|6|8|10|12|16|18|20|25)00BB-.*",
1807 "", "", ""
1808 },
1809 { "Western Digital Caviar WDxxxAB",
1810 /* Western Digital drives with this comment all appear to use Attribute 9 in
1811 * a non-standard manner. These entries may need to be updated when it
1812 * is understood exactly how Attribute 9 should be interpreted.
1813 * UPDATE: this is probably explained by the WD firmware bug described in the
1814 * smartmontools FAQ */
1815 "WDC WD(3|4|6|8|25)00AB-.*",
1816 "", "", ""
1817 },
1818 { "Western Digital Caviar WDxxxAA",
1819 /* Western Digital drives with this comment all appear to use Attribute 9 in
1820 * a non-standard manner. These entries may need to be updated when it
1821 * is understood exactly how Attribute 9 should be interpreted.
1822 * UPDATE: this is probably explained by the WD firmware bug described in the
1823 * smartmontools FAQ */
1824 "WDC WD...?AA(-.*)?",
1825 "", "", ""
1826 },
1827 { "Western Digital Caviar WDxxxBA",
1828 /* Western Digital drives with this comment all appear to use Attribute 9 in
1829 * a non-standard manner. These entries may need to be updated when it
1830 * is understood exactly how Attribute 9 should be interpreted.
1831 * UPDATE: this is probably explained by the WD firmware bug described in the
1832 * smartmontools FAQ */
1833 "WDC WD...BA",
1834 "", "", ""
1835 },
1836 { "Western Digital Caviar AC", // add only 5400rpm/7200rpm (ata33 and faster)
1837 "WDC AC((116|121|125|225|132|232)|([1-4][4-9][0-9])|([1-4][0-9][0-9][0-9]))00[A-Z]?.*",
1838 "", "", ""
1839 },
1840 { "Western Digital Caviar SE",
1841 /* Western Digital drives with this comment all appear to use Attribute 9 in
1842 * a non-standard manner. These entries may need to be updated when it
1843 * is understood exactly how Attribute 9 should be interpreted.
1844 * UPDATE: this is probably explained by the WD firmware bug described in the
1845 * smartmontools FAQ
1846 * UPDATE 2: this does not apply to more recent models, at least WD3200AAJB */
1847 "WDC WD(4|6|8|10|12|16|18|20|25|30|32|40|50)00(JB|PB)-.*",
1848 "", "", ""
1849 },
1850 { "Western Digital Caviar Blue EIDE", // WD Caviar SE EIDE
1851 /* not completely accurate: at least also WD800JB, WD(4|8|20|25)00BB sold as Caviar Blue */
1852 "WDC WD(16|25|32|40|50)00AAJB-.*",
1853 "", "", ""
1854 },
1855 { "Western Digital Caviar Blue EIDE", // WD Caviar SE16 EIDE
1856 "WDC WD(25|32|40|50)00AAKB-.*",
1857 "", "", ""
1858 },
1859 { "Western Digital RE EIDE",
1860 "WDC WD(12|16|25|32)00SB-.*",
1861 "", "", ""
1862 },
1863 { "Western Digital Caviar Serial ATA",
1864 "WDC WD(4|8|20|32)00BD-.*",
1865 "", "", ""
1866 },
1867 { "Western Digital Caviar SE Serial ATA", // tested with WDC WD3000JD-98KLB0/08.05J08
1868 "WDC WD(4|8|12|16|20|25|30|32|40)00(JD|KD|PD)-.*",
1869 "", "", ""
1870 },
1871 { "Western Digital Caviar SE Serial ATA",
1872 "WDC WD(8|12|16|20|25|30|32|40|50)00JS-.*",
1873 "", "", ""
1874 },
1875 { "Western Digital Caviar SE16 Serial ATA",
1876 "WDC WD(16|20|25|32|40|50|75)00KS-.*",
1877 "", "", ""
1878 },
1879 { "Western Digital Caviar Blue Serial ATA", // WD Caviar SE Serial ATA
1880 /* not completely accurate: at least also WD800BD, (4|8)00JD sold as Caviar Blue */
1881 "WDC WD((8|12|16|25|32)00AABS|(8|12|16|25|32|40|50)00AAJS)-.*",
1882 "", "", ""
1883 },
1884 { "Western Digital Caviar Blue Serial ATA", // WD Caviar SE16 Serial ATA
1885 "WDC WD((16|20|25|32|40|50|64|75)00AAKS|10EALS)-.*",
1886 "", "", ""
1887 },
1888 { "Western Digital Caviar Blue Serial ATA", // SATA 3.0 variants
1889 "WDC WD((25|32|50)00AAKX|7500AALX|10EALX)-.*",
1890 "", "", ""
1891 },
1892 { "Western Digital RE Serial ATA",
1893 "WDC WD(12|16|25|32)00(SD|YD|YS)-.*",
1894 "", "", ""
1895 },
1896 { "Western Digital RE2 Serial ATA",
1897 "WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*",
1898 "", "", ""
1899 },
1900 { "Western Digital RE2-GP",
1901 "WDC WD(5000AB|7500AY|1000FY)PS-.*",
1902 "", "", ""
1903 },
1904 { "Western Digital RE3 Serial ATA",
1905 "WDC WD((25|32|50)02A|(75|10)02F)BYS-.*",
1906 "", "", ""
1907 },
1908 { "Western Digital RE4 Serial ATA",
1909 "WDC WD((((25|50)03A|1003F)BYX)|((15|20)03FYYS))-.*",
1910 "", "", ""
1911 },
1912 { "Western Digital RE4-GP", // tested with WDC WD2002FYPS-02W3B0/04.01G01
1913 "WDC WD2002FYPS-.*",
1914 "", "", ""
1915 },
1916 { "Western Digital Caviar Green",
1917 "WDC WD((50|64|75)00AA(C|V)S|(50|64|75)00AADS|10EA(C|V)S|(10|15|20)EADS)-.*",
1918 "", "", ""
1919 },
1920 { "Western Digital Caviar Green (Adv. Format)",
1921 "WDC WD(((64|75|80)00AA|(10|15|20)EA|(25|30)EZ)R|20EAC)S-.*",
1922 "", "", ""
1923 },
1924 { "Western Digital Caviar Green (Adv. Format)", // SATA 6Gb/s variants
1925 // tested with WDC WD30EZRX-00MMMB0/80.00A80
1926 "WDC WD(7500AA|(10|15|20)EA|(25|30)EZ)RX-.*",
1927 "", "", ""
1928 },
1929 { "Western Digital Caviar Black",
1930 "WDC WD((500|640|750)1AAL|1001FA[EL]|2001FAS)S-.*",
1931 "", "", ""
1932 },
1933 { "Western Digital Caviar Black", // SATA 3.0 variants
1934 "WDC WD(5002AAL|(64|75)02AAE|(10|15|20)02FAE)X-.*",
1935 "", "", ""
1936 },
1937 { "Western Digital AV ATA", // tested with WDC WD3200AVJB-63J5A0/01.03E01
1938 "WDC WD(8|16|25|32|50)00AV[BJ]B-.*",
1939 "", "", ""
1940 },
1941 { "Western Digital AV SATA",
1942 "WDC WD(16|25|32)00AVJS-.*",
1943 "", "", ""
1944 },
1945 { "Western Digital AV-GP", // tested with WDC WD10EURS-630AB1/80.00A80
1946 "WDC WD((16|25|32|50|64|75)00AVVS|(50|75)00AVCS|(10|15|20|25|30)EURS|10EVVS|(10|20)EVCS|(10|15|20)EVDS)-.*",
1947 "", "", ""
1948 },
1949 { "Western Digital AV-25",
1950 "WDC WD((16|25|32|50)00BUD|5000BUC)T-.*",
1951 "", "", ""
1952 },
1953 { "Western Digital Raptor",
1954 "WDC WD((360|740|800)GD|(360|740|800|1500)ADF[DS])-.*",
1955 "", "", ""
1956 },
1957 { "Western Digital Raptor X",
1958 "WDC WD1500AHFD-.*",
1959 "", "", ""
1960 },
1961 { "Western Digital VelociRaptor", // tested with WDC WD1500HLHX-01JJPV0/04.05G04
1962 "WDC WD(((800H|(1500|3000)[BH]|1600H|3000G)LFS)|((1500|3000|4500|6000)[BH]LHX))-.*",
1963 "", "", ""
1964 },
1965 { "Western Digital Scorpio EIDE",
1966 "WDC WD(4|6|8|10|12|16)00(UE|VE)-.*",
1967 "", "", ""
1968 },
1969 { "Western Digital Scorpio Blue EIDE", // tested with WDC WD3200BEVE-00A0HT0/11.01A11
1970 "WDC WD(4|6|8|10|12|16|25|32)00BEVE-.*",
1971 "", "", ""
1972 },
1973 { "Western Digital Scorpio Serial ATA",
1974 "WDC WD(4|6|8|10|12|16|25)00BEAS-.*",
1975 "", "", ""
1976 },
1977 { "Western Digital Scorpio Blue Serial ATA",
1978 "WDC WD((4|6|8|10|12|16|25)00BEVS|(8|12|16|25|32|40|50|64)00BEVT|7500KEVT|10TEVT)-.*",
1979 "", "", ""
1980 },
1981 { "Western Digital Scorpio Blue Serial ATA (Adv. Format)", // tested with
1982 // WDC WD10JPVT-00A1YT0/01.01A01
1983 "WDC WD((16|25|32|50|64|75)00BPVT|10[JT]PVT)-.*",
1984 "", "", ""
1985 },
1986 { "Western Digital Scorpio Black", // tested with WDC WD5000BEKT-00KA9T0/01.01A01
1987 "WDC WD(8|12|16|25|32|50)00B[EJ]KT-.*",
1988 "", "", ""
1989 },
1990 { "Western Digital Scorpio Black (Adv. Format)",
1991 "WDC WD(50|75)00BPKT-.*",
1992 "", "", ""
1993 },
1994 { "Western Digital My Passport Essential (USB)",
1995 "WDC WD(25|32|40|50)00BMVU-.*",
1996 "", "", ""
1997 },
1998 { "Western Digital My Passport Essential SE (USB, Adv. Format)", // tested with
1999 // WDC WD10TMVW-11ZSMS5/01.01A01
2000 "WDC WD(7500K|10T)MV[VW]-.*",
2001 "", "", ""
2002 },
2003 { "Western Digital My Passport (USB)", // tested with
2004 // WDC WD5000BMVW-11AMCS0/01.01A01
2005 "WDC WD(3200BMVV|5000BMVW)-.*",
2006 "", "", ""
2007 },
2008 { "Quantum Bigfoot", // tested with TS10.0A/A21.0G00, TS12.7A/A21.0F00
2009 "QUANTUM BIGFOOT TS(10\\.0|12\\.7)A",
2010 "", "", ""
2011 },
2012 { "Quantum Fireball lct15",
2013 "QUANTUM FIREBALLlct15 ([123]0|22)",
2014 "", "", ""
2015 },
2016 { "Quantum Fireball lct20",
2017 "QUANTUM FIREBALLlct20 [1234]0",
2018 "", "", ""
2019 },
2020 { "Quantum Fireball CX",
2021 "QUANTUM FIREBALL CX10.2A",
2022 "", "", ""
2023 },
2024 { "Quantum Fireball CR",
2025 "QUANTUM FIREBALL CR(4.3|6.4|8.4|13.0)A",
2026 "", "", ""
2027 },
2028 { "Quantum Fireball EX",
2029 "QUANTUM FIREBALL EX(3.2|6.4)A",
2030 "", "", ""
2031 },
2032 { "Quantum Fireball ST",
2033 "QUANTUM FIREBALL ST(3.2|4.3|4300)A",
2034 "", "", ""
2035 },
2036 { "Quantum Fireball SE",
2037 "QUANTUM FIREBALL SE4.3A",
2038 "", "", ""
2039 },
2040 { "Quantum Fireball Plus LM",
2041 "QUANTUM FIREBALLP LM(10.2|15|20.[45]|30)",
2042 "", "", ""
2043 },
2044 { "Quantum Fireball Plus AS",
2045 "QUANTUM FIREBALLP AS(10.2|20.5|30.0|40.0|60.0)",
2046 "", "", ""
2047 },
2048 { "Quantum Fireball Plus KX",
2049 "QUANTUM FIREBALLP KX27.3",
2050 "", "", ""
2051 },
2052 { "Quantum Fireball Plus KA",
2053 "QUANTUM FIREBALLP KA(9|10).1",
2054 "", "", ""
2055 },
2056
2057 ////////////////////////////////////////////////////
2058 // USB ID entries
2059 ////////////////////////////////////////////////////
2060
2061 // ALi
2062 { "USB: ; ALi M5621", // USB->PATA
2063 "0x0402:0x5621",
2064 "",
2065 "",
2066 "" // unsupported
2067 },
2068 // VIA
2069 { "USB: Connectland BE-USB2-35BP-LCM; VIA VT6204",
2070 "0x040d:0x6204",
2071 "",
2072 "",
2073 "" // unsupported
2074 },
2075 // Buffalo / Melco
2076 { "USB: Buffalo JustStore Portable HD-PVU2; ",
2077 "0x0411:0x0181",
2078 "",
2079 "",
2080 "-d sat"
2081 },
2082 { "USB: Buffalo MiniStation Stealth HD-PCTU2; ",
2083 "0x0411:0x01d9",
2084 "", // 0x0108
2085 "",
2086 "-d sat"
2087 },
2088 // LG Electronics
2089 { "USB: LG Mini HXD5; JMicron",
2090 "0x043e:0x70f1",
2091 "", // 0x0100
2092 "",
2093 "-d usbjmicron"
2094 },
2095 // Philips
2096 { "USB: Philips; ", // SDE3273FC/97 2.5" SATA HDD enclosure
2097 "0x0471:0x2021",
2098 "", // 0x0103
2099 "",
2100 "-d sat"
2101 },
2102 // Toshiba
2103 { "USB: Toshiba Canvio 500GB; ",
2104 "0x0480:0xa004",
2105 "",
2106 "",
2107 "-d usbsunplus"
2108 },
2109 // Cypress
2110 { "USB: ; Cypress CY7C68300A (AT2)",
2111 "0x04b4:0x6830",
2112 "0x0001",
2113 "",
2114 "" // unsupported
2115 },
2116 { "USB: ; Cypress CY7C68300B/C (AT2LP)",
2117 "0x04b4:0x6830",
2118 "0x0240",
2119 "",
2120 "-d usbcypress"
2121 },
2122 // Myson Century
2123 { "USB: ; Myson Century CS8818",
2124 "0x04cf:0x8818",
2125 "", // 0xb007
2126 "",
2127 "" // unsupported
2128 },
2129 // Samsung
2130 { "USB: Samsung S2 Portable; JMicron",
2131 "0x04e8:0x1f0[568]",
2132 "",
2133 "",
2134 "-d usbjmicron"
2135 },
2136 { "USB: Samsung S1 Portable; JMicron",
2137 "0x04e8:0x2f03",
2138 "",
2139 "",
2140 "-d usbjmicron"
2141 },
2142 { "USB: Samsung Story Station; ",
2143 "0x04e8:0x5f06",
2144 "",
2145 "",
2146 "-d sat"
2147 },
2148 { "USB: Samsung G2 Portable; JMicron",
2149 "0x04e8:0x6032",
2150 "",
2151 "",
2152 "-d usbjmicron"
2153 },
2154 { "USB: Samsung Story Station 3.0; ",
2155 "0x04e8:0x6052",
2156 "",
2157 "",
2158 "-d sat"
2159 },
2160 { "USB: Samsung Story Station 3.0; ",
2161 "0x04e8:0x6054",
2162 "",
2163 "",
2164 "-d sat"
2165 },
2166 { "USB: Samsung M2 Portable 3.0; ",
2167 "0x04e8:0x60c5",
2168 "",
2169 "",
2170 "-d sat"
2171 },
2172 // Sunplus
2173 { "USB: ; SunPlus",
2174 "0x04fc:0x0c05",
2175 "",
2176 "",
2177 "-d usbsunplus"
2178 },
2179 { "USB: ; SunPlus SPDIF215",
2180 "0x04fc:0x0c15",
2181 "", // 0xf615
2182 "",
2183 "-d usbsunplus"
2184 },
2185 { "USB: ; SunPlus SPDIF225", // USB+SATA->SATA
2186 "0x04fc:0x0c25",
2187 "", // 0x0103
2188 "",
2189 "-d usbsunplus"
2190 },
2191 // Iomega
2192 { "USB: Iomega LPHD080-0; ",
2193 "0x059b:0x0272",
2194 "",
2195 "",
2196 "-d usbcypress"
2197 },
2198 { "USB: Iomega MDHD500-U; ",
2199 "0x059b:0x0275",
2200 "", // 0x0001
2201 "",
2202 "" // unsupported
2203 },
2204 { "USB: Iomega MDHD-UE; ",
2205 "0x059b:0x0277",
2206 "",
2207 "",
2208 "-d usbjmicron"
2209 },
2210 { "USB: Iomega LDHD-UP; Sunplus",
2211 "0x059b:0x0370",
2212 "",
2213 "",
2214 "-d usbsunplus"
2215 },
2216 { "USB: Iomega GDHDU2; JMicron",
2217 "0x059b:0x0475",
2218 "", // 0x0100
2219 "",
2220 "-d usbjmicron"
2221 },
2222 // LaCie
2223 { "USB: LaCie hard disk (FA Porsche design);",
2224 "0x059f:0x0651",
2225 "",
2226 "",
2227 "" // unsupported
2228 },
2229 { "USB: LaCie hard disk; JMicron",
2230 "0x059f:0x0951",
2231 "",
2232 "",
2233 "-d usbjmicron"
2234 },
2235 { "USB: LaCie hard disk (Neil Poulton design);",
2236 "0x059f:0x1018",
2237 "",
2238 "",
2239 "-d sat"
2240 },
2241 { "USB: LaCie Desktop Hard Drive; JMicron",
2242 "0x059f:0x1019",
2243 "",
2244 "",
2245 "-d usbjmicron"
2246 },
2247 { "USB: LaCie Rugged Hard Drive; JMicron",
2248 "0x059f:0x101d",
2249 "", // 0x0001
2250 "",
2251 "-d usbjmicron,x"
2252 },
2253 { "USB: LaCie Little Disk USB2; JMicron",
2254 "0x059f:0x1021",
2255 "",
2256 "",
2257 "-d usbjmicron"
2258 },
2259 { "USB: LaCie hard disk; ",
2260 "0x059f:0x1029",
2261 "", // 0x0100
2262 "",
2263 "-d sat"
2264 },
2265 { "USB: Lacie rikiki; JMicron",
2266 "0x059f:0x102a",
2267 "",
2268 "",
2269 "-d usbjmicron,x"
2270 },
2271 { "USB: LaCie rikiki USB 3.0; ",
2272 "0x059f:0x10(49|57)",
2273 "",
2274 "",
2275 "-d sat"
2276 },
2277 { "USB: LaCie minimus USB 3.0; ",
2278 "0x059f:0x104a",
2279 "",
2280 "",
2281 "-d sat"
2282 },
2283 // In-System Design
2284 { "USB: ; In-System/Cypress ISD-300A1",
2285 "0x05ab:0x0060",
2286 "", // 0x1101
2287 "",
2288 "-d usbcypress"
2289 },
2290 // Genesys Logic
2291 { "USB: ; Genesys Logic GL881E",
2292 "0x05e3:0x0702",
2293 "",
2294 "",
2295 "" // unsupported
2296 },
2297 { "USB: ; Genesys Logic", // TODO: requires '-T permissive'
2298 "0x05e3:0x0718",
2299 "", // 0x0041
2300 "",
2301 "-d sat"
2302 },
2303 // Micron
2304 { "USB: Micron USB SSD; ",
2305 "0x0634:0x0655",
2306 "",
2307 "",
2308 "" // unsupported
2309 },
2310 // Prolific
2311 { "USB: ; Prolific PL2507", // USB->PATA
2312 "0x067b:0x2507",
2313 "",
2314 "",
2315 "" // unsupported
2316 },
2317 { "USB: ; Prolific PL3507", // USB+IEE1394->PATA
2318 "0x067b:0x3507",
2319 "", // 0x0001
2320 "",
2321 "" // unsupported
2322 },
2323 // Freecom
2324 { "USB: Freecom Mobile Drive XXS; JMicron",
2325 "0x07ab:0xfc88",
2326 "", // 0x0101
2327 "",
2328 "-d usbjmicron,x"
2329 },
2330 { "USB: Freecom Hard Drive XS; Sunplus",
2331 "0x07ab:0xfc8e",
2332 "", // 0x010f
2333 "",
2334 "-d usbsunplus"
2335 },
2336 { "USB: Freecom; ", // Intel labeled
2337 "0x07ab:0xfc8f",
2338 "", // 0x0000
2339 "",
2340 "-d sat"
2341 },
2342 { "USB: Freecom Classic HD 120GB; ",
2343 "0x07ab:0xfccd",
2344 "",
2345 "",
2346 "" // unsupported
2347 },
2348 { "USB: Freecom HD 500GB; JMicron",
2349 "0x07ab:0xfcda",
2350 "",
2351 "",
2352 "-d usbjmicron"
2353 },
2354 // Toshiba
2355 { "USB: Toshiba PX1270E-1G16; Sunplus",
2356 "0x0930:0x0b03",
2357 "",
2358 "",
2359 "-d usbsunplus"
2360 },
2361 // Oxford Semiconductor, Ltd
2362 { "USB: ; Oxford",
2363 "0x0928:0x0000",
2364 "",
2365 "",
2366 "" // unsupported
2367 },
2368 { "USB: ; Oxford OXU921DS",
2369 "0x0928:0x0002",
2370 "",
2371 "",
2372 "" // unsupported
2373 },
2374 // Toshiba Corp.
2375 { "USB: Toshiba PX1396E-3T01; Sunplus", // similar to Dura Micro 501
2376 "0x0930:0x0b09",
2377 "",
2378 "",
2379 "-d usbsunplus"
2380 },
2381 { "USB: Toshiba Stor.E Steel; Sunplus",
2382 "0x0930:0x0b11",
2383 "",
2384 "",
2385 "-d usbsunplus"
2386 },
2387 // Lumberg, Inc.
2388 { "USB: Toshiba Stor.E; Sunplus",
2389 "0x0939:0x0b16",
2390 "",
2391 "",
2392 "-d usbsunplus"
2393 },
2394 // Seagate
2395 { "USB: Seagate FreeAgent Go; ",
2396 "0x0bc2:0x2(000|100|101)",
2397 "",
2398 "",
2399 "-d sat"
2400 },
2401 { "USB: Seagate FreeAgent Go FW; ",
2402 "0x0bc2:0x2200",
2403 "",
2404 "",
2405 "-d sat"
2406 },
2407 { "USB: Seagate Expansion Portable; ",
2408 "0x0bc2:0x2300",
2409 "",
2410 "",
2411 "-d sat"
2412 },
2413 { "USB: Seagate FreeAgent Desktop; ",
2414 "0x0bc2:0x3000",
2415 "",
2416 "",
2417 "-d sat"
2418 },
2419 { "USB: Seagate FreeAgent Desk; ",
2420 "0x0bc2:0x3001",
2421 "",
2422 "",
2423 "-d sat"
2424 },
2425 { "USB: Seagate Expansion External; ", // 2TB
2426 "0x0bc2:0x3300",
2427 "",
2428 "",
2429 "-d sat"
2430 },
2431 { "USB: Seagate FreeAgent GoFlex USB 2.0; ",
2432 "0x0bc2:0x5021",
2433 "",
2434 "",
2435 "-d sat"
2436 },
2437 { "USB: Seagate FreeAgent GoFlex USB 3.0; ",
2438 "0x0bc2:0x5031",
2439 "",
2440 "",
2441 "-d sat,12"
2442 },
2443 { "USB: Seagate FreeAgent; ",
2444 "0x0bc2:0x5040",
2445 "",
2446 "",
2447 "-d sat"
2448 },
2449 { "USB: Seagate FreeAgent GoFlex USB 3.0; ", // 2TB
2450 "0x0bc2:0x5071",
2451 "",
2452 "",
2453 "-d sat"
2454 },
2455 { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 3TB
2456 "0x0bc2:0x50a1",
2457 "",
2458 "",
2459 "-d sat,12" // "-d sat" does not work (ticket #151)
2460 },
2461 { "USB: Seagate FreeAgent GoFlex Desk USB 3.0; ", // 4TB
2462 "0x0bc2:0x50a5",
2463 "", // 0x0100
2464 "",
2465 "-d sat"
2466 },
2467 // Dura Micro
2468 { "USB: Dura Micro; Cypress",
2469 "0x0c0b:0xb001",
2470 "", // 0x1110
2471 "",
2472 "-d usbcypress"
2473 },
2474 { "USB: Dura Micro 509; Sunplus",
2475 "0x0c0b:0xb159",
2476 "", // 0x0103
2477 "",
2478 "-d usbsunplus"
2479 },
2480 // Maxtor
2481 { "USB: Maxtor OneTouch 200GB; ",
2482 "0x0d49:0x7010",
2483 "",
2484 "",
2485 "" // unsupported
2486 },
2487 { "USB: Maxtor OneTouch; ",
2488 "0x0d49:0x7300",
2489 "", // 0x0121
2490 "",
2491 "-d sat"
2492 },
2493 { "USB: Maxtor OneTouch 4; ",
2494 "0x0d49:0x7310",
2495 "", // 0x0125
2496 "",
2497 "-d sat"
2498 },
2499 { "USB: Maxtor OneTouch 4 Mini; ",
2500 "0x0d49:0x7350",
2501 "", // 0x0125
2502 "",
2503 "-d sat"
2504 },
2505 { "USB: Maxtor BlackArmor Portable; ",
2506 "0x0d49:0x7550",
2507 "",
2508 "",
2509 "-d sat"
2510 },
2511 { "USB: Maxtor Basics Desktop; ",
2512 "0x0d49:0x7410",
2513 "", // 0x0122
2514 "",
2515 "-d sat"
2516 },
2517 { "USB: Maxtor Basics Portable; ",
2518 "0x0d49:0x7450",
2519 "", // 0x0122
2520 "",
2521 "-d sat"
2522 },
2523 // Oyen Digital
2524 { "USB: Oyen Digital MiniPro USB 3.0; ",
2525 "0x0dc4:0x020a",
2526 "",
2527 "",
2528 "-d sat"
2529 },
2530 // Cowon Systems, Inc.
2531 { "USB: Cowon iAudio X5; ",
2532 "0x0e21:0x0510",
2533 "",
2534 "",
2535 "-d usbcypress"
2536 },
2537 // iRiver
2538 { "USB: iRiver iHP-120/140 MP3 Player; Cypress",
2539 "0x1006:0x3002",
2540 "", // 0x0100
2541 "",
2542 "-d usbcypress"
2543 },
2544 // Western Digital
2545 { "USB: WD My Passport (IDE); Cypress",
2546 "0x1058:0x0701",
2547 "", // 0x0240
2548 "",
2549 "-d usbcypress"
2550 },
2551 { "USB: WD My Passport Portable; ",
2552 "0x1058:0x0702",
2553 "", // 0x0102
2554 "",
2555 "-d sat"
2556 },
2557 { "USB: WD My Passport Essential; ",
2558 "0x1058:0x0704",
2559 "", // 0x0175
2560 "",
2561 "-d sat"
2562 },
2563 { "USB: WD My Passport Elite; ",
2564 "0x1058:0x0705",
2565 "", // 0x0175
2566 "",
2567 "-d sat"
2568 },
2569 { "USB: WD My Passport 070A; ",
2570 "0x1058:0x070a",
2571 "", // 0x1028
2572 "",
2573 "-d sat"
2574 },
2575 { "USB: WD My Passport 0730; ",
2576 "0x1058:0x0730",
2577 "", // 0x1008
2578 "",
2579 "-d sat"
2580 },
2581 { "USB: WD My Passport Essential SE USB 3.0; ",
2582 "0x1058:0x074[02]",
2583 "",
2584 "",
2585 "-d sat"
2586 },
2587 { "USB: WD My Book ES; ",
2588 "0x1058:0x0906",
2589 "", // 0x0012
2590 "",
2591 "-d sat"
2592 },
2593 { "USB: WD My Book Essential; ",
2594 "0x1058:0x0910",
2595 "", // 0x0106
2596 "",
2597 "-d sat"
2598 },
2599 { "USB: WD Elements Desktop; ",
2600 "0x1058:0x1001",
2601 "", // 0x0104
2602 "",
2603 "-d sat"
2604 },
2605 { "USB: WD Elements Desktop WDE1UBK...; ",
2606 "0x1058:0x1003",
2607 "", // 0x0175
2608 "",
2609 "-d sat"
2610 },
2611 { "USB: WD Elements; ",
2612 "0x1058:0x1010",
2613 "", // 0x0105
2614 "",
2615 "-d sat"
2616 },
2617 { "USB: WD Elements Desktop; ", // 2TB
2618 "0x1058:0x1021",
2619 "", // 0x2002
2620 "",
2621 "-d sat"
2622 },
2623 { "USB: WD Elements SE; ", // 1TB
2624 "0x1058:0x1023",
2625 "",
2626 "",
2627 "-d sat"
2628 },
2629 { "USB: WD Elements SE USB 3.0; ",
2630 "0x1058:0x1042",
2631 "",
2632 "",
2633 "-d sat"
2634 },
2635 { "USB: WD My Book Essential; ",
2636 "0x1058:0x1100",
2637 "", // 0x0165
2638 "",
2639 "-d sat"
2640 },
2641 { "USB: WD My Book Office Edition; ", // 1TB
2642 "0x1058:0x1101",
2643 "", // 0x0165
2644 "",
2645 "-d sat"
2646 },
2647 { "USB: WD My Book; ",
2648 "0x1058:0x1102",
2649 "", // 0x1028
2650 "",
2651 "-d sat"
2652 },
2653 { "USB: WD My Book Essential; ",
2654 "0x1058:0x1110",
2655 "", // 0x1030
2656 "",
2657 "-d sat"
2658 },
2659 { "USB: WD My Book Essential USB 3.0; ", // 3TB
2660 "0x1058:0x1130",
2661 "", // 0x1012
2662 "",
2663 "-d sat"
2664 },
2665 // Atech Flash Technology
2666 { "USB: ; Atech", // Enclosure from Kingston SSDNow notebook upgrade kit
2667 "0x11b0:0x6298",
2668 "", // 0x0108
2669 "",
2670 "-d sat"
2671 },
2672 // A-DATA
2673 { "USB: A-DATA SH93; Cypress",
2674 "0x125f:0xa93a",
2675 "", // 0x0150
2676 "",
2677 "-d usbcypress"
2678 },
2679 // Initio
2680 { "USB: ; Initio 316000",
2681 "0x13fd:0x0540",
2682 "",
2683 "",
2684 "" // unsupported
2685 },
2686 { "USB: ; Initio", // Thermaltake BlacX
2687 "0x13fd:0x0840",
2688 "",
2689 "",
2690 "-d sat"
2691 },
2692 { "USB: ; Initio 6Y120L0", // CoolerMaster XCraft RX-3HU
2693 "0x13fd:0x1150",
2694 "",
2695 "",
2696 "" // unsupported
2697 },
2698 { "USB: ; Initio", // USB->SATA
2699 "0x13fd:0x1240",
2700 "", // 0x0104
2701 "",
2702 "-d sat"
2703 },
2704 { "USB: ; Initio", // USB+SATA->SATA
2705 "0x13fd:0x1340",
2706 "", // 0x0208
2707 "",
2708 "-d sat"
2709 },
2710 { "USB: Intenso Memory Station 2,5\"; Initio",
2711 "0x13fd:0x1840",
2712 "",
2713 "",
2714 "-d sat"
2715 },
2716 { "USB: ; Initio", // NexStar CX USB enclosure
2717 "0x13fd:0x1e40",
2718 "",
2719 "",
2720 "-d sat"
2721 },
2722 // Super Top
2723 { "USB: Super Top generic enclosure; Cypress",
2724 "0x14cd:0x6116",
2725 "", // 0x0160 also reported as unsupported
2726 "",
2727 "-d usbcypress"
2728 },
2729 // JMicron
2730 { "USB: ; JMicron USB 3.0",
2731 "0x152d:0x0539",
2732 "", // 0x0100
2733 "",
2734 "-d usbjmicron"
2735 },
2736 { "USB: ; JMicron ", // USB->SATA->4xSATA (port multiplier)
2737 "0x152d:0x0551",
2738 "", // 0x0100
2739 "",
2740 "-d usbjmicron,x"
2741 },
2742 { "USB: OCZ THROTTLE OCZESATATHR8G; JMicron JMF601",
2743 "0x152d:0x0602",
2744 "",
2745 "",
2746 "" // unsupported
2747 },
2748 { "USB: ; JMicron JM20329", // USB->SATA
2749 "0x152d:0x2329",
2750 "", // 0x0100
2751 "",
2752 "-d usbjmicron"
2753 },
2754 { "USB: ; JMicron JM20336", // USB+SATA->SATA, USB->2xSATA
2755 "0x152d:0x2336",
2756 "", // 0x0100
2757 "",
2758 "-d usbjmicron,x"
2759 },
2760 { "USB: Generic JMicron adapter; JMicron",
2761 "0x152d:0x2337",
2762 "",
2763 "",
2764 "-d usbjmicron"
2765 },
2766 { "USB: ; JMicron JM20337/8", // USB->SATA+PATA, USB+SATA->PATA
2767 "0x152d:0x2338",
2768 "", // 0x0100
2769 "",
2770 "-d usbjmicron"
2771 },
2772 { "USB: ; JMicron JM20339", // USB->SATA
2773 "0x152d:0x2339",
2774 "", // 0x0100
2775 "",
2776 "-d usbjmicron,x"
2777 },
2778 { "USB: ; JMicron", // USB+SATA->SATA
2779 "0x152d:0x2351", // e.g. Verbatim Portable Hard Drive 500Gb
2780 "", // 0x0100
2781 "",
2782 "-d sat"
2783 },
2784 { "USB: ; JMicron", // USB->SATA
2785 "0x152d:0x2352",
2786 "", // 0x0100
2787 "",
2788 "-d usbjmicron,x"
2789 },
2790 { "USB: ; JMicron", // USB->SATA
2791 "0x152d:0x2509",
2792 "", // 0x0100
2793 "",
2794 "-d usbjmicron,x"
2795 },
2796 // ASMedia
2797 { "USB: ; ASMedia ASM1051",
2798 "0x174c:0x5106",
2799 "",
2800 "",
2801 "-d sat"
2802 },
2803 { "USB: ; ASMedia USB 3.0", // BYTECC T-200U3
2804 "0x174c:0x55aa",
2805 "",
2806 "",
2807 "" // unsupported
2808 },
2809 // LucidPort
2810 { "USB: RaidSonic ICY BOX IB-110StU3-B; LucidPORT USB300",
2811 "0x1759:0x500[02]",
2812 "",
2813 "",
2814 "-d sat"
2815 },
2816 // Verbatim
2817 { "USB: Verbatim Portable Hard Drive; Sunplus",
2818 "0x18a5:0x0214",
2819 "", // 0x0112
2820 "",
2821 "-d usbsunplus"
2822 },
2823 { "USB: Verbatim FW/USB160; Oxford OXUF934SSA-LQAG", // USB+IEE1394->SATA
2824 "0x18a5:0x0215",
2825 "", // 0x0001
2826 "",
2827 "-d sat"
2828 },
2829 { "USB: Verbatim External Hard Drive 47519; Sunplus", // USB->SATA
2830 "0x18a5:0x0216",
2831 "",
2832 "",
2833 "-d usbsunplus"
2834 },
2835 { "USB: Verbatim Pocket Hard Drive; JMicron", // SAMSUNG SpinPoint N3U-3 (USB, 4KiB LLS)
2836 "0x18a5:0x0227",
2837 "",
2838 "",
2839 "-d usbjmicron" // "-d usbjmicron,x" does not work
2840 },
2841 { "USB: Verbatim External Hard Drive; JMicron", // 2TB
2842 "0x18a5:0x022a",
2843 "",
2844 "",
2845 "-d usbjmicron"
2846 },
2847 // Silicon Image
2848 { "USB: Vantec NST-400MX-SR; Silicon Image 5744",
2849 "0x1a4a:0x1670",
2850 "",
2851 "",
2852 "" // unsupported
2853 },
2854 // SunplusIT
2855 { "USB: ; SunplusIT",
2856 "0x1bcf:0x0c31",
2857 "",
2858 "",
2859 "-d usbsunplus"
2860 },
2861 // Hitachi/SimpleTech
2862 { "USB: Hitachi Touro Desk; JMicron", // 3TB
2863 "0x4971:0x1011",
2864 "",
2865 "",
2866 "-d usbjmicron"
2867 },
2868 { "USB: Hitachi/SimpleTech; JMicron", // 1TB
2869 "0x4971:0xce17",
2870 "",
2871 "",
2872 "-d usbjmicron,x"
2873 },
2874 // OnSpec
2875 { "USB: ; OnSpec", // USB->PATA
2876 "0x55aa:0x2b00",
2877 "", // 0x0100
2878 "",
2879 "" // unsupported
2880 },
2881 /*
2882 }; // builtin_knowndrives[]
2883 */