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