diff options
author | felix@derklecks.de <felix@derklecks.de> | 2005-04-18 20:39:28 -0400 |
---|---|---|
committer | Greg K-H <gregkh@suse.de> | 2005-04-18 20:39:28 -0400 |
commit | d6427cf7ea5dc75be26074a573b25d5906c992bd (patch) | |
tree | 3b953fd40633dd6606f37d2e88bb173d17ef98a3 /drivers/usb | |
parent | e4334fa4c5cb62f26d7e9a0a581126bcbe0dedcf (diff) |
[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
===================================================================
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index d53f777c4f50..fa68dea6bc6f 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -763,6 +763,19 @@ UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, | |||
763 | US_FL_SINGLE_LUN ), | 763 | US_FL_SINGLE_LUN ), |
764 | #endif | 764 | #endif |
765 | 765 | ||
766 | #ifdef CONFIG_USB_STORAGE_DATAFAB | ||
767 | /* Reported by Felix Moeller <felix@derklecks.de> | ||
768 | * in Germany this is sold by Hama with the productnumber 46952 | ||
769 | * as "DualSlot CompactFlash(TM) & MStick Drive USB" | ||
770 | */ | ||
771 | UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, | ||
772 | "DataFab Systems Inc.", | ||
773 | "USB CF+MS", | ||
774 | US_SC_SCSI, US_PR_DATAFAB, NULL, | ||
775 | 0 ), | ||
776 | |||
777 | #endif | ||
778 | |||
766 | /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 | 779 | /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 |
767 | * Only revision 1.13 tested (same for all of the above devices, | 780 | * Only revision 1.13 tested (same for all of the above devices, |
768 | * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. | 781 | * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. |