diff options
| author | John Klug <john.klug@multitech.com> | 2017-04-28 09:06:09 -0500 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2017-04-28 09:06:09 -0500 | 
| commit | 69b36b582e59fe646675dfa31900826799764615 (patch) | |
| tree | 17d0886df293c126f3c3c715e5954065614da72d | |
| parent | 996eef77543a20137a1f66f43765a262373468e7 (diff) | |
| download | meta-mlinux-69b36b582e59fe646675dfa31900826799764615.tar.gz meta-mlinux-69b36b582e59fe646675dfa31900826799764615.tar.bz2 meta-mlinux-69b36b582e59fe646675dfa31900826799764615.zip | |
setserial not in factory image, and low latency is the default
| -rw-r--r-- | recipes-navigation/gpsd/gpsd/gpsd.rules | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/recipes-navigation/gpsd/gpsd/gpsd.rules b/recipes-navigation/gpsd/gpsd/gpsd.rules index c314b54..4817222 100644 --- a/recipes-navigation/gpsd/gpsd/gpsd.rules +++ b/recipes-navigation/gpsd/gpsd/gpsd.rules @@ -46,6 +46,4 @@ ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper"  KERNEL=="ttyXRUSB2", SYMLINK+="gps0"                                                                                                                                                   KERNEL=="pps0", OWNER="root", GROUP="tty", MODE="0660", SYMLINK+="gpspps0"                                                                                                            -KERNEL=="ttyXRUSB2", RUN+="/bin/setserial -v /dev/%k low_latency                                                                                                                      -  LABEL="gpsd_rules_end" | 
