diff options
author | Jan Dumon <j.dumon@option.com> | 2009-04-02 04:16:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 04:16:44 -0400 |
commit | 9961d84270ce1d5f4c662382acf0b418a3ff6a0f (patch) | |
tree | eb55b7c353504dd0dbc9f59f7b832160f0fe3947 /drivers/net/usb/hso.c | |
parent | 530e2eba0b49ec1d1321dd8ac8bf6b5376e7b684 (diff) |
hso: add Vendor/Product ID's for new devices
Add Vendor/Product ID's for new devices.
Removed duplicate product ID 0x7361.
Signed-off-by: Jan Dumon <j.dumon@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/hso.c')
-rw-r--r-- | drivers/net/usb/hso.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index cde423c6d040..28d1424a3110 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c | |||
@@ -462,9 +462,16 @@ static const struct usb_device_id hso_ids[] = { | |||
462 | {USB_DEVICE(0x0af0, 0x7701)}, | 462 | {USB_DEVICE(0x0af0, 0x7701)}, |
463 | {USB_DEVICE(0x0af0, 0x7801)}, | 463 | {USB_DEVICE(0x0af0, 0x7801)}, |
464 | {USB_DEVICE(0x0af0, 0x7901)}, | 464 | {USB_DEVICE(0x0af0, 0x7901)}, |
465 | {USB_DEVICE(0x0af0, 0x7361)}, | 465 | {USB_DEVICE(0x0af0, 0x8200)}, |
466 | {USB_DEVICE(0x0af0, 0xd057)}, | 466 | {USB_DEVICE(0x0af0, 0x8201)}, |
467 | {USB_DEVICE(0x0af0, 0xd035)}, | ||
467 | {USB_DEVICE(0x0af0, 0xd055)}, | 468 | {USB_DEVICE(0x0af0, 0xd055)}, |
469 | {USB_DEVICE(0x0af0, 0xd155)}, | ||
470 | {USB_DEVICE(0x0af0, 0xd255)}, | ||
471 | {USB_DEVICE(0x0af0, 0xd057)}, | ||
472 | {USB_DEVICE(0x0af0, 0xd157)}, | ||
473 | {USB_DEVICE(0x0af0, 0xd257)}, | ||
474 | {USB_DEVICE(0x0af0, 0xd357)}, | ||
468 | {} | 475 | {} |
469 | }; | 476 | }; |
470 | MODULE_DEVICE_TABLE(usb, hso_ids); | 477 | MODULE_DEVICE_TABLE(usb, hso_ids); |