]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 Jul 2022 10:55:02 +0000 (12:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 Jul 2022 10:55:02 +0000 (12:55 +0200)
added patches:
mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch

queue-4.14/mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch [new file with mode: 0644]
queue-4.14/series

diff --git a/queue-4.14/mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch b/queue-4.14/mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch
new file mode 100644 (file)
index 0000000..a6c9c86
--- /dev/null
@@ -0,0 +1,32 @@
+From 829eea7c94e0bac804e65975639a2f2e5f147033 Mon Sep 17 00:00:00 2001
+From: Wei Mingzhi <whistler@member.fsf.org>
+Date: Sat, 19 Jun 2021 00:08:40 +0800
+Subject: mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
+
+From: Wei Mingzhi <whistler@member.fsf.org>
+
+commit 829eea7c94e0bac804e65975639a2f2e5f147033 upstream.
+
+USB device ID of some versions of XiaoDu WiFi Dongle is 2955:1003
+instead of 2955:1001. Both are the same mt7601u hardware.
+
+Signed-off-by: Wei Mingzhi <whistler@member.fsf.org>
+Acked-by: Jakub Kicinski <kubakici@wp.pl>
+Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
+Link: https://lore.kernel.org/r/20210618160840.305024-1-whistler@member.fsf.org
+Cc: Yan Xinyu <sdlyyxy@bupt.edu.cn>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/net/wireless/mediatek/mt7601u/usb.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/drivers/net/wireless/mediatek/mt7601u/usb.c
++++ b/drivers/net/wireless/mediatek/mt7601u/usb.c
+@@ -34,6 +34,7 @@ static const struct usb_device_id mt7601
+       { USB_DEVICE(0x2717, 0x4106) },
+       { USB_DEVICE(0x2955, 0x0001) },
+       { USB_DEVICE(0x2955, 0x1001) },
++      { USB_DEVICE(0x2955, 0x1003) },
+       { USB_DEVICE(0x2a5f, 0x1000) },
+       { USB_DEVICE(0x7392, 0x7710) },
+       { 0, }
index 2bfb44e6ebf5ba1fd0f9949455f5d4d20cef37ef..157b6fdfa59cae73fa47f9a3034f3a88a61792ba 100644 (file)
@@ -6,3 +6,4 @@ net-ping6-fix-memleak-in-ipv6_renew_options.patch
 net-sungem_phy-add-of_node_put-for-reference-returne.patch
 netfilter-nf_queue-do-not-allow-packet-truncation-be.patch
 arm-crypto-comment-out-gcc-warning-that-breaks-clang-builds.patch
+mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch