diff options
author | Filip Aben <f.aben@option.com> | 2010-08-03 09:36:41 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-04 03:40:52 +0400 |
commit | 5c7bf2f4d6304ab4741f38365ca0c0223147263d (patch) | |
tree | 39050477d41a3731c68dafb8651e0108827ad207 /drivers/net/usb | |
parent | 96d8e90382dc336b5de401164597edfdc2e8d9f1 (diff) | |
download | linux-5c7bf2f4d6304ab4741f38365ca0c0223147263d.tar.xz |
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/usb')
-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[] = { {USB_DEVICE(0x0af0, 0x8600)}, {USB_DEVICE(0x0af0, 0x8800)}, {USB_DEVICE(0x0af0, 0x8900)}, + {USB_DEVICE(0x0af0, 0x9000)}, {USB_DEVICE(0x0af0, 0xd035)}, {USB_DEVICE(0x0af0, 0xd055)}, {USB_DEVICE(0x0af0, 0xd155)}, |