[PATCH] USB: storage: Fix messed-up locking
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / usb / storage / unusual_devs.h
CommitLineData
1da177e4 1/* Driver for USB Mass Storage compliant devices
093cf723 2 * Unusual Devices File
1da177e4
LT
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
30/* IMPORTANT NOTE: This file must be included in another file which does
31 * the following thing for it to work:
32 * The macro UNUSUAL_DEV() must be defined before this file is included
33 */
34#include <linux/config.h>
35
36/* If you edit this file, please try to keep it sorted first by VendorID,
37 * then by ProductID.
38 *
39 * If you want to add an entry for this file, be sure to include the
40 * following information:
41 * - a patch that adds the entry for your device, including your
42 * email address right above the entry (plus maybe a brief
43 * explanation of the reason for the entry),
44 * - a copy of /proc/bus/usb/devices with your device plugged in
45 * running with this patch.
46 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
47 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
48 * USB development list <linux-usb-devel@lists.sourceforge.net>.
49 */
50
8af60be9
VB
51/* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
52 */
53UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
54 "ATMEL",
55 "SND1 Storage",
56 US_SC_DEVICE, US_PR_DEVICE, NULL,
57 US_FL_IGNORE_RESIDUE),
58
1da177e4
LT
59UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100,
60 "Mitsumi",
61 "USB FDD",
62 US_SC_DEVICE, US_PR_DEVICE, NULL,
63 US_FL_SINGLE_LUN ),
64
65UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
66 "HP",
67 "CD-Writer+",
68 US_SC_8070, US_PR_CB, NULL, 0),
69
70#ifdef CONFIG_USB_STORAGE_USBAT
71UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
72 "HP",
73 "CD-Writer+ 8200e",
74 US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
75
76UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
77 "HP",
78 "CD-Writer+ CD-4e",
79 US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
80#endif
81
64be0758
MCG
82/* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
83UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
84 "VIA Technologies Inc.",
85 "USB 2.0 Card Reader",
86 US_SC_DEVICE, US_PR_DEVICE, NULL,
87 US_FL_IGNORE_RESIDUE ),
88
1da177e4
LT
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 */
93UNUSUAL_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
99#ifdef CONFIG_USB_STORAGE_DPCM
100UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
101 "Microtech",
102 "CameraMate (DPCM_USB)",
103 US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
104#endif
105
106/* Patch submitted by Philipp Friedrich <philipp@void.at> */
107UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
108 "Kyocera",
109 "Finecam S3x",
110 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
111
112/* Patch submitted by Philipp Friedrich <philipp@void.at> */
113UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
114 "Kyocera",
115 "Finecam S4",
116 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
117
118/* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
119UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
120 "Kyocera",
121 "Finecam S5",
122 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
123
124/* Patch for Kyocera Finecam L3
125 * Submitted by Michael Krauth <michael.krauth@web.de>
126 * and Alessandro Fracchetti <al.fracchetti@tin.it>
127 */
128UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
129 "Kyocera",
130 "Finecam L3",
131 US_SC_SCSI, US_PR_BULK, NULL,
132 US_FL_FIX_INQUIRY),
133
134/* Reported by Paul Stewart <stewart@wetlogic.net>
135 * This entry is needed because the device reports Sub=ff */
136UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
137 "Hitachi",
138 "DVD-CAM DZ-MV100A Camcorder",
139 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
140
141/* Reported by Andreas Bockhold <andreas@bockionline.de> */
142UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
143 "NIKON",
144 "NIKON DSC D70",
145 US_SC_DEVICE, US_PR_DEVICE, NULL,
146 US_FL_FIX_CAPACITY),
147
148/* BENQ DC5330
149 * Reported by Manuel Fombuena <mfombuena@ya.com> and
150 * Frank Copeland <fjc@thingy.apana.org.au> */
151UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
152 "Tekom Technologies, Inc",
153 "300_CAMERA",
154 US_SC_DEVICE, US_PR_DEVICE, NULL,
155 US_FL_IGNORE_RESIDUE ),
156
157/* Reported by Simon Levitt <simon@whattf.com>
158 * This entry needs Sub and Proto fields */
159UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
160 "Epson",
161 "875DC Storage",
162 US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
163
164/* Reported by Khalid Aziz <khalid@gonehiking.org>
165 * This entry is needed because the device reports Sub=ff */
166UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
167 "Epson",
168 "785EPX Storage",
169 US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
170
171/* Not sure who reported this originally but
172 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
173 * flag be added */
174UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
175 "Fujifilm",
176 "FinePix 1400Zoom",
177 US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
178
179