From: Filip Aben Date: Tue, 3 Aug 2010 05:36:41 +0000 (+0000) Subject: hso: Add new product ID X-Git-Tag: v2.6.36-rc1~571^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5c7bf2f4d6304ab4741f38365ca0c0223147263d;p=linux.git hso: Add new product ID This patch adds a new product ID to the hso driver. Signed-off-by: Filip Aben Signed-off-by: David S. Miller --- 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)},