[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH] Add udev rule to support Telit GPS modules
From: |
spdawson |
Subject: |
[gpsd-dev] [PATCH] Add udev rule to support Telit GPS modules |
Date: |
Thu, 5 Dec 2013 20:07:11 +0000 |
From: Simon Dawson <address@hidden>
Add a udev rule to support Telit GPS modules (such as the HE910G).
Signed-off-by: Simon Dawson <address@hidden>
---
diff -Nurp a/gpsd.rules b/gpsd.rules
--- a/gpsd.rules 2012-10-11 08:49:30.000000000 +0100
+++ b/gpsd.rules 2013-05-19 22:34:42.371967079 +0100
@@ -45,6 +45,8 @@ ATTRS{idVendor}=="1546", ATTRS{idProduct
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", SYMLINK="gps%n",
RUN+="/lib/udev/gpsd.hotplug"
# MediaTek (tested with HOLUX M-1200E) [linux module: cdc_acm]
ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", SYMLINK="gps%n",
RUN+="/lib/udev/gpsd.hotplug"
+# Telit wireless solutions (tested with HE910G) [linux module: cdc_acm]
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", SYMLINK="gps%n",
RUN+="/lib/udev/gpsd.hotplug"
ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-dev] [PATCH] Add udev rule to support Telit GPS modules,
spdawson <=