]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: Add quirk for Samsung Android phone modem
authorMaciej Szmigiero <mhej@o2.pl>
Sat, 5 Feb 2011 20:52:00 +0000 (21:52 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:46:48 +0000 (12:46 -0400)
commit5ed8873c6ee48c6f1ead18ba072fc61cecb6e145
treeeb3a53a3e7b7f8ca240962e2b73c18b8d6999bd5
parent979a538d698d5883461a09b6405f109bc7df581b
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>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/core/quirks.c