diff options
author | Filip Aben <f.aben@option.com> | 2010-05-25 16:09:23 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-05-25 16:09:23 -0700 |
commit | dd7496f217462a23a9a8a15b9925866eaad76e22 (patch) | |
tree | 568d8af795cc68bf306dd867317c7b6960ac378f | |
parent | e513480e28cdfd868755f05c1a654fcfcee58070 (diff) | |
download | linux-3.10-dd7496f217462a23a9a8a15b9925866eaad76e22.tar.gz linux-3.10-dd7496f217462a23a9a8a15b9925866eaad76e22.tar.bz2 linux-3.10-dd7496f217462a23a9a8a15b9925866eaad76e22.zip |
hso: add support for new products
This patch adds a few new product id's for the hso driver.
Signed-off-by: Filip Aben <f.aben@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/usb/hso.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index 9964df19951..0a3c41faea9 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c @@ -475,6 +475,9 @@ static const struct usb_device_id hso_ids[] = { {USB_DEVICE(0x0af0, 0x8302)}, {USB_DEVICE(0x0af0, 0x8304)}, {USB_DEVICE(0x0af0, 0x8400)}, + {USB_DEVICE(0x0af0, 0x8600)}, + {USB_DEVICE(0x0af0, 0x8800)}, + {USB_DEVICE(0x0af0, 0x8900)}, {USB_DEVICE(0x0af0, 0xd035)}, {USB_DEVICE(0x0af0, 0xd055)}, {USB_DEVICE(0x0af0, 0xd155)}, |