chiark / gitweb /
modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
authorDan Williams <dcbw@redhat.com>
Mon, 23 Nov 2009 21:54:35 +0000 (13:54 -0800)
committerDan Williams <dcbw@redhat.com>
Mon, 23 Nov 2009 21:54:35 +0000 (13:54 -0800)
Make people aware that they shouldn't add devices not manufactured by
Option NV to 61-option-modem-modeswitch.rules.  modem-modeswitch only
supports ejecting the fake CD for Option NV devices at this time.
People should be using (and fixing) usb_modeswitch instead of
modem-modeswitch.

extras/modem-modeswitch/61-option-modem-modeswitch.rules

index 19dc5b49656a5abb79d1cce6cdd2ca27afdcd2c6..053733efb30d7825ad6c35de706e58d268567147 100644 (file)
@@ -1,3 +1,6 @@
+# NOTE: only for devices manufactured by Option NV
+# DO NOT add devices that are not manufactured by Option NV
+
 ACTION!="add", GOTO="option_zerocd_end"
 
 SUBSYSTEM=="usb", ATTR{bDeviceClass}!="ff", ENV{DEVTYPE}=="usb_device", GOTO="option_zerocd_disable"
@@ -35,4 +38,7 @@ ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7501", RUN+="modem-modeswitch -v 0x%
 ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"
 ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7901", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"
 
+# NOTE: only for devices manufactured by Option NV
+# DO NOT add devices that are not manufactured by Option NV
+
 LABEL="option_zerocd_end"