hso: Add new product ID
authorFilip Aben <f.aben@option.com>
Tue, 3 Aug 2010 05:36:41 +0000 (05:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2010 23:40:52 +0000 (16:40 -0700)
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>
drivers/net/usb/hso.c

index a3a684c..6efca66 100644 (file)
@@ -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)},