ChangeSet 1.2181.4.36, 2005/03/18 13:51:56-08:00, [EMAIL PROTECTED]

        [PATCH] USB unusual_devs: add another datafab device
        
        The following was reported by Josef Reisinger
        <[EMAIL PROTECTED]>. This entry allows the device to be
        found and prevents it from showing up twice.
        
        Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
        Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>



 unusual_devs.h |    7 +++++++
 1 files changed, 7 insertions(+)


diff -Nru a/drivers/usb/storage/unusual_devs.h 
b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        2005-03-30 15:11:45 -08:00
+++ b/drivers/usb/storage/unusual_devs.h        2005-03-30 15:11:45 -08:00
@@ -706,6 +706,13 @@
                US_SC_SCSI, US_PR_DATAFAB, NULL,
                0 ),
 
+/* Reported by Josef Reisinger <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
+               "Datafab/Unknown",
+               "MD2/MD3 Disk enclosure",
+               US_SC_SCSI, US_PR_DATAFAB, NULL,
+               US_FL_SINGLE_LUN ),
+
 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
                "Datafab/Unknown",
                "Datafab-based Reader",
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to