diff options
author | Denis Joseph Barrow <D.Barow@option.com> | 2008-11-25 03:26:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 03:26:12 -0500 |
commit | bab04c3adbb55aeb5e8db60522f14ce0bb0d4179 (patch) | |
tree | aae1eb2e4631eb38df02d35d5f34ce0bde0b6ddc /drivers/net/usb | |
parent | 47fd5b8373ecc6bf5473e4139b62b06425448252 (diff) |
hso: Add new usb device id's.
Signed-off-by: Denis Joseph Barrow <D.Barow@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb')
-rw-r--r-- | drivers/net/usb/hso.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index 8e90891f0e42..cee1d2a280bd 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c | |||
@@ -417,6 +417,11 @@ static const struct usb_device_id hso_ids[] = { | |||
417 | {USB_DEVICE(0x0af0, 0x7401)}, /* GI 0401 */ | 417 | {USB_DEVICE(0x0af0, 0x7401)}, /* GI 0401 */ |
418 | {USB_DEVICE(0x0af0, 0x7501)}, /* GTM 382 */ | 418 | {USB_DEVICE(0x0af0, 0x7501)}, /* GTM 382 */ |
419 | {USB_DEVICE(0x0af0, 0x7601)}, /* GE40x */ | 419 | {USB_DEVICE(0x0af0, 0x7601)}, /* GE40x */ |
420 | {USB_DEVICE(0x0af0, 0x7701)}, | ||
421 | {USB_DEVICE(0x0af0, 0x7801)}, | ||
422 | {USB_DEVICE(0x0af0, 0x7901)}, | ||
423 | {USB_DEVICE(0x0af0, 0x7361)}, | ||
424 | {icon321_port_device(0x0af0, 0xd051)}, | ||
420 | {} | 425 | {} |
421 | }; | 426 | }; |
422 | MODULE_DEVICE_TABLE(usb, hso_ids); | 427 | MODULE_DEVICE_TABLE(usb, hso_ids); |