Re: [linux-usb-devel] Patch USB: serial: garmin_gps: fixes package loss if used from gpsbabel

2007-08-03 Thread Hermann Kneissel
they were sent to the GPS and GpsBabel closed the device - thus effectively cancelled all outstanding requests in the queue. - removed the APP_RESP_SEEN and APP_REQ_SEEN flags and changed them into counters. It evades USB reset of the gps on every device close. Signed-off-by: Hermann Kneissel <[EMAIL

Re: [linux-usb-devel] garmin_gps not working with etrex vista cx

2007-08-03 Thread Hermann Kneissel
Hi Neal, sounds familiar, if you are using gpsbabel to transfer the tracks. Can you try version 0.31 from http://sourceforge.net/project/showfiles.php?group_id=115375 and see if this fixes the problem ? Best regards, Hermann ---

[linux-usb-devel] Patch USB: serial: garmin_gps: fixes package loss if used from gpsbabel

2007-07-23 Thread Hermann Kneissel
ll outstanding requests in the queue. - removed the APP_RESP_SEEN and APP_REQ_SEEN flags and changed them into counters. It evades USB reset of the gps on every device close. The patch is done against 2.6.21.1 with the 'clean up urb->status usage' patch applied. Signed-off-by: Hermann K

[linux-usb-devel] [PATCH linux-2.6.17.4] garmin_gps support for new generation of gps receivers

2006-07-11 Thread Hermann Kneissel
The attached patch adds support for the new generation of gps receivers (eg. GPSmap 60Cx) to garmin_gps.c. Signed-off-by: Hermann Kneissel <[EMAIL PROTECTED]> diff -Naur linux-2.6.17.4/drivers/usb/serial/garmin_gps.c linux-2.6.17.4-patched/drivers/usb/serial/garmin_gps.c --- linux-2.

[linux-usb-devel] garmin_gps patch

2005-01-31 Thread Hermann Kneissel
@ /* * Garmin GPS driver * - * Copyright (C) 2004 Hermann Kneissel [EMAIL PROTECTED] + * Copyright (C) 2004 Hermann Kneissel [EMAIL PROTECTED] * * The latest version of the driver can be found at * http://sourceforge.net/projects/garmin-gps/

Re: [linux-usb-devel] Re: garmin gps driver patch 0.23

2004-12-09 Thread Hermann Kneissel
Sorry, here's the patch. Hermann On Monday 06 December 2004 18:52, Greg KH wrote: > On Sun, Dec 05, 2004 at 07:56:34PM +0100, Hermann Kneissel wrote: > > Greg, > > > > from the lack of response i assume you missed my last patch, maybe i > > shouldn't

[linux-usb-devel] garmin gps driver patch 0.23

2004-12-05 Thread Hermann Kneissel
Greg, from the lack of response i assume you missed my last patch, maybe i shouldn't had it sent as a reply to an old mail. Anyway here is a new patch against 2.6.10-rc3. For reference i add the replies from my last mail below. regards, hermann > Not needed, just use module_param() like the

Re: [linux-usb-devel] garmin gps driver patch v0.20

2004-11-08 Thread Hermann Kneissel
e "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)" depends on USB_SERIAL && EXPERIMENTAL diff -Naur linux-2.6.10-rc1/drivers/usb/serial/Makefile linux-2.6.10-rc1-gps/drivers/usb/serial/Makefile --- linux-2.6.10-rc1/drivers/usb/serial/Makefile 2004-10-22 23:38:39.0 +0200 ++

Re: [linux-usb-devel] Driver for Garmin GPS

2004-11-07 Thread Hermann Kneissel
> > Fair enough. What's the difference becides the usb-serial vs. char > interface? > garmin has changed its communication protocol when they switched from rs232 to usb, dropping checksums handshakes etc. my driver can operate in both protocol modes. It can translate the garmin older serial protoc

Re: [linux-usb-devel] Driver for Garmin GPS

2004-11-05 Thread Hermann Kneissel
On Wednesday 03 November 2004 17:12, Greg KH wrote: > > I thought this driver used the usb-serial interface, not it's own minor > number interface. Why would that interface not work properly for this > type of device? > Its a different driver, developt independently from my version. Hermann --

[linux-usb-devel] garmin gps driver patch v0.20

2004-10-19 Thread Hermann Kneissel
Here is version 0.20 of the garmin gps driver patch for review, fixing the problems reported by oliver neukum. Hermann Kneissel diff -Naur linux-2.6.9/drivers/usb/serial/garmin_gps.c linux-2.6.9-gps/drivers/usb/serial/garmin_gps.c --- linux-2.6.9/drivers/usb/serial/garmin_gps.c 1970-01-01 01

[linux-usb-devel] Request for Review

2004-09-02 Thread Hermann Kneissel
The current version of my driver to connect a garmin gps receiver is available here: http://cvs.sourceforge.net/viewcvs.py/garmin-gps/kernel/garmin_gps.c can someone review it and tell, if there are obvious problems and what should be changed if i want to submit the driver for inclusion in the l