mac80211: rt2x00: backport upstream patches
[openwrt/staging/pepe2k.git] / package / kernel / mac80211 / patches / rt2x00 / 070-rt2800usb-Add-new-rt2800usb-device-PLANEX-GW-USMicro.patch
1 From 706f0182b1add0fc41a8c40662f659b7426f0629 Mon Sep 17 00:00:00 2001
2 From: Masanari Iida <standby24x7@gmail.com>
3 Date: Sun, 28 Jul 2019 23:07:42 +0900
4 Subject: [PATCH 11/15] rt2800usb: Add new rt2800usb device PLANEX GW-USMicroN
5
6 This patch add a device ID for PLANEX GW-USMicroN.
7 Without this patch, I had to echo the device IDs in order to
8 recognize the device.
9
10 # lsusb |grep PLANEX
11 Bus 002 Device 005: ID 2019:ed14 PLANEX GW-USMicroN
12
13 Signed-off-by: Masanari Iida <standby24x7@gmail.com>
14 Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
15 Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
16 ---
17 drivers/net/wireless/ralink/rt2x00/rt2800usb.c | 1 +
18 1 file changed, 1 insertion(+)
19
20 --- a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
21 +++ b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
22 @@ -1097,6 +1097,7 @@ static const struct usb_device_id rt2800
23 { USB_DEVICE(0x0846, 0x9013) },
24 { USB_DEVICE(0x0846, 0x9019) },
25 /* Planex */
26 + { USB_DEVICE(0x2019, 0xed14) },
27 { USB_DEVICE(0x2019, 0xed19) },
28 /* Ralink */
29 { USB_DEVICE(0x148f, 0x3573) },