diff options
author | Filip Aben <f.aben@option.com> | 2010-08-03 01:36:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-03 19:40:52 -0400 |
commit | 5c7bf2f4d6304ab4741f38365ca0c0223147263d (patch) | |
tree | 39050477d41a3731c68dafb8651e0108827ad207 /drivers/net | |
parent | 96d8e90382dc336b5de401164597edfdc2e8d9f1 (diff) |
hso: Add new product ID
This patch adds a new product ID to the hso driver.
Signed-off-by: Filip Aben <f.aben@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/usb/hso.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index a3a684cb89a9..6efca66b8766 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c | |||
@@ -477,6 +477,7 @@ static const struct usb_device_id hso_ids[] = { | |||
477 | {USB_DEVICE(0x0af0, 0x8600)}, | 477 | {USB_DEVICE(0x0af0, 0x8600)}, |
478 | {USB_DEVICE(0x0af0, 0x8800)}, | 478 | {USB_DEVICE(0x0af0, 0x8800)}, |
479 | {USB_DEVICE(0x0af0, 0x8900)}, | 479 | {USB_DEVICE(0x0af0, 0x8900)}, |
480 | {USB_DEVICE(0x0af0, 0x9000)}, | ||
480 | {USB_DEVICE(0x0af0, 0xd035)}, | 481 | {USB_DEVICE(0x0af0, 0xd035)}, |
481 | {USB_DEVICE(0x0af0, 0xd055)}, | 482 | {USB_DEVICE(0x0af0, 0xd055)}, |
482 | {USB_DEVICE(0x0af0, 0xd155)}, | 483 | {USB_DEVICE(0x0af0, 0xd155)}, |