diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-14 21:30:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-30 21:05:50 +0200 |
commit | 1857e9b36e3540404fc864a30ce371635e476aec (patch) | |
tree | 4bbbac6436368bb91356c8890646bd62e0c41053 | |
parent | bf549d1bca405d14dcff6e37ab3fd85c930b2b17 (diff) |
cinterion: flag PLS8 GPS data port
-rw-r--r-- | plugins/cinterion/77-mm-cinterion-port-types.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/cinterion/77-mm-cinterion-port-types.rules b/plugins/cinterion/77-mm-cinterion-port-types.rules index f43f0b8e..7c63a1aa 100644 --- a/plugins/cinterion/77-mm-cinterion-port-types.rules +++ b/plugins/cinterion/77-mm-cinterion-port-types.rules @@ -7,6 +7,10 @@ GOTO="mm_cinterion_port_types_end" LABEL="mm_cinterion_port_types" SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}" +# PHS8 ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0053", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_CINTERION_PORT_TYPE_GPS}="1" +# PLS8 +ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_CINTERION_PORT_TYPE_GPS}="1" + LABEL="mm_cinterion_port_types_end" |