chrome-internal-fetch has submitted this change and it was merged.
Change subject: Add support for Huawei E3531 dongle.
......................................................................
Add support for Huawei E3531 dongle.
BUG=chromium:353901
TEST=Tested the following:
1. Build and run unit tests.
2. Verify that mist successfully switches the Huawei E3531 dongle from
the mass storage mode to the modem mode.
Change-Id: Ic42d1cea9ce0390bb1f2d2db938605a19230c472
Reviewed-on:
https://chromium-review.googlesource.com/199930
Tested-by: Ben Chan <
ben...@chromium.org>
Reviewed-by: Thieu Le <
thi...@chromium.org>
Commit-Queue: Ben Chan <
ben...@chromium.org>
---
M 51-mist.rules
M default.conf
2 files changed, 9 insertions(+), 0 deletions(-)
Approvals:
Ben Chan: Ready; Verified
Thieu Le: Looks good to me, approved
diff --git a/51-mist.rules b/51-mist.rules
index 1c5e2e0..14d1589 100644
--- a/51-mist.rules
+++ b/51-mist.rules
@@ -68,6 +68,7 @@
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="14fe",
GOTO="mist_switch_device"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1505",
GOTO="mist_switch_device"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1526",
GOTO="mist_switch_device"
+ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="15ca",
GOTO="mist_switch_device"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1f01",
GOTO="mist_switch_device"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1f15",
GOTO="mist_switch_device"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1f17",
GOTO="mist_switch_device"
diff --git a/default.conf b/default.conf
index 678379d..dee9ade 100644
--- a/default.conf
+++ b/default.conf
@@ -48,6 +48,14 @@
usb_message: "55534243123456780000000000000011062000000100000000000000000000"
}
+# Huawei E3531
+usb_modem_info {
+ initial_usb_id { vendor_id: 0x12d1 product_id: 0x15ca }
+ final_usb_id { vendor_id: 0x12d1 product_id: 0x1506 }
+ final_usb_id { vendor_id: 0x12d1 product_id: 0x1c1e }
+
usb_message: "55534243123456780000000000000011062000000100000000000000000000"
+}
+
# Huawei E303C
usb_modem_info {
initial_usb_id { vendor_id: 0x12d1 product_id: 0x1f01 }
--
To view, visit
https://chromium-review.googlesource.com/199930
To unsubscribe, visit
https://chromium-review.googlesource.com/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic42d1cea9ce0390bb1f2d2db938605a19230c472
Gerrit-PatchSet: 2
Gerrit-Project: chromiumos/platform/mist
Gerrit-Branch: master
Gerrit-Owner: Ben Chan <
ben...@chromium.org>
Gerrit-Reviewer: Ben Chan <
ben...@chromium.org>
Gerrit-Reviewer: Thieu Le <
thi...@chromium.org>
Gerrit-Reviewer: chrome-internal-fetch <
chrome-int...@google.com>