2009-12-08 17:31:17 +01:00
|
|
|
SUBSYSTEM != "tty", GOTO="gpsd_end"
|
|
|
|
|
2013-11-21 11:10:09 +01:00
|
|
|
ACTION != "remove", GOTO="gpsd_add"
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
|
|
|
|
LABEL="gpsd_add"
|
|
|
|
ACTION != "add", GOTO="gpsd_end"
|
|
|
|
|
|
|
|
# "Prolific Technology 2303 (commonly in tandem with SiRF chips)"
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="067b", ATTR{idProduct}=="2303", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
# "FTDI 8U232AM"
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
# "Cypress M8/CY7C64013 (DeLorme uses these)"
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="1163", ATTR{idProduct}=="0100", RUN="gpsd.sh"
|
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="1163", ATTR{idProduct}=="0200", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
# "PS-360 OEM (Microsoft GPS sold with Street and Trips 2005)"
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="067b", ATTR{idProduct}=="aaa0", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
# SiRF Star III 20ch Gmouse GPS (a.k.a Cygnal Integrated Products, Inc.)
|
2012-10-22 18:01:21 +02:00
|
|
|
KERNEL=="ttyUSB*", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea60", RUN="gpsd.sh"
|
2009-12-08 17:31:17 +01:00
|
|
|
|
|
|
|
LABEL="gpsd_end"
|