[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gpsd.rules.in: add hotplug rule for u-blox 9
From: |
Andrey Zhizhikin |
Subject: |
[PATCH] gpsd.rules.in: add hotplug rule for u-blox 9 |
Date: |
Sat, 29 Aug 2020 17:36:27 +0000 |
Add new PID from u-blox, which corresponds to F9P receiver.
Verified with C099-F9P evaluation kit.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
---
gpsd.rules.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gpsd.rules.in b/gpsd.rules.in
index 8513671d8..74abe699f 100644
--- a/gpsd.rules.in
+++ b/gpsd.rules.in
@@ -48,6 +48,8 @@ ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6",
SYMLINK+="gps%n", @UDEVCOMMAN
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", SYMLINK+="gps%n",
@UDEVCOMMAND@
# u-blox AG, u-blox 8 (tested with GNSS Evaluation Kit EKV-M8N) [linux module:
cdc_acm]
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a8", SYMLINK+="gps%n",
@UDEVCOMMAND@
+# u-blox AG, u-blox 9 (tested with GNSS Evaluation Kit C099-F9P) [linux
module: cdc_acm]
+ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a9", SYMLINK+="gps%n",
@UDEVCOMMAND@
# MediaTek (tested with HOLUX M-1200E) [linux module: cdc_acm]
ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", SYMLINK+="gps%n",
@UDEVCOMMAND@
# Telit wireless solutions (tested with HE910G) [linux module: cdc_acm]
--
2.17.1
- [PATCH] gpsd.rules.in: add hotplug rule for u-blox 9,
Andrey Zhizhikin <=