summaryrefslogtreecommitdiff
path: root/gpsd.rules
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-10 19:03:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-10 19:03:48 +0000
commita8adf5bbd349617cba52aa0a6b02cbf5d733abe0 (patch)
treedfe627a87c9d210eb173b8771fa921a5d88bbbdb /gpsd.rules
parent37ed925a929e7f9b975c1a37fa12669d47d74e59 (diff)
downloadgpsd-a8adf5bbd349617cba52aa0a6b02cbf5d733abe0.tar.gz
CP210X rule suggested by bzed.
Diffstat (limited to 'gpsd.rules')
-rw-r--r--gpsd.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.rules b/gpsd.rules
index 49007c84..5c10ff6b 100644
--- a/gpsd.rules
+++ b/gpsd.rules
@@ -33,7 +33,8 @@ SYSFS{idVendor}=="1163", SYSFS{idProduct}=="0100", SYMLINK="gps%n", RUN+="/lib/u
SYSFS{idVendor}=="067b", SYSFS{idProduct}=="aaa0", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
# Garmin International GPSmap, various models (tested with Garmin GPS 18 USB)
SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
-
+# Cygnal Integrated Products, Inc. CP210x Composite Device (Used by Holux m241)
+SYSFS{idVendor}=="10c4", SYSFS{idProduct}=="ea60", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper"
LABEL="gpsd_rules_end"