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