Commit 93476ca7 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo

rt2800usb: add Sweex LW163V2 id's

Add support for Sweex LW163V2 device.
Signed-off-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210204101902.199590-1-stf_xl@wp.pl
parent fcb8f3ca
...@@ -988,6 +988,7 @@ static const struct usb_device_id rt2800usb_device_table[] = { ...@@ -988,6 +988,7 @@ static const struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x177f, 0x0313) }, { USB_DEVICE(0x177f, 0x0313) },
{ USB_DEVICE(0x177f, 0x0323) }, { USB_DEVICE(0x177f, 0x0323) },
{ USB_DEVICE(0x177f, 0x0324) }, { USB_DEVICE(0x177f, 0x0324) },
{ USB_DEVICE(0x177f, 0x1163) },
/* U-Media */ /* U-Media */
{ USB_DEVICE(0x157e, 0x300e) }, { USB_DEVICE(0x157e, 0x300e) },
{ USB_DEVICE(0x157e, 0x3013) }, { USB_DEVICE(0x157e, 0x3013) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment