From: robertl Date: Fri, 2 Oct 2009 17:21:27 +0000 (+0000) Subject: Work around Legend H bugs for Mac and Linux. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~129 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cebc02955e452fe9bc00cc3504d7094919028f01;p=gpsbabel.git Work around Legend H bugs for Mac and Linux. --- diff --git a/jeeps/gpslibusb.c b/jeeps/gpslibusb.c index 3833c3b96..357da9121 100644 --- a/jeeps/gpslibusb.c +++ b/jeeps/gpslibusb.c @@ -349,6 +349,7 @@ garmin_usb_start(struct usb_device *dev, libusb_unit_data *lud) // feeling there are more affected models either // on the market or on the way. case 695: break; // Venture HC + case 957: break; // Legend H case 285: break; // GPSMap 276C/4.80 case 402: break; // GPSMap 396C/4.50 default: gusb_syncup();