summaryrefslogtreecommitdiff
path: root/xgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-11 22:30:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-11 22:30:36 +0000
commit6b682f6e0ee287f9c07756651e58b40f951be61b (patch)
tree8384df4ef8592823e591fbae72f450a53e689f96 /xgps.c
parentbe8a8a1421397c980c158edb92cb15ad10b41316 (diff)
downloadgpsd-6b682f6e0ee287f9c07756651e58b40f951be61b.tar.gz
Revert xgps to using old protocol while I chase a bug...
...in the new-protocol library code.
Diffstat (limited to 'xgps.c')
-rw-r--r--xgps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xgps.c b/xgps.c
index 9d33858c..bbebac58 100644
--- a/xgps.c
+++ b/xgps.c
@@ -1063,8 +1063,7 @@ handle_gps(XtPointer client_data UNUSED, XtIntervalId *ignored UNUSED)
gps_set_raw_hook(gpsdata, update_panel);
- // WATCH_NEWSTYLE forces new protocol, for test purposes
- mask = WATCH_ENABLE|WATCH_RAW|WATCH_NEWSTYLE;
+ mask = WATCH_ENABLE|WATCH_RAW;
(void)gps_stream(gpsdata, mask, NULL);
gps_input = XtAppAddInput(app, gpsdata->gps_fd,