This is a note to let you know that I've just added the patch titled mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle. to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 829eea7c94e0bac804e65975639a2f2e5f147033 Mon Sep 17 00:00:00 2001 From: Wei Mingzhi <whistler@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> Acked-by: Jakub Kicinski <kubakici@xxxxx> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20210618160840.305024-1-whistler@xxxxxxxxxxxxxx Cc: Yan Xinyu <sdlyyxy@xxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 struct usb_device_id mt7601u_devi { 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, } Patches currently in stable-queue which might be from whistler@xxxxxxxxxxxxxx are queue-4.9/mt7601u-add-usb-device-id-for-some-versions-of-xiaodu-wifi-dongle.patch