Hi, attached you can find a patch which updates the entry for unusual USB mass storage devs, which makes the Nokia 6233 work again with the latest firmware 5.60. I've also attached a second version (the one that ends in -maxout), which adds the quirk also for future firmware releases up to a non-existing 99.99 release. I don't know if you have a policy for this, but since Nokia didn't fix their firmware until now I suppose it's unlikely it'll ever happen. I'll leave it at your discretion which version you prefer. Cheers, Moritz
From: Moritz Muehlenhoff <jmm@xxxxxxxxxx> USB: Updated unusual dev entry for Nokia 6233 phones Current firmware revision 5.60 still behaves the same, so update the quirk up a (non-existing) 99.99 revision. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493415 Signed-off-by: Moritz Muehlenhoff <jmm@xxxxxxxxxx> Tested-by: Jan Heitkoetter <devnull@xxxxxxxxxxxxxxx> --- diff -aur a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/unusual_devs.h 2008-07-13 23:51:29.000000000 +0200 +++ b/drivers/usb/storage/unusual_devs.h 2009-01-17 00:06:29.000000000 +0100 @@ -214,7 +214,7 @@ US_FL_MAX_SECTORS_64 ), /* Reported by Manuel Osdoba <manuel.osdoba@xxxxxxxxxxxxx> */ -UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452, +UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999, "Nokia", "Nokia 6233", US_SC_DEVICE, US_PR_DEVICE, NULL,
From: Moritz Muehlenhoff <jmm@xxxxxxxxxx> USB: Updated unusual dev entry for Nokia 6233 phones Current firmware revision 5.60 still behaves the same, so update the quirk. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493415 Signed-off-by: Moritz Muehlenhoff <jmm@xxxxxxxxxx> Tested-by: Jan Heitkoetter <devnull@xxxxxxxxxxxxxxx> --- diff -aur a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/unusual_devs.h 2008-07-13 23:51:29.000000000 +0200 +++ b/drivers/usb/storage/unusual_devs.h 2009-01-17 00:06:29.000000000 +0100 @@ -214,7 +214,7 @@ US_FL_MAX_SECTORS_64 ), /* Reported by Manuel Osdoba <manuel.osdoba@xxxxxxxxxxxxx> */ -UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452, +UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0560, "Nokia", "Nokia 6233", US_SC_DEVICE, US_PR_DEVICE, NULL,