b4898018f83bf41db3edc43a0d961fa1f0fb7696
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 653-0046-rtl8xxxu-Add-sitecom-dongle-to-USB-device-list.patch
1 From e7be61a187c902ae296acf70981a899e9e34a885 Mon Sep 17 00:00:00 2001
2 From: Andrea Merello <andrea.merello@gmail.com>
3 Date: Fri, 26 Aug 2016 19:18:17 +0200
4 Subject: [PATCH] rtl8xxxu: Add sitecom dongle to USB device list
5
6 Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
7 Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
8 ---
9 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
10 1 file changed, 3 insertions(+)
11
12 --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
13 +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
14 @@ -6329,6 +6329,9 @@ static const struct usb_device_id dev_ta
15 /* Tested by Hans de Goede - rtl8188etv */
16 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x0179, 0xff, 0xff, 0xff),
17 .driver_info = (unsigned long)&rtl8188eu_fops},
18 +/* Sitecom rtl8188eus */
19 +{USB_DEVICE_AND_INTERFACE_INFO(0x0df6, 0x0076, 0xff, 0xff, 0xff),
20 + .driver_info = (unsigned long)&rtl8188eu_fops},
21 /* Still supported by rtlwifi */
22 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x8176, 0xff, 0xff, 0xff),
23 .driver_info = (unsigned long)&rtl8192cu_fops},