[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#493415: linux-image-2.6.18: Kernel BUG when mobile phone is connected



On Fri, Jan 16, 2009 at 11:35:30PM +0100, Jan Heitkötter wrote:
> Am Dienstag, den 13.01.2009, 23:40 +0100 schrieb Moritz Muehlenhoff:
> [...] 
> > Actually it appears that your phone has a more recent firmware, which makes
> > the quirk to no longer apply. Please send the output of "lsusb -v".
> 
> Output is different in "standard" and "mass storage device" mode. Since
> it's quite a lot of data I >'ed lsusb's output into files.

Attached patch should fix it. Can you please test it? If it works,
I'll send it upstream.

Cheers,
        Moritz
diff -aur linux-2.6-2.6.26.orig/drivers/usb/storage/unusual_devs.h linux-2.6-2.6.26/drivers/usb/storage/unusual_devs.h
--- linux-2.6-2.6.26.orig/drivers/usb/storage/unusual_devs.h	2008-07-13 23:51:29.000000000 +0200
+++ linux-2.6-2.6.26/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@tu-ilmenau.de> */
-UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452,
+UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0560,
 		"Nokia",
 		"Nokia 6233",
 		US_SC_DEVICE, US_PR_DEVICE, NULL,


Reply to: