public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove duplicate ID in ipaq driver
@ 2007-05-16 20:54 Ben Collins
  2007-05-16 20:59 ` Roland Dreier
  2007-05-16 21:04 ` Jiri Slaby
  0 siblings, 2 replies; 8+ messages in thread
From: Ben Collins @ 2007-05-16 20:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ganesh Varadarajan, linux-usb-devel


Cc: Ganesh Varadarajan <ganesh@veritas.com>
Cc: linux-usb-devel@lists.sourceforge.net
Signed-off-by: Ben Collins <bcollins@ubuntu.com>

diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
index 4df0ec7..7c85be4 100644
--- a/drivers/usb/serial/ipaq.c
+++ b/drivers/usb/serial/ipaq.c
@@ -92,7 +92,6 @@ static void ipaq_destroy_lists(struct usb_serial_port *port);
 
 static struct usb_device_id ipaq_id_table [] = {
 	/* The first entry is a placeholder for the insmod-specified device */
-	{ USB_DEVICE(0x049F, 0x0003) },
 	{ USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */
 	{ USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */
 	{ USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */

-- 
Ubuntu   : http://www.ubuntu.com/
Linux1394: http://wiki.linux1394.org/


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-17 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16 20:54 [PATCH] Remove duplicate ID in ipaq driver Ben Collins
2007-05-16 20:59 ` Roland Dreier
2007-05-16 21:36   ` Ben Collins
2007-05-17 12:43     ` [linux-usb-devel] " Greg KH
2007-05-17 13:02       ` Ben Collins
2007-05-17 13:32         ` Valdis.Kletnieks
2007-05-17 13:32         ` Greg KH
2007-05-16 21:04 ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox