Added Nokia CS-17 to udev rules.
authorHannu Lyytinen <hannu.lyytinen@nomovok.com>
Sat, 6 Nov 2010 19:48:48 +0000 (21:48 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 7 Nov 2010 11:45:49 +0000 (12:45 +0100)
The stick has to be initialized with usb_modeswitch, though.

plugins/ofono.rules

index f46d198..859da56 100644 (file)
@@ -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"