summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-06 21:55:07 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-06 21:55:07 +0000
commit51adb0b1c66988b5c99f11736fda6e049d946188 (patch)
tree99525f940968dc6095c6459f3585c359fc7efe2b /drivers.c
parentb68262039e83ea2d975d6013402a0bb091f3714d (diff)
downloadgpsd-51adb0b1c66988b5c99f11736fda6e049d946188.tar.gz
Added Sony support.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers.c b/drivers.c
index 64584ca5..fd0f513d 100644
--- a/drivers.c
+++ b/drivers.c
@@ -71,6 +71,8 @@ static void nmea_initializer(struct gps_device_t *session)
*/
#define FV18_PROBE "$PFEC,GPint,GSA01,DTM00,ZDA01,RMC01,GLL00,VTG00,GSV05"
(void)nmea_send(session->gpsdata.gps_fd, FV18_PROBE);
+ /* Sony CXD2951 chips: +GGA, -GLL, +GSA, +GSV, +RMC, -VTG, +ZDA, -PSGSA */
+ (void)nmea_send(session->gpsdata.gps_fd, "@NC10151010");
/* enable GPZDA on a Motorola Oncore GT+ */
(void)nmea_send(session->gpsdata.gps_fd, "$PMOTG,ZDA,1");
/* enable GPGSA on Garmin serial GPS */