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 <benchan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175954
Reviewed-by: mukesh agrawal <quiche@chromium.org>
This commit is contained in:
Ben Chan
2013-11-06 11:58:56 -08:00
committed by Ben Zhang
parent 2ab4477986
commit b9abd4f66e

View File

@@ -83,6 +83,7 @@ static const char *const VENDOR_BLACKLIST[] = {
*/
"HSPA",
"HUAWEI",
"Micromax",
"USBModem",
"ZTE",
NULL