pkgsrc-wip/p5-GPS-Garmin/patches/patch-aa
Ulrich Habel 79b2063615 GPS::Garmin provides an object-oriented interface to Garmin
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.
2006-11-06 20:32:19 +00:00

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);