summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2009-12-20 01:14:56 +0000
committerBernd Zeimetz <bernd@bzed.de>2009-12-20 01:14:56 +0000
commitccacc9ea1dc8e838519d42fd172678e2a09e2721 (patch)
treeba24f77f8f17b8f84960bea6f0af445da4b2c755
parent3020569fbbc160610b1f78be411977d6ab246710 (diff)
downloadgpsd-ccacc9ea1dc8e838519d42fd172678e2a09e2721.tar.gz
Document another model one of our udev rules matches on.
-rw-r--r--gpsd.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.rules b/gpsd.rules
index f0b298af..20343e3c 100644
--- a/gpsd.rules
+++ b/gpsd.rules
@@ -33,7 +33,7 @@ ATTRS{idVendor}=="1163", ATTRS{idProduct}=="0100", SYMLINK+="gps%n", RUN+="/lib/
ATTRS{idVendor}=="067b", ATTRS{idProduct}=="aaa0", SYMLINK+="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
# Garmin International GPSmap, various models (tested with Garmin GPS 18 USB)
ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", SYMLINK+="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
-# Cygnal Integrated Products, Inc. CP210x Composite Device (Used by Holux m241)
+# Cygnal Integrated Products, Inc. CP210x Composite Device (Used by Holux m241 and Wintec grays2 wbt-201)
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"