summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-03 16:46:09 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-04 16:23:28 -0400
commite77bf7c646418bebffe339531634237875e9857e (patch)
treedfbb7343a9df669e97a9408537cd2c829e985d13 /driver_ubx.c
parent7eacbef3fa19f37e85d452787a605aad1396a4d2 (diff)
downloadgpsd-e77bf7c646418bebffe339531634237875e9857e.tar.gz
The trigger-string UBX detection was unnecessary; remove it.
It was actually interfereing with the firing of an identify even when the MON_VER packet came in. All regression tests pass.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 5a65da82..5b2f496a 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -742,7 +742,7 @@ const struct gps_type_t ubx_binary = {
.type_name = "uBlox UBX binary", /* Full name of type */
.packet_type = UBX_PACKET, /* associated lexer packet type */
.flags = DRIVER_NOFLAGS, /* no flags set */
- .trigger = "$GPTXT,01,01",
+ .trigger = NULL,
.channels = 50, /* Number of satellite channels supported by the device */
.probe_detect = NULL, /* Startup-time device detector */
.get_packet = generic_get, /* Packet getter (using default routine) */