mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
staging: rtl8712: Add device ID for Sitecom WLA2100
commit 1e6e63283691a2a9048a35d9c6c59cf0abd342e4 upstream. This adds the USB ID for the Sitecom WLA2100. The Windows 10 inf file was checked to verify that the addition is correct. Reported-by: Frans van de Wiel <fvdw@fvdw.eu> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Frans van de Wiel <fvdw@fvdw.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Zefan Li <lizefan@huawei.com>
This commit is contained in:
parent
da619cbf55
commit
ff0dd8f8f6
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = {
|
||||||
{USB_DEVICE(0x0DF6, 0x0058)},
|
{USB_DEVICE(0x0DF6, 0x0058)},
|
||||||
{USB_DEVICE(0x0DF6, 0x0049)},
|
{USB_DEVICE(0x0DF6, 0x0049)},
|
||||||
{USB_DEVICE(0x0DF6, 0x004C)},
|
{USB_DEVICE(0x0DF6, 0x004C)},
|
||||||
|
{USB_DEVICE(0x0DF6, 0x006C)},
|
||||||
{USB_DEVICE(0x0DF6, 0x0064)},
|
{USB_DEVICE(0x0DF6, 0x0064)},
|
||||||
/* Skyworth */
|
/* Skyworth */
|
||||||
{USB_DEVICE(0x14b2, 0x3300)},
|
{USB_DEVICE(0x14b2, 0x3300)},
|
||||||
|
|
Loading…
Reference in a new issue