All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: add device IDs for igotu to navman
@ 2010-08-06 15:36 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2010-08-06 15:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh


[-- Attachment #1.1: Type: text/plain, Size: 733 bytes --]

Hi Greg,

I recently bought a i-gotU USB GPS, and whilst hunting around for linux
support discovered this post by you back in 2009:

http://kerneltrap.org/mailarchive/linux-usb/2009/3/12/5148644

>Try the navman driver instead.  You can either add the device id to the
> driver and rebuild it, or do this before you plug the device in:
> 	modprobe navman
> 	echo -n "0x0df7 0x0900" > /sys/bus/usb-serial/drivers/navman/new_id
> 
> and then plug your device in and see if that works.
 
I can confirm that the navman driver works with the right device IDs on
my i-gotU GT-600, which has the same device IDs.  Attached is a patch
adding the IDs.

Ross
-- 
Intel Open Source Technology Centre
http://oss.intel.com/

[-- Attachment #1.2: 0001-usb-add-device-IDs-for-igotu-to-navman.patch --]
[-- Type: text/x-patch, Size: 772 bytes --]

From bad852a97683f22f6677f312b73ae7ae9744212b Mon Sep 17 00:00:00 2001
From: Ross Burton <ross@linux.intel.com>
Date: Fri, 6 Aug 2010 16:31:49 +0100
Subject: [PATCH] usb: add device IDs for igotu to navman

---
 drivers/usb/serial/navman.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/navman.c b/drivers/usb/serial/navman.c
index a6b207c..c043aa1 100644
--- a/drivers/usb/serial/navman.c
+++ b/drivers/usb/serial/navman.c
@@ -25,6 +25,7 @@ static int debug;
 
 static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x0a99, 0x0001) },	/* Talon Technology device */
+        { USB_DEVICE(0x0df7, 0x0900) }, /* Mobile Action i-gotU */
 	{ },
 };
 MODULE_DEVICE_TABLE(usb, id_table);
-- 
1.7.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-06 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-06 15:36 [PATCH] usb: add device IDs for igotu to navman Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.