diff options
author | David Härdeman <david@hardeman.nu> | 2012-10-12 21:38:26 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-14 17:03:38 +0200 |
commit | 529b031a017940e7176e1d4ca154a888f7579a18 (patch) | |
tree | a16938e10c6efdf3660d23b413b5ee956e3eb244 | |
parent | e2c68681ce74c32d21f73f1a354f2060d067a841 (diff) |
Add udev rules for HP (Ericsson) hs2350 Mobile Broadband Module
This WWAN module came installed in my new HP EliteBook 8570p Laptop.
The patch is generated against the master branch but the same udev
rule should be useful in the 0.5 and 0.6 branches as well.
Signed-off-by: David Härdeman <david@hardeman.nu>
-rw-r--r-- | plugins/mbm/77-mm-ericsson-mbm.rules | 3 |
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 8a47dabc..6a5ec8f2 100644 --- a/plugins/mbm/77-mm-ericsson-mbm.rules +++ b/plugins/mbm/77-mm-ericsson-mbm.rules @@ -89,6 +89,9 @@ ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="261d", ENV{ID_MM_ERICSSON_MBM}="1" # HP hs2340 Mobile Broadband Module ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3a1d", ENV{ID_MM_ERICSSON_MBM}="1" +# HP hs2350 Mobile Broadband Module +ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3d1d", ENV{ID_MM_ERICSSON_MBM}="1" + # HP lc2000 Mobile Broadband Module ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="301d", ENV{ID_MM_ERICSSON_MBM}="1" |