summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-11 22:35:45 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-11 22:35:45 -0800
commit0c4a5a791a4a6f0cab765cc53fc8556834c975fd (patch)
tree0ace1e52d84847ae811b9c93304c7781a9bcd674 /drivers.c
parentf520c08d5913c74a9f9d8fbdec9d26d33e9aeb27 (diff)
downloadgpsd-0c4a5a791a4a6f0cab765cc53fc8556834c975fd.tar.gz
Wow, I totally baked the geostar import...
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers.c b/drivers.c
index abfc6962..4ea1286e 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1124,6 +1124,7 @@ static const struct gps_type_t aivdm = {
#endif /* AIVDM_ENABLE */
extern const struct gps_type_t garmin_usb_binary, garmin_ser_binary;
+extern const struct gps_type_t geostar_binary;
extern const struct gps_type_t tsip_binary, oncore_binary;
extern const struct gps_type_t evermore_binary, italk_binary;
extern const struct gps_type_t navcom_binary, superstar2_binary;
@@ -1173,6 +1174,9 @@ static const struct gps_type_t *gpsd_driver_array[] = {
&garmin_usb_binary,
&garmin_ser_binary,
#endif /* GARMIN_ENABLE */
+#ifdef GEOSTAR_ENABLE
+ &geostar_binary,
+#endif /* GEOSTAR_ENABLE */
#ifdef ITRAX_ENABLE
&italk_binary,
#endif /* ITRAX_ENABLE */