ChangeSet 1.2181.4.34, 2005/03/18 13:51:17-08:00, [EMAIL PROTECTED]
[PATCH] USB: Support for new ipod mini (and possibly others) + usb
Just a little patch to unusual_devs.h in usb-storage in order to support
new ipods mini (ie. the new 6 gig model) and possibly other new big
models reported to have problems through usb in linux 2.6.
From: Guillermo Menguez Alvarez <[EMAIL PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
unusual_devs.h | 6 ++++++
1 files changed, 6 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:20 -08:00
+++ b/drivers/usb/storage/unusual_devs.h 2005-03-30 15:11:20 -08:00
@@ -508,6 +508,12 @@
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),
+UNUSUAL_DEV( 0x05ac, 0x1205, 0x0001, 0x0001,
+ "Apple",
+ "iPod",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
#ifdef CONFIG_USB_STORAGE_JUMPSHOT
UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
"Lexar",
-
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