mirror of https://gitee.com/openkylin/linux.git
[PATCH] USB Storage unusual_dev.h 07c4:a10b Datafab Systems, Inc.
Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Index: gregkh-2.6/drivers/usb/storage/unusual_devs.h ===================================================================
This commit is contained in:
parent
e4334fa4c5
commit
d6427cf7ea
|
@ -763,6 +763,19 @@ UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
|
||||||
US_FL_SINGLE_LUN ),
|
US_FL_SINGLE_LUN ),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_USB_STORAGE_DATAFAB
|
||||||
|
/* Reported by Felix Moeller <felix@derklecks.de>
|
||||||
|
* in Germany this is sold by Hama with the productnumber 46952
|
||||||
|
* as "DualSlot CompactFlash(TM) & MStick Drive USB"
|
||||||
|
*/
|
||||||
|
UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
|
||||||
|
"DataFab Systems Inc.",
|
||||||
|
"USB CF+MS",
|
||||||
|
US_SC_SCSI, US_PR_DATAFAB, NULL,
|
||||||
|
0 ),
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
|
/* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
|
||||||
* Only revision 1.13 tested (same for all of the above devices,
|
* Only revision 1.13 tested (same for all of the above devices,
|
||||||
* based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
|
* based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
|
||||||
|
|
Loading…
Reference in New Issue