diff options
author | Dan Williams <dcbw@redhat.com> | 2009-07-14 08:47:13 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-07-14 08:47:13 -0400 |
commit | d105ac8fd6fed33cfbe3f6e828224e42f29a7411 (patch) | |
tree | 34a0a0428fd8ed7132d351c2103ef29225b27d7f | |
parent | 6610ded40711ea88266beb68d40b00f00933a630 (diff) |
mbm: fix brand of some 'mbm' devices in udev rules
Should be just Ericsson, not Sony-Ericsson. The MD300 is SE though.
-rw-r--r-- | plugins/77-mm-ericsson-mbm.rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/77-mm-ericsson-mbm.rules b/plugins/77-mm-ericsson-mbm.rules index e5194481..1231bdd6 100644 --- a/plugins/77-mm-ericsson-mbm.rules +++ b/plugins/77-mm-ericsson-mbm.rules @@ -4,14 +4,14 @@ ACTION!="add|change", GOTO="mm_mbm_end" SUBSYSTEM!="usb", GOTO="mm_mbm_end" ENV{DEVTYPE}!="usb_device", GOTO="mm_mbm_end" -# Sony-Ericsson F3507g +# Ericsson F3507g ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1900", ENV{ID_MM_ERICSSON_MBM}="1" ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1902", ENV{ID_MM_ERICSSON_MBM}="1" -# Sony-Ericsson F3607gw +# Ericsson F3607gw ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1904", ENV{ID_MM_ERICSSON_MBM}="1" -# Sony-Ericsson F3307 +# Ericsson F3307 ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1906", ENV{ID_MM_ERICSSON_MBM}="1" # Sony-Ericsson MD300 |