From: Greg Kroah-Hartman Date: Mon, 1 Mar 2021 10:44:36 +0000 (+0100) Subject: 4.4-stable patches X-Git-Tag: v4.4.259~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a5b1e5faaf593343c01912c5aad2e8c9a1e9aff;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: staging-rtl8188eu-add-edimax-ew-7811un-v2-to-device-table.patch --- diff --git a/queue-4.4/series b/queue-4.4/series index 934f0e288e8..4b4ddd5ddbf 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -72,3 +72,4 @@ usb-dwc3-gadget-fix-dep-interval-for-fullspeed-interrupt.patch keys-trusted-fix-migratable-1-failing.patch btrfs-fix-reloc-root-leak-with-0-ref-reloc-roots-on-recovery.patch drivers-misc-vmw_vmci-restrict-too-big-queue-size-in-qp_host_alloc_queue.patch +staging-rtl8188eu-add-edimax-ew-7811un-v2-to-device-table.patch diff --git a/queue-4.4/staging-rtl8188eu-add-edimax-ew-7811un-v2-to-device-table.patch b/queue-4.4/staging-rtl8188eu-add-edimax-ew-7811un-v2-to-device-table.patch new file mode 100644 index 00000000000..d82ed67fc60 --- /dev/null +++ b/queue-4.4/staging-rtl8188eu-add-edimax-ew-7811un-v2-to-device-table.patch @@ -0,0 +1,30 @@ +From 7a8d2f1908a59003e55ef8691d09efb7fbc51625 Mon Sep 17 00:00:00 2001 +From: Martin Kaiser +Date: Thu, 4 Feb 2021 09:52:17 +0100 +Subject: staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table + +From: Martin Kaiser + +commit 7a8d2f1908a59003e55ef8691d09efb7fbc51625 upstream. + +The Edimax EW-7811UN V2 uses an RTL8188EU chipset and works with this +driver. + +Signed-off-by: Martin Kaiser +Cc: stable +Link: https://lore.kernel.org/r/20210204085217.9743-1-martin@kaiser.cx +Signed-off-by: Greg Kroah-Hartman +--- + drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c ++++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c +@@ -53,6 +53,7 @@ static struct usb_device_id rtw_usb_id_t + {USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */ + {USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */ + {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */ ++ {USB_DEVICE(0x7392, 0xb811)}, /* Edimax EW-7811UN V2 */ + {USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */ + {} /* Terminating entry */ + };