diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/77-mm-pcmcia-device-blacklist.rules | 2 | ||||
-rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 2 | ||||
-rw-r--r-- | src/77-mm-usb-serial-adapters-greylist.rules | 2 | ||||
-rw-r--r-- | src/80-mm-candidate.rules | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/77-mm-pcmcia-device-blacklist.rules b/src/77-mm-pcmcia-device-blacklist.rules index f0f8474f..b496a8e5 100644 --- a/src/77-mm-pcmcia-device-blacklist.rules +++ b/src/77-mm-pcmcia-device-blacklist.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -ACTION!="add|change|move", GOTO="mm_pcmcia_device_blacklist_end" +ACTION!="add|change|move|bind", GOTO="mm_pcmcia_device_blacklist_end" SUBSYSTEM!="pcmcia", GOTO="mm_pcmcia_device_blacklist_end" # Gemplus Serial Port smartcard adapter diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index e06643ad..854739a6 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -ACTION!="add|change|move", GOTO="mm_usb_device_blacklist_end" +ACTION!="add|change|move|bind", GOTO="mm_usb_device_blacklist_end" SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end" # APC UPS devices diff --git a/src/77-mm-usb-serial-adapters-greylist.rules b/src/77-mm-usb-serial-adapters-greylist.rules index f4f588bf..2dc6f7db 100644 --- a/src/77-mm-usb-serial-adapters-greylist.rules +++ b/src/77-mm-usb-serial-adapters-greylist.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -ACTION!="add|change|move", GOTO="mm_usb_serial_adapters_greylist_end" +ACTION!="add|change|move|bind", GOTO="mm_usb_serial_adapters_greylist_end" SUBSYSTEM!="usb", GOTO="mm_usb_serial_adapters_greylist_end" # Belkin F5U183 Serial Adapter diff --git a/src/80-mm-candidate.rules b/src/80-mm-candidate.rules index 2f95e7d2..3d9cd6e7 100644 --- a/src/80-mm-candidate.rules +++ b/src/80-mm-candidate.rules @@ -7,7 +7,7 @@ # that don't have this tag. MM will still get the udev 'add' event for the # device a short while later and then process it as normal. -ACTION!="add|change|move", GOTO="mm_candidate_end" +ACTION!="add|change|move|bind", GOTO="mm_candidate_end" # Opening bound but disconnected Bluetooth RFCOMM ttys would initiate the # connection. Don't do that. |