USB: Add quirk for Samsung Android phone modem
commit84a282de663af75467400b4161ba0e08ed190170
authorMaciej Szmigiero <mhej@o2.pl>
Sat, 5 Feb 2011 20:52:00 +0000 (5 21:52 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:47:02 +0000 (2 09:47 -0500)
tree1d6a82226f99e1aaad6ccbd054b5d05dbbf83337
parent9bdebf825c5ea3b36b3ba44f9248db9479db86d3
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