aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Hannemann <arnd@arndnet.de>2014-02-11 09:52:18 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-11 10:10:35 +0100
commitbd5cecb577b7e47ff1f84f9f476fb0a69374c798 (patch)
treeef0ebffab18c5ba6ca8830b7b661f6c8e2fd01c9
parent121fbd91e7208746e5f5f802b9ef406d9b5e5152 (diff)
mbm: add lenovo branded ericsson ID (Lenovo N5321gw)
This device ID is used in a Lenovo Thinkpad T440s. Link: http://forums.debian.net/viewtopic.php?f=7&t=107986&sid=4f81b9c1a8f4563f26fec24f7b65aaea&start=15 Signed-off-by: Arnd Hannemann <arnd@arndnet.de>
-rw-r--r--plugins/mbm/77-mm-ericsson-mbm.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mbm/77-mm-ericsson-mbm.rules b/plugins/mbm/77-mm-ericsson-mbm.rules
index ded81b1a..64efd7c1 100644
--- a/plugins/mbm/77-mm-ericsson-mbm.rules
+++ b/plugins/mbm/77-mm-ericsson-mbm.rules
@@ -123,4 +123,7 @@ ATTRS{idVendor}=="0930", ATTRS{idProduct}=="1314", ENV{ID_MM_ERICSSON_MBM}="1"
# Toshiba H5321gw
ATTRS{idVendor}=="0930", ATTRS{idProduct}=="1319", ENV{ID_MM_ERICSSON_MBM}="1"
+# Lenovo N5321gw
+ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="193e", ENV{ID_MM_ERICSSON_MBM}="1"
+
LABEL="mm_mbm_end"