summaryrefslogtreecommitdiff
path: root/gpsd.rules
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-28 10:47:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-28 10:47:49 -0500
commitd100d1e5f55bb539ce95f60f7e2ee91bd06cd99e (patch)
tree552f41cd832dca5ff77fe1bd3875182cdcf240c7 /gpsd.rules
parent360352e9d3583d1c29f50ddf3700b541a3bddbd7 (diff)
downloadgpsd-d100d1e5f55bb539ce95f60f7e2ee91bd06cd99e.tar.gz
Address bug #17887: Infinity gps device not recognized by udev.
Add the vendor/product ID for its USB adater to the gpsd.rules file.
Diffstat (limited to 'gpsd.rules')
-rw-r--r--gpsd.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsd.rules b/gpsd.rules
index bf06cd32..80c6609e 100644
--- a/gpsd.rules
+++ b/gpsd.rules
@@ -38,6 +38,8 @@ ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", SYMLINK+="gps%n", RUN+="/lib/
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
# u-blox AG, u-blox 5 (tested with Navilock NL-402U)
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a5", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
+# Cygnal Integrated Products, Inc.
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper"