[82/91] USB: add device IDs for igotu to navman

Previous thread: net/sctp: Use pr_fmt and pr_<level> by Joe Perches on Tuesday, August 24, 2010 - 4:21 pm. (2 messages)

Next thread: [80/91] powerpc: Initialise paca->kstack before early_setup_secondary by Greg KH on Tuesday, August 24, 2010 - 3:42 pm. (1 message)
From: Greg KH
Date: Tuesday, August 24, 2010 - 3:42 pm

2.6.34-stable review patch.  If anyone has any objections, please let us know.

------------------

From: Ross Burton &lt;ross@linux.intel.com&gt;

commit 0eee6a2b2a52e17066a572d30ad2805d3ebc7508 upstream.

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


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.

From: Ross Burton &lt;ross@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

---
 drivers/usb/serial/navman.c |    1 +
 1 file changed, 1 insertion(+)

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


--

Previous thread: net/sctp: Use pr_fmt and pr_<level> by Joe Perches on Tuesday, August 24, 2010 - 4:21 pm. (2 messages)

Next thread: [80/91] powerpc: Initialise paca->kstack before early_setup_secondary by Greg KH on Tuesday, August 24, 2010 - 3:42 pm. (1 message)