[patch 01/02] hso: icon 322 detection fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: greg
Date: Tuesday, August 19, 2008 - 6:07 pm

From: Denis Joseph Barrow <D.Barow@option.com>

Fixes Icon-322 detection.

Signed-off-by: Denis Joseph Barrow <D.Barow@option.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/net/usb/hso.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
@@ -397,7 +397,7 @@ static const struct usb_device_id hso_id
 	{default_port_device(0x0af0, 0xc031)},	/* Icon-Edge */
 	{icon321_port_device(0x0af0, 0xd013)},	/* Module HSxPA */
 	{icon321_port_device(0x0af0, 0xd031)},	/* Icon-321 */
-	{default_port_device(0x0af0, 0xd033)},	/* Icon-322 */
+	{icon321_port_device(0x0af0, 0xd033)},	/* Icon-322 */
 	{USB_DEVICE(0x0af0, 0x7301)},		/* GE40x */
 	{USB_DEVICE(0x0af0, 0x7361)},		/* GE40x */
 	{USB_DEVICE(0x0af0, 0x7401)},		/* GI 0401 */

-- 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 00/02] 2 more hso.c patches, greg, (Tue Aug 19, 6:07 pm)
[patch 01/02] hso: icon 322 detection fix, greg, (Tue Aug 19, 6:07 pm)
[patch 02/02] hso: dev_kfree_skb crash fix, greg, (Tue Aug 19, 6:07 pm)
Re: [patch 01/02] hso: icon 322 detection fix, Jeff Garzik, (Wed Aug 27, 2:37 am)
Re: hso driver dropping characters on serial port &amp; hacky fix , Denis Joseph Barrow, (Wed Aug 27, 3:54 am)
question wrt /drivers/char/tty_io.c in pre 2.6.16 code, Denis Joseph Barrow, (Wed Aug 27, 8:55 am)
Re: question wrt /drivers/char/tty_io.c in pre 2.6.16 code, Denis Joseph Barrow, (Thu Aug 28, 12:47 am)