diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-07-28 00:14:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-06 10:41:52 +0200 |
commit | 2a171b49519e9ac948e7ed1e9a72a56e89982fb7 (patch) | |
tree | 07515d4e0b0635181a24391f5640dd061b45f749 | |
parent | 840143aa3df2edf541d55dea91c3bfa86a1f7c3b (diff) |
cinterion,udev: ensure 'usb' subsystems before idVendor/idProduct rules
-rw-r--r-- | plugins/cinterion/77-mm-cinterion-port-types.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cinterion/77-mm-cinterion-port-types.rules b/plugins/cinterion/77-mm-cinterion-port-types.rules index 9e5d5f59..7afe9c7e 100644 --- a/plugins/cinterion/77-mm-cinterion-port-types.rules +++ b/plugins/cinterion/77-mm-cinterion-port-types.rules @@ -1,6 +1,7 @@ # do not edit this file, it will be overwritten on update ACTION!="add|change|move", GOTO="mm_cinterion_port_types_end" +SUBSYSTEMS!="usb", GOTO="mm_cinterion_port_types_end" SUBSYSTEM!="tty", GOTO="mm_cinterion_port_types_end" ATTRS{idVendor}!="1e2d", GOTO="mm_cinterion_port_types_end" |