Re: [PATCH] USB and Driver Core patches for 2.6.10
From: Greg KH (greg_at_kroah.com)
Date: 01/08/05
- Previous message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Maybe in reply to: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Reply: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 7 Jan 2005 21:47:47 -0800 To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
ChangeSet 1.1938.446.28, 2004/12/16 14:39:21-08:00, phil@ipom.com
[PATCH] USB Storage: unusual_devs: prolific atapi controler
This adds an unusual devices entry for a Prolific ATAPI-6 conmtroller
that needs the FIX_CAPACITY flag.
Signed-off-by: Alex Butcher <alex.butcher@assursys.co.uk>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/usb/storage/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-01-07 15:47:15 -08:00
+++ b/drivers/usb/storage/unusual_devs.h 2005-01-07 15:47:15 -08:00
@@ -532,6 +532,13 @@
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),
+/* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
+UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
+ "Prolific Technology Inc.",
+ "ATAPI-6 Bridge Controller",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
/* Submitted by Benny Sjostrand <benny@hostmobility.com> */
UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
"Minolta",
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Maybe in reply to: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Reply: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|