[PATCH] Support for new ipod mini (and possibly others) + usb +linux 2.6

From: Guillermo Menguez Alvarez
Date: Sat Mar 12 2005 - 10:09:59 EST


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.

Regards,
Guillermo.

--- linux-2.6.11/drivers/usb/storage/unusual_devs.h 2005-03-12 15:52:30.000000000 +0100
+++ linux-2.6.11-ipod/drivers/usb/storage/unusual_devs.h 2005-03-12 15:54:43.000000000 +0100
@@ -497,6 +497,12 @@ UNUSUAL_DEV( 0x05ac, 0x1203, 0x0001, 0x0
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",


--
Usuario Linux #212057 - Maquinas Linux #98894, #130864 y #168988
Proyecto LONIX: http://lonix.sourceforge.net
Lagrimas en la Lluvia: http://www.lagrimasenlalluvia.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/