170fcc005SAlan Stern /* Unusual Devices File for SanDisk SDDR-55 SmartMedia reader
270fcc005SAlan Stern  *
370fcc005SAlan Stern  * This program is free software; you can redistribute it and/or modify it
470fcc005SAlan Stern  * under the terms of the GNU General Public License as published by the
570fcc005SAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
670fcc005SAlan Stern  * later version.
770fcc005SAlan Stern  *
870fcc005SAlan Stern  * This program is distributed in the hope that it will be useful, but
970fcc005SAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
1070fcc005SAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1170fcc005SAlan Stern  * General Public License for more details.
1270fcc005SAlan Stern  *
1370fcc005SAlan Stern  * You should have received a copy of the GNU General Public License along
1470fcc005SAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
1570fcc005SAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
1670fcc005SAlan Stern  */
1770fcc005SAlan Stern 
1870fcc005SAlan Stern #if defined(CONFIG_USB_STORAGE_SDDR55) || \
1970fcc005SAlan Stern 		defined(CONFIG_USB_STORAGE_SDDR55_MODULE)
2070fcc005SAlan Stern 
2170fcc005SAlan Stern /* Contributed by Peter Waechtler */
2270fcc005SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
2370fcc005SAlan Stern 		"Datafab",
2470fcc005SAlan Stern 		"MDSM-B reader",
258fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_SDDR55, NULL,
2670fcc005SAlan Stern 		US_FL_FIX_INQUIRY),
2770fcc005SAlan Stern 
2870fcc005SAlan Stern /* SM part - aeb <Andries.Brouwer@cwi.nl> */
2970fcc005SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
3070fcc005SAlan Stern 		"Datafab Systems, Inc.",
3170fcc005SAlan Stern 		"USB to CF + SM Combo (LC1)",
328fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
3370fcc005SAlan Stern 
3470fcc005SAlan Stern UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
3570fcc005SAlan Stern 		"Acomdata",
3670fcc005SAlan Stern 		"SM",
378fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
3870fcc005SAlan Stern 
3970fcc005SAlan Stern UNUSUAL_DEV(  0x55aa, 0xa103, 0x0000, 0x9999,
4070fcc005SAlan Stern 		"Sandisk",
4170fcc005SAlan Stern 		"ImageMate SDDR55",
428fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_SDDR55, NULL, 0),
4370fcc005SAlan Stern 
4470fcc005SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_SDDR55) || ... */
45