summaryrefslogtreecommitdiff
path: root/gpsd.rules.in
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2014-08-17 11:26:51 +0200
committerBernd Zeimetz <bernd@bzed.de>2014-08-17 11:26:51 +0200
commitbdafaf38d1eb4cd35e1d1daf5bad842962b1aa18 (patch)
treeda2f69476b0aff0ea990a7d3eaa687c528912faf /gpsd.rules.in
parentd6b65b483e38df80e75f0093172f2326264a1961 (diff)
downloadgpsd-bdafaf38d1eb4cd35e1d1daf5bad842962b1aa18.tar.gz
Add missing + for symlinks in udev rules.
Diffstat (limited to 'gpsd.rules.in')
-rw-r--r--gpsd.rules.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gpsd.rules.in b/gpsd.rules.in
index c5001dbe..9840a6e0 100644
--- a/gpsd.rules.in
+++ b/gpsd.rules.in
@@ -38,15 +38,15 @@ ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", SYMLINK+="gps%n", RUN+="@udev
# Cygnal Integrated Products, Inc. CP210x Composite Device (Used by Holux m241 and Wintec grays2 wbt-201) [linux module: cp210x]
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
# Cygnal Integrated Products, Inc. [linux module: cp210x]
-ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", SYMLINK="gps%n", RUN+="@udevdir@/gpsd.hotplug"
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
# u-blox AG, u-blox 5 (tested with Navilock NL-402U) [linux module: cdc_acm]
-ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a5", SYMLINK="gps%n", RUN+="@udevdir@/gpsd.hotplug"
+ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a5", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
# u-blox AG, u-blox 6 (tested with GNSS Evaluation Kit TCXO) [linux module: cdc_acm]
-ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", SYMLINK="gps%n", RUN+="@udevdir@/gpsd.hotplug"
+ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
# MediaTek (tested with HOLUX M-1200E) [linux module: cdc_acm]
-ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", SYMLINK="gps%n", RUN+="@udevdir@/gpsd.hotplug"
+ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
# Telit wireless solutions (tested with HE910G) [linux module: cdc_acm]
-ATTRS{interface}=="Telit Wireless Module Port", ATTRS{bInterfaceNumber}=="06", SYMLINK="gps%n", RUN+="@udevdir@/gpsd.hotplug"
+ATTRS{interface}=="Telit Wireless Module Port", ATTRS{bInterfaceNumber}=="06", SYMLINK+="gps%n", RUN+="@udevdir@/gpsd.hotplug"
ACTION=="remove", RUN+="@udevdir@/gpsd.hotplug"