USB: Add quirk for Samsung Android phone modem
authorMaciej Szmigiero <mhej@o2.pl>
Sat, 5 Feb 2011 20:52:00 +0000 (21:52 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 18:30:24 +0000 (10:30 -0800)
commit72a012ce0a02c6c616676a24b40ff81d1aaeafda
treef029c53d16c047f6ba3f7d5a572eeb6154f9f99b
parentacb52cb1613e1d3c8a8c650717cc51965c60d7d4
USB: Add quirk for Samsung Android phone modem

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c