package/devel/binutils: Update to 2.27
[openwrt/staging/chunkeey.git] / package / kernel / mac80211 / patches / 660-0049-rtl8xxxu-Add-rtl8188eu-USB-ID-for-D-Link-USB-GO-N150.patch
1 From 5cd16e6a4660c07f01753e460eafdb805e71b9e9 Mon Sep 17 00:00:00 2001
2 From: Jes Sorensen <Jes.Sorensen@redhat.com>
3 Date: Mon, 29 Aug 2016 12:55:37 -0400
4 Subject: [PATCH] rtl8xxxu: Add rtl8188eu USB ID for D-Link USB-GO-N150
5
6 Received one in the mail yesterday, seems to work like all the other
7 8188eu dongles I have.
8
9 Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
10 ---
11 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
12 1 file changed, 3 insertions(+)
13
14 --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
15 +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
16 @@ -6315,6 +6315,9 @@ static struct usb_device_id dev_table[]
17 /* Sitecom rtl8188eus */
18 {USB_DEVICE_AND_INTERFACE_INFO(0x0df6, 0x0076, 0xff, 0xff, 0xff),
19 .driver_info = (unsigned long)&rtl8188eu_fops},
20 +/* D-Link USB-GO-N150 */
21 +{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3311, 0xff, 0xff, 0xff),
22 + .driver_info = (unsigned long)&rtl8188eu_fops},
23 /* Still supported by rtlwifi */
24 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x8176, 0xff, 0xff, 0xff),
25 .driver_info = (unsigned long)&rtl8192cu_fops},