[PATCH] USB: ftdi_sio redundant macro removal
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / usb / storage / unusual_devs.h
CommitLineData
1da177e4
LT
1/* Driver for USB Mass Storage compliant devices
2 * Ununsual 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
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
51UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100,
52 "Mitsumi",
53 "USB FDD",
54 US_SC_DEVICE, US_PR_DEVICE, NULL,
55 US_FL_SINGLE_LUN ),
56
57UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
58 "HP",
59 "CD-Writer+",
60 US_SC_8070, US_PR_CB, NULL, 0),
61
62#ifdef CONFIG_USB_STORAGE_USBAT
63UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
64 "HP",
65 "CD-Writer+ 8200e",
66 US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
67
68UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
69 "HP",
70 "CD-Writer+ CD-4e",
71 US_SC_8070, US_PR_SCM_ATAPI, init_usbat, 0),
72#endif
73
74/* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
75 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
76 * always fails and confuses drive.
77 */
78UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
79 "Buffalo",
80 "DUB-P40G HDD",
81 US_SC_DEVICE, US_PR_DEVICE, NULL,
82 US_FL_FIX_INQUIRY ),
83
84#ifdef CONFIG_USB_STORAGE_DPCM
85UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
86 "Microtech",
87 "CameraMate (DPCM_USB)",
88 US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
89#endif
90
91/* Patch submitted by Philipp Friedrich <philipp@void.at> */
92UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
93 "Kyocera",
94 "Finecam S3x",
95 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
96
97/* Patch submitted by Philipp Friedrich <philipp@void.at> */
98UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
99 "Kyocera",
100 "Finecam S4",
101 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
102
103/* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
104UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
105 "Kyocera",
106 "Finecam S5",
107 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
108
109/* Patch for Kyocera Finecam L3
110 * Submitted by Michael Krauth <michael.krauth@web.de>
111 * and Alessandro Fracchetti <al.fracchetti@tin.it>
112 */
113UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
114 "Kyocera",
115 "Finecam L3",
116 US_SC_SCSI, US_PR_BULK, NULL,
117 US_FL_FIX_INQUIRY),
118
119/* Reported by Paul Stewart <stewart@wetlogic.net>
120 * This entry is needed because the device reports Sub=ff */
121UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
122 "Hitachi",
123 "DVD-CAM DZ-MV100A Camcorder",
124 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
125
126/* Reported by Andreas Bockhold <andreas@bockionline.de> */
127UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
128 "NIKON",
129 "NIKON DSC D70",
130 US_SC_DEVICE, US_PR_DEVICE, NULL,
131 US_FL_FIX_CAPACITY),
132
133/* BENQ DC5330
134 * Reported by Manuel Fombuena <mfombuena@ya.com> and
135 * Frank Copeland <fjc@thingy.apana.org.au> */
136UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
137 "Tekom Technologies, Inc",
138 "300_CAMERA",
139 US_SC_DEVICE, US_PR_DEVICE, NULL,
140 US_FL_IGNORE_RESIDUE ),
141
142/* Reported by Simon Levitt <simon@whattf.com>
143 * This entry needs Sub and Proto fields */
144UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
145 "Epson",
146 "875DC Storage",
147 US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
148
149/* Reported by Khalid Aziz <khalid@gonehiking.org>
150 * This entry is needed because the device reports Sub=ff */
151UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
152 "Epson",
153 "785EPX Storage",
154 US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
155
156/* Not sure who reported this originally but
157 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
158 * flag be added */
159UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
160 "Fujifilm",
161 "FinePix 1400Zoom",
162 US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
163
164