USB: Add quirk for Samsung Android phone modem
commit077bbb94db7c64bd2b17f1683dc43845cd678587
authorMaciej Szmigiero <mhej@o2.pl>
Sat, 5 Feb 2011 20:52:00 +0000 (5 21:52 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 23:05:06 +0000 (7 15:05 -0800)
treee0679a0ac129fd88d1266e19eda2c5ea2d9ce255
parent6267284cac14af51ea22104afa3146523a133d7a
USB: Add quirk for Samsung Android phone modem

commit 72a012ce0a02c6c616676a24b40ff81d1aaeafda upstream.

My Galaxy Spica needs this quirk when in modem mode, otherwise
it causes endless USB bus resets and is unusable in this mode.

Unfortunately Samsung decided to reuse ID of its old CDMA phone SGH-I500
for the modem part.
That's why in addition to this patch the visor driver must be prevented
from binding to SPH-I500 ID, so ACM driver can do that.

Signed-off-by: Maciej Szmigiero <mhej@o2.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c