summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-01-26 19:12:34 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-01-26 19:12:34 +0000
commite7cb7b8215724420420929bdb66f0d45b8b41387 (patch)
tree011fabfdec436e379a036ca692160905d2732abc /drivers.c
parent1553411a7ab0ed044cb4e1d2349684b7559cf549 (diff)
downloadgpsd-e7cb7b8215724420420929bdb66f0d45b8b41387.tar.gz
driver for novatel superstar2.
not enabled by default yet; i still need to get mode switching working. kinda funny - i bought the superstar last july, and it's taken me nearly six months to even take it out of the antistatic bag. at least the driver isn't vaporware any more (and the only copy of it isn't on my laptop).
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index c9d5c845..03025799 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1081,7 +1081,7 @@ static struct gps_type_t mkt3301 = {
extern struct gps_type_t garmin_usb_binary, garmin_ser_binary;
extern struct gps_type_t sirf_binary, tsip_binary;
extern struct gps_type_t evermore_binary, italk_binary;
-extern struct gps_type_t navcom_binary;
+extern struct gps_type_t navcom_binary, superstar2_binary;
/*@ -nullassign @*/
/* the point of this rigamarole is to not have to export a table size */
@@ -1134,6 +1134,9 @@ static struct gps_type_t *gpsd_driver_array[] = {
#ifdef SIRF_ENABLE
&sirf_binary,
#endif /* SIRF_ENABLE */
+#ifdef SUPERSTAR2_ENABLE
+ &superstar2_binary,
+#endif /* SIRF_ENABLE */
#ifdef TSIP_ENABLE
&tsip_binary,
#endif /* TSIP_ENABLE */