From b9abd4f66e6f2a616188db5948df45b4d18885fa Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Wed, 6 Nov 2013 11:58:56 -0800 Subject: [PATCH] CHROMIUM: blacklist Micromax CD-ROM devices This patch follows "CHROMIUM: blacklist huawei and zte cd-rom devices" (commit 8413e71f40024b22bed5cbe94beff965ce22b7ca) to blacklist the CD-ROM device exposed by some Micromax 3G dongle. BUG=chromium:313211 TEST=Tested the following manually: - Plug and unplug a Micromax MMX 377G dongle into peppy 10 times. - Each time, observe that the system connects to the mobile network. Check that "egrep -i 'usb.+reset' /var/log/messages" returns no matches. Change-Id: If99cbf520c5c744c83814568e975a5b538d1eec6 Signed-off-by: Ben Chan Reviewed-on: https://chromium-review.googlesource.com/175954 Reviewed-by: mukesh agrawal --- drivers/scsi/sr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index 29bfa5fe1bdb..9cc70c167b87 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c @@ -83,6 +83,7 @@ static const char *const VENDOR_BLACKLIST[] = { */ "HSPA", "HUAWEI", + "Micromax", "USBModem", "ZTE", NULL