hso: add support for new products
This patch adds a few new product id's for the hso driver. Signed-off-by: Filip Aben <f.aben@option.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e513480e28
commit
dd7496f217
|
@ -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)},
|
||||
|
|
Loading…
Reference in New Issue