diff options
author | Hannu Lyytinen <hannu.lyytinen@nomovok.com> | 2010-11-06 21:48:48 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-07 12:45:49 +0100 |
commit | aa792453ae92690d7c4c372028d7ec68ae5ddd80 (patch) | |
tree | ee6533e268c16a4db4b72434a609fdce242d47f7 | |
parent | 2cf6a4819f681c687690699943742626546b85be (diff) | |
download | ofono-aa792453ae92690d7c4c372028d7ec68ae5ddd80.tar.bz2 |
Added Nokia CS-17 to udev rules.
The stick has to be initialized with usb_modeswitch, though.
-rw-r--r-- | plugins/ofono.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules index f46d1982..859da56a 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -424,4 +424,7 @@ ATTRS{idVendor}=="0930", ATTRS{idProduct}=="1311", ENV{OFONO_DRIVER}="mbm" # Nokia Internet Stick CS-10 ATTRS{idVendor}=="0421", ATTRS{idProduct}=="060e", ENV{OFONO_DRIVER}="nokia" +# Nokia Internet Stick CS-17 +ATTRS{idVendor}=="0421", ATTRS{idProduct}=="0623", ENV{OFONO_DRIVER}="nokia" + LABEL="ofono_end" |