GPS receivers. This way it's possible to access the stored tracks and waypoint on the receiver using the serial port. Right now there is no possibility to transfer to the device.
11 lines
488 B
Text
11 lines
488 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/11/06 20:32:19 uhabel Exp $
|
|
--- Garmin.pm.orig 2006-11-04 00:39:10.000000000 +0100
|
|
+++ Garmin.pm 2006-11-04 00:39:37.000000000 +0100
|
|
@@ -169,6 +169,7 @@
|
|
|| $self->{product_id} == 315 # etrex vista c
|
|
|| $self->{product_id} == 111 # emap
|
|
|| $self->{product_id} == 248 # gecko 201
|
|
+ || $self->{product_id} == 295 # etrex yellow
|
|
# XXX add more devices here ...
|
|
) {
|
|
$self->{handler} = GPS::Garmin::Handler::EtrexVenture->new($self);
|