summaryrefslogtreecommitdiff
path: root/gpsd.rules.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2018-12-26 10:01:40 -0500
committerEric S. Raymond <esr@thyrsus.com>2018-12-26 10:01:40 -0500
commitc0c0e53d7fe400cde49398bdcce024fb9eb1d51b (patch)
treec3b6a71bd6feba4e369c3cbd01926e8302aaeeb0 /gpsd.rules.in
parent20e7553d8e7e716e8365958e75957216dd41cd4d (diff)
downloadgpsd-c0c0e53d7fe400cde49398bdcce024fb9eb1d51b.tar.gz
Address bug #47051: udev does not recognize "u-blox8 GNSS Mouse Receiver GR-801"
Diffstat (limited to 'gpsd.rules.in')
-rw-r--r--gpsd.rules.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsd.rules.in b/gpsd.rules.in
index dfc69fbb..100f2b55 100644
--- a/gpsd.rules.in
+++ b/gpsd.rules.in
@@ -51,6 +51,9 @@ ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a8", SYMLINK+="gps%n", @udevcomman
ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", SYMLINK+="gps%n", @udevcommand@
# Telit wireless solutions (tested with HE910G) [linux module: cdc_acm]
ATTRS{interface}=="Telit Wireless Module Port", ATTRS{bInterfaceNumber}=="06", SYMLINK+="gps%n", @udevcommand@
+#
+# u-blox AG, u-blox 8 (tested with u-blox8 GNSS Mouse Receiver / GR-801) [linux module: cdc_acm]
+ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", SYMLINK+="gps%n", TAG+="systemd", ENV{SYSTEMD_WANTS}="gpsdctl@%k.service"
ACTION=="remove", @udevcommand@