netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* respin of hso patches for linux-2.6.28-rc6 hso_new_ids.patch [patch 1/6]
@ 2008-11-24 14:39 Denis Joseph Barrow
  2008-11-25  8:26 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Joseph Barrow @ 2008-11-24 14:39 UTC (permalink / raw)
  To: Linux USB kernel mailing list, Linux netdev Mailing list

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

These patches have been also tested against
Dave Millers net tree net-next tree
& Jeff Garziks netdev_next tree

The patches are posted in order of simplicity & importance
the last patches in the list are the least vital.

The series file is as follows

hso_new_ids.patch
hso_close_fix.patch
hso_einval.patch
hso_mutex.patch
hso_modem_signals.patch
hso_reset_resume.patch	

Add new usb device id's supported by the hso driver.
Signed-off-by: Denis Joseph Barrow <D.Barow@option.com>
---
Index: linux-2.6.28-rc6.patches/drivers/net/usb/hso.c
===================================================================
--- linux-2.6.28-rc6.patches.orig/drivers/net/usb/hso.c	2008-11-24 14:01:02.000000000 +0100
+++ linux-2.6.28-rc6.patches/drivers/net/usb/hso.c	2008-11-24 14:01:45.000000000 +0100
@@ -417,6 +417,11 @@
 	{USB_DEVICE(0x0af0, 0x7401)},		/* GI 0401 */
 	{USB_DEVICE(0x0af0, 0x7501)},		/* GTM 382 */
 	{USB_DEVICE(0x0af0, 0x7601)},		/* GE40x */
+	{USB_DEVICE(0x0af0, 0x7701)},
+	{USB_DEVICE(0x0af0, 0x7801)},
+	{USB_DEVICE(0x0af0, 0x7901)},
+	{USB_DEVICE(0x0af0, 0x7361)},
+	{icon321_port_device(0x0af0, 0xd051)},
 	{}
 };
 MODULE_DEVICE_TABLE(usb, hso_ids);



-- 
best regards,
D.J. Barrow

[-- Attachment #2: hso_new_ids.patch --]
[-- Type: text/x-diff, Size: 788 bytes --]

Add new usb device id's supported by the hso driver.
Signed-off-by: Denis Joseph Barrow <D.Barow@option.com>
---
Index: linux-2.6.28-rc6.patches/drivers/net/usb/hso.c
===================================================================
--- linux-2.6.28-rc6.patches.orig/drivers/net/usb/hso.c	2008-11-24 14:01:02.000000000 +0100
+++ linux-2.6.28-rc6.patches/drivers/net/usb/hso.c	2008-11-24 14:01:45.000000000 +0100
@@ -417,6 +417,11 @@
 	{USB_DEVICE(0x0af0, 0x7401)},		/* GI 0401 */
 	{USB_DEVICE(0x0af0, 0x7501)},		/* GTM 382 */
 	{USB_DEVICE(0x0af0, 0x7601)},		/* GE40x */
+	{USB_DEVICE(0x0af0, 0x7701)},
+	{USB_DEVICE(0x0af0, 0x7801)},
+	{USB_DEVICE(0x0af0, 0x7901)},
+	{USB_DEVICE(0x0af0, 0x7361)},
+	{icon321_port_device(0x0af0, 0xd051)},
 	{}
 };
 MODULE_DEVICE_TABLE(usb, hso_ids);

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

end of thread, other threads:[~2008-11-25  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 14:39 respin of hso patches for linux-2.6.28-rc6 hso_new_ids.patch [patch 1/6] Denis Joseph Barrow
2008-11-25  8:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).