[gpsd] change gpsd device file from /dev/ttyS3 to /dev/ttySAC1
authorJulian_chu <julian_chu@openmoko.com>
Thu, 25 Sep 2008 09:21:36 +0000 (17:21 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 16 Nov 2008 15:38:04 +0000 (16:38 +0100)
gpsd-default describe the GPS device is /dev/ttyS3, but for
GTA01/GTA02 it should be /dev/ttySAC1.

packages/gpsd/files/gpsd-default
packages/gpsd/gpsd_2.34.bb

index c345edf..be43103 100644 (file)
@@ -1,3 +1,3 @@
 # If you must specify a non-NMEA driver, uncomment and modify the next line
 #GPSD_OPTS=
-GPS_DEV="/dev/ttyS3"
+GPS_DEV="/dev/ttySAC1"
index 16b528f..673d9c6 100644 (file)
@@ -1,4 +1,4 @@
 require gpsd.inc
 
-PR = "r9.01"
+PR = "r9.02"