unusual_devs.h 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095
  1. /* Driver for USB Mass Storage compliant devices
  2. * Unusual Devices File
  3. *
  4. * $Id: unusual_devs.h,v 1.32 2002/02/25 02:41:24 mdharm Exp $
  5. *
  6. * Current development and maintenance by:
  7. * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
  8. *
  9. * Initial work by:
  10. * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
  11. *
  12. * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
  13. * information about this driver.
  14. *
  15. * This program is free software; you can redistribute it and/or modify it
  16. * under the terms of the GNU General Public License as published by the
  17. * Free Software Foundation; either version 2, or (at your option) any
  18. * later version.
  19. *
  20. * This program is distributed in the hope that it will be useful, but
  21. * WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. * General Public License for more details.
  24. *
  25. * You should have received a copy of the GNU General Public License along
  26. * with this program; if not, write to the Free Software Foundation, Inc.,
  27. * 675 Mass Ave, Cambridge, MA 02139, USA.
  28. */
  29. /* IMPORTANT NOTE: This file must be included in another file which does
  30. * the following thing for it to work:
  31. * The macro UNUSUAL_DEV() must be defined before this file is included
  32. */
  33. #include <linux/config.h>
  34. /* If you edit this file, please try to keep it sorted first by VendorID,
  35. * then by ProductID.
  36. *
  37. * If you want to add an entry for this file, be sure to include the
  38. * following information:
  39. * - a patch that adds the entry for your device, including your
  40. * email address right above the entry (plus maybe a brief
  41. * explanation of the reason for the entry),
  42. * - a copy of /proc/bus/usb/devices with your device plugged in
  43. * running with this patch.
  44. * Send your submission to either Phil Dibowitz <phil@ipom.com> or
  45. * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
  46. * USB development list <linux-usb-devel@lists.sourceforge.net>.
  47. */
  48. /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
  49. */
  50. UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
  51. "ATMEL",
  52. "SND1 Storage",
  53. US_SC_DEVICE, US_PR_DEVICE, NULL,
  54. US_FL_IGNORE_RESIDUE),
  55. UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100,
  56. "Mitsumi",
  57. "USB FDD",
  58. US_SC_DEVICE, US_PR_DEVICE, NULL,
  59. US_FL_SINGLE_LUN ),
  60. UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
  61. "HP",
  62. "CD-Writer+",
  63. US_SC_8070, US_PR_CB, NULL, 0),
  64. #ifdef CONFIG_USB_STORAGE_USBAT
  65. UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
  66. "HP",
  67. "CD-Writer+ 8200e",
  68. US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
  69. UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
  70. "HP",
  71. "CD-Writer+ CD-4e",
  72. US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
  73. #endif
  74. /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
  75. UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
  76. "VIA Technologies Inc.",
  77. "USB 2.0 Card Reader",
  78. US_SC_DEVICE, US_PR_DEVICE, NULL,
  79. US_FL_IGNORE_RESIDUE ),
  80. /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
  81. * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
  82. * for USB floppies that need the SINGLE_LUN enforcement.
  83. */
  84. UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
  85. "NEC",
  86. "NEC USB UF000x",
  87. US_SC_DEVICE, US_PR_DEVICE, NULL,
  88. US_FL_SINGLE_LUN ),
  89. /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
  90. * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
  91. * always fails and confuses drive.
  92. */
  93. UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
  94. "Buffalo",
  95. "DUB-P40G HDD",
  96. US_SC_DEVICE, US_PR_DEVICE, NULL,
  97. US_FL_FIX_INQUIRY ),
  98. /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
  99. UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
  100. "SMSC",
  101. "FDC GOLD-2.30",
  102. US_SC_DEVICE, US_PR_DEVICE, NULL,
  103. US_FL_SINGLE_LUN ),
  104. #ifdef CONFIG_USB_STORAGE_DPCM
  105. UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
  106. "Microtech",
  107. "CameraMate (DPCM_USB)",
  108. US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
  109. #endif
  110. /*
  111. * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
  112. * The key does not actually break, but it returns zero sense which
  113. * makes our SCSI stack to print confusing messages.
  114. */
  115. UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
  116. "USBest Technology", /* sold by Transcend */
  117. "USB Mass Storage Device",
  118. US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
  119. /* Patch submitted by Daniel Drake <dsd@gentoo.org>
  120. * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
  121. UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
  122. "Neuros Audio",
  123. "USB 2.0 HD 2.5",
  124. US_SC_DEVICE, US_PR_BULK, NULL,
  125. US_FL_NEED_OVERRIDE ),
  126. /* Patch submitted by Philipp Friedrich <philipp@void.at> */
  127. UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
  128. "Kyocera",
  129. "Finecam S3x",
  130. US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
  131. /* Patch submitted by Philipp Friedrich <philipp@void.at> */
  132. UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
  133. "Kyocera",
  134. "Finecam S4",
  135. US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
  136. /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
  137. UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
  138. "Kyocera",
  139. "Finecam S5",
  140. US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
  141. /* Patch for Kyocera Finecam L3
  142. * Submitted by Michael Krauth <michael.krauth@web.de>
  143. * and Alessandro Fracchetti <al.fracchetti@tin.it>
  144. */
  145. UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
  146. "Kyocera",
  147. "Finecam L3",
  148. US_SC_SCSI, US_PR_BULK, NULL,
  149. US_FL_FIX_INQUIRY),
  150. /* Reported by Paul Stewart <stewart@wetlogic.net>
  151. * This entry is needed because the device reports Sub=ff */
  152. UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
  153. "Hitachi",
  154. "DVD-CAM DZ-MV100A Camcorder",
  155. US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
  156. /* Reported by Andreas Bockhold <andreas@bockionline.de> */
  157. UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
  158. "NIKON",
  159. "NIKON DSC D70",
  160. US_SC_DEVICE, US_PR_DEVICE, NULL,
  161. US_FL_FIX_CAPACITY),
  162. /* BENQ DC5330
  163. * Reported by Manuel Fombuena <mfombuena@ya.com> and
  164. * Frank Copeland <fjc@thingy.apana.org.au> */
  165. UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
  166. "Tekom Technologies, Inc",
  167. "300_CAMERA",
  168. US_SC_DEVICE, US_PR_DEVICE, NULL,
  169. US_FL_IGNORE_RESIDUE ),
  170. /* Reported by Simon Levitt <simon@whattf.com>
  171. * This entry needs Sub and Proto fields */
  172. UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
  173. "Epson",
  174. "875DC Storage",
  175. US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
  176. /* Reported by Khalid Aziz <khalid@gonehiking.org>
  177. * This entry is needed because the device reports Sub=ff */
  178. UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
  179. "Epson",
  180. "785EPX Storage",
  181. US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
  182. /* Not sure who reported this originally but
  183. * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
  184. * flag be added */
  185. UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
  186. "Fujifilm",
  187. "FinePix 1400Zoom",
  188. US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
  189. /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
  190. * The device needs the flags only.
  191. */
  192. UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
  193. "ScanLogic",
  194. "SL11R-IDE",
  195. US_SC_DEVICE, US_PR_DEVICE, NULL,
  196. US_FL_FIX_INQUIRY),
  197. /* Reported by Kriston Fincher <kriston@airmail.net>
  198. * Patch submitted by Sean Millichamp <sean@bruenor.org>
  199. * This is to support the Panasonic PalmCam PV-SD4090
  200. * This entry is needed because the device reports Sub=ff
  201. */
  202. UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
  203. "Panasonic",
  204. "LS-120 Camera",
  205. US_SC_UFI, US_PR_DEVICE, NULL, 0),
  206. /* From Yukihiro Nakai, via zaitcev@yahoo.com.
  207. * This is needed for CB instead of CBI */
  208. UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
  209. "Sharp CE-CW05",
  210. "CD-R/RW Drive",
  211. US_SC_8070, US_PR_CB, NULL, 0),
  212. /* Reported by Adriaan Penning <a.penning@luon.net> */
  213. UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
  214. "Panasonic",
  215. "DMC-LCx Camera",
  216. US_SC_DEVICE, US_PR_DEVICE, NULL,
  217. US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
  218. /* Most of the following entries were developed with the help of
  219. * Shuttle/SCM directly.
  220. */
  221. UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
  222. "Matshita",
  223. "LS-120",
  224. US_SC_8020, US_PR_CB, NULL, 0),
  225. UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
  226. "Shuttle",
  227. "eUSCSI Bridge",
  228. US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
  229. US_FL_SCM_MULT_TARG ),
  230. #ifdef CONFIG_USB_STORAGE_SDDR09
  231. UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
  232. "Sandisk",
  233. "ImageMate SDDR09",
  234. US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,
  235. US_FL_SINGLE_LUN ),
  236. /* This entry is from Andries.Brouwer@cwi.nl */
  237. UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
  238. "SCM Microsystems",
  239. "eUSB SmartMedia / CompactFlash Adapter",
  240. US_SC_SCSI, US_PR_DPCM_USB, sddr09_init,
  241. 0),
  242. #endif
  243. /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
  244. UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
  245. "SCM Microsystems Inc.",
  246. "eUSB MMC Adapter",
  247. US_SC_SCSI, US_PR_CB, NULL,
  248. US_FL_SINGLE_LUN),
  249. /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
  250. UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
  251. "Shuttle",
  252. "eUSB MMC Adapter",
  253. US_SC_SCSI, US_PR_DEVICE, NULL,
  254. US_FL_SINGLE_LUN),
  255. UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
  256. "Sony",
  257. "Hifd",
  258. US_SC_SCSI, US_PR_CB, NULL,
  259. US_FL_SINGLE_LUN),
  260. UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
  261. "Shuttle",
  262. "eUSB ATA/ATAPI Adapter",
  263. US_SC_8020, US_PR_CB, NULL, 0),
  264. UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
  265. "Shuttle",
  266. "eUSB CompactFlash Adapter",
  267. US_SC_8020, US_PR_CB, NULL, 0),
  268. UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
  269. "Shuttle",
  270. "eUSCSI Bridge",
  271. US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
  272. US_FL_SCM_MULT_TARG ),
  273. UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
  274. "Shuttle",
  275. "eUSCSI Bridge",
  276. US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
  277. US_FL_SCM_MULT_TARG ),
  278. UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
  279. "Shuttle",
  280. "CD-RW Device",
  281. US_SC_8020, US_PR_CB, NULL, 0),
  282. /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
  283. * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
  284. * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
  285. */
  286. UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
  287. "Kobian Mercury",
  288. "Binocam DCB-132",
  289. US_SC_DEVICE, US_PR_DEVICE, NULL,
  290. US_FL_BULK32),
  291. #ifdef CONFIG_USB_STORAGE_USBAT
  292. UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
  293. "SCM",
  294. "SCM USBAT-02",
  295. US_SC_SCSI, US_PR_SCM_ATAPI, init_usbat,
  296. US_FL_SINGLE_LUN),
  297. #endif
  298. /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
  299. UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
  300. "Belkin",
  301. "USB SCSI Adaptor",
  302. US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
  303. US_FL_SCM_MULT_TARG ),
  304. /* Iomega Clik! Drive
  305. * Reported by David Chatenay <dchatenay@hotmail.com>
  306. * The reason this is needed is not fully known.
  307. */
  308. UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
  309. "Iomega",
  310. "USB Clik! 40",
  311. US_SC_8070, US_PR_BULK, NULL,
  312. US_FL_FIX_INQUIRY ),
  313. /* Yakumo Mega Image 37
  314. * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
  315. UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
  316. "Tekom Technologies, Inc",
  317. "300_CAMERA",
  318. US_SC_DEVICE, US_PR_DEVICE, NULL,
  319. US_FL_IGNORE_RESIDUE ),
  320. /* Another Yakumo camera.
  321. * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
  322. UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
  323. "Tekom Technologies, Inc",
  324. "300_CAMERA",
  325. US_SC_DEVICE, US_PR_DEVICE, NULL,
  326. US_FL_IGNORE_RESIDUE ),
  327. /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
  328. UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
  329. "Tekom Technologies, Inc",
  330. "300_CAMERA",
  331. US_SC_DEVICE, US_PR_DEVICE, NULL,
  332. US_FL_IGNORE_RESIDUE ),
  333. /* Yakumo Mega Image 47
  334. * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
  335. UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
  336. "Tekom Technologies, Inc",
  337. "400_CAMERA",
  338. US_SC_DEVICE, US_PR_DEVICE, NULL,
  339. US_FL_IGNORE_RESIDUE ),
  340. /* Reported by Paul Ortyl <ortylp@3miasto.net>
  341. * Note that it's similar to the device above, only different prodID */
  342. UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
  343. "Tekom Technologies, Inc",
  344. "400_CAMERA",
  345. US_SC_DEVICE, US_PR_DEVICE, NULL,
  346. US_FL_IGNORE_RESIDUE ),
  347. UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
  348. "Sony",
  349. "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
  350. US_SC_SCSI, US_PR_DEVICE, NULL,
  351. US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
  352. /* This entry is needed because the device reports Sub=ff */
  353. UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
  354. "Sony",
  355. "DSC-T1",
  356. US_SC_8070, US_PR_DEVICE, NULL,
  357. US_FL_SINGLE_LUN ),
  358. /* Reported by wim@geeks.nl */
  359. UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
  360. "Sony",
  361. "Memorystick NW-MS7",
  362. US_SC_DEVICE, US_PR_DEVICE, NULL,
  363. US_FL_SINGLE_LUN ),
  364. #ifdef CONFIG_USB_STORAGE_ISD200
  365. UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
  366. "Sony",
  367. "Portable USB Harddrive V2",
  368. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  369. 0 ),
  370. #endif
  371. /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
  372. UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x0501,
  373. "Sony",
  374. "USB Floppy Drive",
  375. US_SC_DEVICE, US_PR_DEVICE, NULL,
  376. US_FL_SINGLE_LUN ),
  377. UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
  378. "Sony",
  379. "Memorystick MSAC-US1",
  380. US_SC_DEVICE, US_PR_DEVICE, NULL,
  381. US_FL_SINGLE_LUN ),
  382. /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
  383. UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
  384. "Sony",
  385. "Handycam",
  386. US_SC_SCSI, US_PR_DEVICE, NULL,
  387. US_FL_SINGLE_LUN ),
  388. /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
  389. UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
  390. "Sony",
  391. "Handycam HC-85",
  392. US_SC_UFI, US_PR_DEVICE, NULL,
  393. US_FL_SINGLE_LUN ),
  394. UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
  395. "Sony",
  396. "Memorystick MSC-U01N",
  397. US_SC_DEVICE, US_PR_DEVICE, NULL,
  398. US_FL_SINGLE_LUN ),
  399. /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
  400. UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
  401. "Sony",
  402. "PEG N760c Memorystick",
  403. US_SC_DEVICE, US_PR_DEVICE, NULL,
  404. US_FL_FIX_INQUIRY ),
  405. UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
  406. "Sony",
  407. "Memorystick MSC-U03",
  408. US_SC_UFI, US_PR_CB, NULL,
  409. US_FL_SINGLE_LUN ),
  410. /* Submitted by Nathan Babb <nathan@lexi.com> */
  411. UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
  412. "Sony",
  413. "PEG Mass Storage",
  414. US_SC_DEVICE, US_PR_DEVICE, NULL,
  415. US_FL_FIX_INQUIRY ),
  416. /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
  417. UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
  418. "Sony",
  419. "PEG Mass Storage",
  420. US_SC_DEVICE, US_PR_DEVICE, NULL,
  421. US_FL_FIX_INQUIRY ),
  422. /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
  423. UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
  424. "Sony",
  425. "PEG Mass Storage",
  426. US_SC_DEVICE, US_PR_DEVICE, NULL,
  427. US_FL_FIX_INQUIRY ),
  428. UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
  429. "Y-E Data",
  430. "Flashbuster-U",
  431. US_SC_DEVICE, US_PR_CB, NULL,
  432. US_FL_SINGLE_LUN),
  433. UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
  434. "Y-E Data",
  435. "Flashbuster-U",
  436. US_SC_DEVICE, US_PR_DEVICE, NULL,
  437. US_FL_SINGLE_LUN),
  438. /* Reported by Johann Cardon <johann.cardon@free.fr>
  439. * This entry is needed only because the device reports
  440. * bInterfaceClass = 0xff (vendor-specific)
  441. */
  442. UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
  443. "Y-E Data",
  444. "Silicon Media R/W",
  445. US_SC_DEVICE, US_PR_DEVICE, NULL, 0),
  446. /* Fabrizio Fellini <fello@libero.it> */
  447. UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
  448. "Fujifilm",
  449. "Digital Camera EX-20 DSC",
  450. US_SC_8070, US_PR_DEVICE, NULL, 0 ),
  451. /* The entry was here before I took over, and had US_SC_RBC. It turns
  452. * out that isn't needed. Additionally, Torsten Eriksson
  453. * <Torsten.Eriksson@bergianska.se> is able to use his device fine
  454. * without this entry at all - but I don't suspect that will be true
  455. * for all users (the protocol is likely needed), so is staying at
  456. * this time. - Phil Dibowitz <phil@ipom.com>
  457. */
  458. UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200,
  459. "LaCie",
  460. "USB Hard Disk",
  461. US_SC_DEVICE, US_PR_CB, NULL, 0 ),
  462. /* Submitted by Joel Bourquard <numlock@freesurf.ch>
  463. * Some versions of this device need the SubClass and Protocol overrides
  464. * while others don't.
  465. */
  466. UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
  467. "In-System",
  468. "PyroGate External CD-ROM Enclosure (FCD-523)",
  469. US_SC_SCSI, US_PR_BULK, NULL,
  470. US_FL_NEED_OVERRIDE ),
  471. #ifdef CONFIG_USB_STORAGE_ISD200
  472. UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
  473. "In-System",
  474. "USB/IDE Bridge (ATA/ATAPI)",
  475. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  476. 0 ),
  477. UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
  478. "In-System",
  479. "Portable USB Harddrive V2",
  480. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  481. 0 ),
  482. UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
  483. "In-System",
  484. "Portable USB Harddrive V2",
  485. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  486. 0 ),
  487. UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
  488. "In-System",
  489. "USB Storage Adapter V2",
  490. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  491. 0 ),
  492. #endif
  493. /* Submitted by Sven Anderson <sven-linux@anderson.de>
  494. * There are at least four ProductIDs used for iPods, so I added 0x1202 and
  495. * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
  496. * to change with firmware updates, I changed the range to maximum for all
  497. * iPod entries.
  498. */
  499. UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
  500. "Apple",
  501. "iPod",
  502. US_SC_DEVICE, US_PR_DEVICE, NULL,
  503. US_FL_FIX_CAPACITY ),
  504. /* Reported by Avi Kivity <avi@argo.co.il> */
  505. UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
  506. "Apple",
  507. "iPod",
  508. US_SC_DEVICE, US_PR_DEVICE, NULL,
  509. US_FL_FIX_CAPACITY ),
  510. UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
  511. "Apple",
  512. "iPod",
  513. US_SC_DEVICE, US_PR_DEVICE, NULL,
  514. US_FL_FIX_CAPACITY ),
  515. UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
  516. "Apple",
  517. "iPod",
  518. US_SC_DEVICE, US_PR_DEVICE, NULL,
  519. US_FL_FIX_CAPACITY ),
  520. #ifdef CONFIG_USB_STORAGE_JUMPSHOT
  521. UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
  522. "Lexar",
  523. "Jumpshot USB CF Reader",
  524. US_SC_SCSI, US_PR_JUMPSHOT, NULL,
  525. US_FL_NEED_OVERRIDE ),
  526. #endif
  527. /* Reported by Blake Matheny <bmatheny@purdue.edu> */
  528. UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
  529. "Lexar",
  530. "USB CF Reader",
  531. US_SC_DEVICE, US_PR_DEVICE, NULL,
  532. US_FL_FIX_INQUIRY ),
  533. /* The following two entries are for a Genesys USB to IDE
  534. * converter chip, but it changes its ProductId depending
  535. * on whether or not a disk or an optical device is enclosed
  536. * They were originally reported by Alexander Oltu
  537. * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
  538. * respectively.
  539. */
  540. UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
  541. "Genesys Logic",
  542. "USB to IDE Optical",
  543. US_SC_DEVICE, US_PR_DEVICE, NULL,
  544. US_FL_GO_SLOW ),
  545. UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
  546. "Genesys Logic",
  547. "USB to IDE Disk",
  548. US_SC_DEVICE, US_PR_DEVICE, NULL,
  549. US_FL_GO_SLOW ),
  550. /* Reported by Hanno Boeck <hanno@gmx.de>
  551. * Taken from the Lycoris Kernel */
  552. UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
  553. "Vivitar",
  554. "Vivicam 35Xx",
  555. US_SC_SCSI, US_PR_BULK, NULL,
  556. US_FL_FIX_INQUIRY ),
  557. UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
  558. "TEAC",
  559. "Floppy Drive",
  560. US_SC_UFI, US_PR_CB, NULL, 0 ),
  561. #ifdef CONFIG_USB_STORAGE_SDDR09
  562. UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
  563. "Olympus",
  564. "Camedia MAUSB-2",
  565. US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,
  566. US_FL_SINGLE_LUN ),
  567. #endif
  568. /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
  569. UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
  570. "SigmaTel",
  571. "USBMSC Audio Player",
  572. US_SC_DEVICE, US_PR_DEVICE, NULL,
  573. US_FL_FIX_CAPACITY ),
  574. /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
  575. UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
  576. "Prolific Technology Inc.",
  577. "Mass Storage Device",
  578. US_SC_DEVICE, US_PR_DEVICE, NULL,
  579. US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
  580. /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
  581. UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
  582. "Prolific Technology Inc.",
  583. "ATAPI-6 Bridge Controller",
  584. US_SC_DEVICE, US_PR_DEVICE, NULL,
  585. US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
  586. /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
  587. UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
  588. "Minolta",
  589. "Dimage F300",
  590. US_SC_SCSI, US_PR_BULK, NULL, 0 ),
  591. /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
  592. UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
  593. "Minolta",
  594. "DIMAGE E223",
  595. US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),
  596. UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
  597. "Hagiwara",
  598. "FlashGate SmartMedia",
  599. US_SC_SCSI, US_PR_BULK, NULL, 0 ),
  600. UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
  601. "Hagiwara",
  602. "Flashgate",
  603. US_SC_SCSI, US_PR_BULK, NULL, 0 ),
  604. UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
  605. "Sandisk",
  606. "ImageMate SDDR-05a",
  607. US_SC_SCSI, US_PR_CB, NULL,
  608. US_FL_SINGLE_LUN ),
  609. UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
  610. "Sandisk",
  611. "ImageMate SDDR-12",
  612. US_SC_SCSI, US_PR_CB, NULL,
  613. US_FL_SINGLE_LUN ),
  614. #ifdef CONFIG_USB_STORAGE_SDDR09
  615. UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
  616. "Sandisk",
  617. "ImageMate SDDR-09",
  618. US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,
  619. US_FL_SINGLE_LUN ),
  620. #endif
  621. #ifdef CONFIG_USB_STORAGE_FREECOM
  622. UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
  623. "Freecom",
  624. "USB-IDE",
  625. US_SC_QIC, US_PR_FREECOM, freecom_init, 0),
  626. #endif
  627. /* Reported by Eero Volotinen <eero@ping-viini.org> */
  628. UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0406, 0x0406,
  629. "Freecom Technologies",
  630. "FHD-Classic",
  631. US_SC_DEVICE, US_PR_DEVICE, NULL,
  632. US_FL_FIX_CAPACITY),
  633. UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
  634. "Microtech",
  635. "USB-SCSI-DB25",
  636. US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
  637. US_FL_SCM_MULT_TARG ),
  638. UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
  639. "Microtech",
  640. "USB-SCSI-HD50",
  641. US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
  642. US_FL_SCM_MULT_TARG ),
  643. #ifdef CONFIG_USB_STORAGE_DPCM
  644. UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
  645. "Microtech",
  646. "CameraMate (DPCM_USB)",
  647. US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
  648. #endif
  649. #ifdef CONFIG_USB_STORAGE_DATAFAB
  650. UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
  651. "Datafab",
  652. "MDCFE-B USB CF Reader",
  653. US_SC_SCSI, US_PR_DATAFAB, NULL,
  654. 0 ),
  655. /*
  656. * The following Datafab-based devices may or may not work
  657. * using the current driver...the 0xffff is arbitrary since I
  658. * don't know what device versions exist for these guys.
  659. *
  660. * The 0xa003 and 0xa004 devices in particular I'm curious about.
  661. * I'm told they exist but so far nobody has come forward to say that
  662. * they work with this driver. Given the success we've had getting
  663. * other Datafab-based cards operational with this driver, I've decided
  664. * to leave these two devices in the list.
  665. */
  666. UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
  667. "SIIG/Datafab",
  668. "SIIG/Datafab Memory Stick+CF Reader/Writer",
  669. US_SC_SCSI, US_PR_DATAFAB, NULL,
  670. 0 ),
  671. /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
  672. UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
  673. "Datafab/Unknown",
  674. "MD2/MD3 Disk enclosure",
  675. US_SC_SCSI, US_PR_DATAFAB, NULL,
  676. US_FL_SINGLE_LUN ),
  677. UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
  678. "Datafab/Unknown",
  679. "Datafab-based Reader",
  680. US_SC_SCSI, US_PR_DATAFAB, NULL,
  681. 0 ),
  682. UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
  683. "Datafab/Unknown",
  684. "Datafab-based Reader",
  685. US_SC_SCSI, US_PR_DATAFAB, NULL,
  686. 0 ),
  687. UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
  688. "PNY/Datafab",
  689. "PNY/Datafab CF+SM Reader",
  690. US_SC_SCSI, US_PR_DATAFAB, NULL,
  691. 0 ),
  692. UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
  693. "Simple Tech/Datafab",
  694. "Simple Tech/Datafab CF+SM Reader",
  695. US_SC_SCSI, US_PR_DATAFAB, NULL,
  696. 0 ),
  697. #endif
  698. #ifdef CONFIG_USB_STORAGE_SDDR55
  699. /* Contributed by Peter Waechtler */
  700. UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
  701. "Datafab",
  702. "MDSM-B reader",
  703. US_SC_SCSI, US_PR_SDDR55, NULL,
  704. US_FL_FIX_INQUIRY ),
  705. #endif
  706. #ifdef CONFIG_USB_STORAGE_DATAFAB
  707. /* Submitted by Olaf Hering <olh@suse.de> */
  708. UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
  709. "Datafab Systems, Inc.",
  710. "USB to CF + SM Combo (LC1)",
  711. US_SC_SCSI, US_PR_DATAFAB, NULL,
  712. 0 ),
  713. #endif
  714. #ifdef CONFIG_USB_STORAGE_SDDR55
  715. /* SM part - aeb <Andries.Brouwer@cwi.nl> */
  716. UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
  717. "Datafab Systems, Inc.",
  718. "USB to CF + SM Combo (LC1)",
  719. US_SC_SCSI, US_PR_SDDR55, NULL,
  720. US_FL_SINGLE_LUN ),
  721. #endif
  722. #ifdef CONFIG_USB_STORAGE_DATAFAB
  723. /* Reported by Felix Moeller <felix@derklecks.de>
  724. * in Germany this is sold by Hama with the productnumber 46952
  725. * as "DualSlot CompactFlash(TM) & MStick Drive USB"
  726. */
  727. UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
  728. "DataFab Systems Inc.",
  729. "USB CF+MS",
  730. US_SC_SCSI, US_PR_DATAFAB, NULL,
  731. 0 ),
  732. #endif
  733. /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
  734. * Only revision 1.13 tested (same for all of the above devices,
  735. * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
  736. * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
  737. * See also http://martin.wilck.bei.t-online.de/#kecf .
  738. */
  739. UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
  740. "Datafab",
  741. "KECF-USB",
  742. US_SC_DEVICE, US_PR_DEVICE, NULL,
  743. US_FL_FIX_INQUIRY ),
  744. /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
  745. * to the USB storage specification in two ways:
  746. * - They tell us they are using transport protocol CBI. In reality they
  747. * are using transport protocol CB.
  748. * - They don't like the INQUIRY command. So we must handle this command
  749. * of the SCSI layer ourselves.
  750. * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
  751. * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
  752. * So don't remove the US_PR_CB override!
  753. * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
  754. */
  755. UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
  756. "Casio",
  757. "QV DigitalCamera",
  758. US_SC_8070, US_PR_CB, NULL,
  759. US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
  760. /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
  761. UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
  762. "Samsung",
  763. "Digimax 410",
  764. US_SC_DEVICE, US_PR_DEVICE, NULL,
  765. US_FL_FIX_INQUIRY),
  766. /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
  767. * Flag will support Bulk devices which use a standards-violating 32-byte
  768. * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
  769. * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
  770. */
  771. UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
  772. "Grandtech",
  773. "DC2MEGA",
  774. US_SC_DEVICE, US_PR_DEVICE, NULL,
  775. US_FL_BULK32),
  776. /* Entry needed for flags. Moreover, all devices with this ID use
  777. * bulk-only transport, but _some_ falsely report Control/Bulk instead.
  778. * One example is "Trumpion Digital Research MYMP3".
  779. * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
  780. */
  781. UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
  782. "Trumpion",
  783. "t33520 USB Flash Card Controller",
  784. US_SC_DEVICE, US_PR_BULK, NULL,
  785. US_FL_NEED_OVERRIDE ),
  786. /* Reported by Filippo Bardelli <filibard@libero.it>
  787. * The device reports a subclass of RBC, which is wrong.
  788. */
  789. UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
  790. "Trumpion Microelectronics, Inc.",
  791. "33520 USB Digital Voice Recorder",
  792. US_SC_UFI, US_PR_DEVICE, NULL,
  793. 0),
  794. /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
  795. UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
  796. "Trumpion",
  797. "MP3 player",
  798. US_SC_RBC, US_PR_BULK, NULL,
  799. 0 ),
  800. /* aeb */
  801. UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
  802. "Feiya",
  803. "5-in-1 Card Reader",
  804. US_SC_DEVICE, US_PR_DEVICE, NULL,
  805. US_FL_FIX_CAPACITY ),
  806. /* This Pentax still camera is not conformant
  807. * to the USB storage specification: -
  808. * - It does not like the INQUIRY command. So we must handle this command
  809. * of the SCSI layer ourselves.
  810. * Tested on Rev. 10.00 (0x1000)
  811. * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
  812. */
  813. UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
  814. "Pentax",
  815. "Optio 2/3/400",
  816. US_SC_DEVICE, US_PR_DEVICE, NULL,
  817. US_FL_FIX_INQUIRY ),
  818. /* Submitted by Per Winkvist <per.winkvist@uk.com> */
  819. UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
  820. "Pentax",
  821. "Optio S/S4",
  822. US_SC_DEVICE, US_PR_DEVICE, NULL,
  823. US_FL_FIX_INQUIRY ),
  824. #ifdef CONFIG_USB_STORAGE_ISD200
  825. UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
  826. "ATI",
  827. "USB Cable 205",
  828. US_SC_ISD200, US_PR_BULK, isd200_Initialization,
  829. 0 ),
  830. #endif
  831. #ifdef CONFIG_USB_STORAGE_DATAFAB
  832. UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
  833. "Acomdata",
  834. "CF",
  835. US_SC_SCSI, US_PR_DATAFAB, NULL,
  836. US_FL_SINGLE_LUN ),
  837. #endif
  838. #ifdef CONFIG_USB_STORAGE_SDDR55
  839. UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
  840. "Acomdata",
  841. "SM",
  842. US_SC_SCSI, US_PR_SDDR55, NULL,
  843. US_FL_SINGLE_LUN ),
  844. #endif
  845. /* Submitted by: Nick Sillik <n.sillik@temple.edu>
  846. * Needed for OneTouch extension to usb-storage
  847. *
  848. */
  849. #ifdef CONFIG_USB_STORAGE_ONETOUCH
  850. UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
  851. "Maxtor",
  852. "OneTouch External Harddrive",
  853. US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
  854. 0),
  855. #endif
  856. /* Submitted by Joris Struyve <joris@struyve.be> */
  857. UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
  858. "Medion",
  859. "MD 7425",
  860. US_SC_DEVICE, US_PR_DEVICE, NULL,
  861. US_FL_FIX_INQUIRY),
  862. /*
  863. * Entry for Jenoptik JD 5200z3
  864. *
  865. * email: car.busse@gmx.de
  866. */
  867. UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
  868. "Jenoptik",
  869. "JD 5200 z3",
  870. US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
  871. /* Reported by Lubomir Blaha <tritol@trilogic.cz>
  872. * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
  873. * works for me. Can anybody correct these values? (I able to test corrected
  874. * version.)
  875. */
  876. UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
  877. "Netac",
  878. "USB-CF-Card",
  879. US_SC_DEVICE, US_PR_DEVICE, NULL,
  880. US_FL_FIX_INQUIRY ),
  881. /* Patch by Stephan Walter <stephan.walter@epfl.ch>
  882. * I don't know why, but it works... */
  883. UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
  884. "WINWARD",
  885. "Music Disk",
  886. US_SC_DEVICE, US_PR_DEVICE, NULL,
  887. US_FL_IGNORE_RESIDUE ),
  888. /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
  889. UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
  890. "PNP_MP3",
  891. "PNP_MP3 PLAYER",
  892. US_SC_DEVICE, US_PR_DEVICE, NULL,
  893. US_FL_IGNORE_RESIDUE ),
  894. /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
  895. UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
  896. "USB",
  897. "Solid state disk",
  898. US_SC_DEVICE, US_PR_DEVICE, NULL,
  899. US_FL_FIX_INQUIRY ),
  900. /* Submitted by Daniel Drake <dsd@gentoo.org>
  901. * Reported by dayul on the Gentoo Forums */
  902. UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
  903. "Ours Technology",
  904. "Flash Disk",
  905. US_SC_DEVICE, US_PR_DEVICE, NULL,
  906. US_FL_IGNORE_RESIDUE ),
  907. /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
  908. UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
  909. "USB",
  910. "Flash Disk",
  911. US_SC_DEVICE, US_PR_DEVICE, NULL,
  912. US_FL_IGNORE_RESIDUE ),
  913. /* Reported by Michael Stattmann <michael@stattmann.com> */
  914. UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
  915. "Sony Ericsson",
  916. "V800-Vodafone 802",
  917. US_SC_DEVICE, US_PR_DEVICE, NULL,
  918. US_FL_NO_WP_DETECT ),
  919. /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
  920. * Tested on hardware version 1.10.
  921. * Entry is needed only for the initializer function override.
  922. */
  923. UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x9999,
  924. "Desknote",
  925. "UCR-61S2B",
  926. US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
  927. 0 ),
  928. /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
  929. UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
  930. "Minolta",
  931. "Dimage Z10",
  932. US_SC_DEVICE, US_PR_DEVICE, NULL,
  933. 0 ),
  934. /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
  935. UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
  936. "SWISSBIT",
  937. "Black Silver",
  938. US_SC_DEVICE, US_PR_DEVICE, NULL,
  939. US_FL_IGNORE_RESIDUE ),
  940. /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
  941. UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
  942. "MPIO",
  943. "HS200",
  944. US_SC_DEVICE, US_PR_DEVICE, NULL,
  945. US_FL_GO_SLOW ),
  946. #ifdef CONFIG_USB_STORAGE_SDDR55
  947. UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
  948. "Sandisk",
  949. "ImageMate SDDR55",
  950. US_SC_SCSI, US_PR_SDDR55, NULL,
  951. US_FL_SINGLE_LUN),
  952. #endif