diff options
Diffstat (limited to 'plugins/zte')
-rw-r--r-- | plugins/zte/77-mm-zte-port-types.rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/zte/77-mm-zte-port-types.rules b/plugins/zte/77-mm-zte-port-types.rules index cae3caea..6c1dd356 100644 --- a/plugins/zte/77-mm-zte-port-types.rules +++ b/plugins/zte/77-mm-zte-port-types.rules @@ -1,8 +1,10 @@ # do not edit this file, it will be overwritten on update ACTION!="add|change|move", GOTO="mm_zte_port_types_end" -SUBSYSTEMS!="usb", GOTO="mm_zte_port_types_end" -ATTRS{idVendor}!="19d2", GOTO="mm_zte_port_types_end" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", GOTO="mm_zte_port_types" +GOTO="mm_zte_port_types_end" + +LABEL="mm_zte_port_types" ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0001", ATTRS{bInterfaceNumber}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1" ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0001", ATTRS{bInterfaceNumber}=="02", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1" |