summaryrefslogtreecommitdiff
path: root/driver_evermore.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-10 04:47:03 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-10 04:47:03 +0000
commitf002dd431b2506ff7a1cd77545d9bc76edf59bc1 (patch)
treed8dc3b57425d1a5dd6b696f3cefa2760b7de6c1d /driver_evermore.c
parentf17f90e2b520cd11a9aebcef0e6edaeaf12efe16 (diff)
downloadgpsd-f002dd431b2506ff7a1cd77545d9bc76edf59bc1.tar.gz
Abolish device classes.
That way of doing things coped poorly if, for example, NMEA and AIVDM packets were reported over the same wire. Instead, have ach device track the packet types it has actually seen and dispatch on that.
Diffstat (limited to 'driver_evermore.c')
-rw-r--r--driver_evermore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver_evermore.c b/driver_evermore.c
index 9801dba3..60a8e11d 100644
--- a/driver_evermore.c
+++ b/driver_evermore.c
@@ -515,7 +515,6 @@ const struct gps_type_t evermore_binary =
{
.type_name = "EverMore binary", /* full name of type */
.packet_type = EVERMORE_PACKET, /* lexer packet type */
- .device_class = GPS, /* it's a GPS */
.trigger = "$PEMT,", /* recognize the type */
.channels = EVERMORE_CHANNELS, /* consumer-grade GPS */
.probe_wakeup = NULL, /* no wakeup to be done before hunt */