summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 14aaae2f..b641a1f5 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -959,7 +959,7 @@ static void tsip_event_hook(struct gps_device_t *session, event_t event)
if (session->context->readonly)
return;
/* FIX-ME: Resending this might not be needed on reactivation */
- if (event == event_identified && event == event_reactivate) {
+ if (event == event_identified || event == event_reactivate) {
unsigned char buf[100];
/* I/O Options */