From: Filip Aben Date: Tue, 25 May 2010 23:09:23 +0000 (-0700) Subject: hso: add support for new products X-Git-Tag: upstream/snapshot3+hdmi~13834^2~206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd7496f217462a23a9a8a15b9925866eaad76e22;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git hso: add support for new products This patch adds a few new product id's for 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 9964df1..0a3c41f 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c @@ -475,6 +475,9 @@ static const struct usb_device_id hso_ids[] = { {USB_DEVICE(0x0af0, 0x8302)}, {USB_DEVICE(0x0af0, 0x8304)}, {USB_DEVICE(0x0af0, 0x8400)}, + {USB_DEVICE(0x0af0, 0x8600)}, + {USB_DEVICE(0x0af0, 0x8800)}, + {USB_DEVICE(0x0af0, 0x8900)}, {USB_DEVICE(0x0af0, 0xd035)}, {USB_DEVICE(0x0af0, 0xd055)}, {USB_DEVICE(0x0af0, 0xd155)},