summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpsctl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 756f7081..a8769eda 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -295,6 +295,9 @@ int main(int argc, char **argv)
break;
case 't': /* force the device type */
devtype = optarg;
+ /* experimental kluge */
+ if (strcmp(devtype, "u-blox") == 0)
+ timeout = 2;
break;
case 'R': /* remove the SHM export segment */
#ifdef SHM_EXPORT_ENABLE