Message ID | 20210618160840.305024-1-whistler@member.fsf.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 829eea7c94e0bac804e65975639a2f2e5f147033 |
Delegated to: | Kalle Valo |
Headers | show |
Series | mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle. | expand |
On Sat, 19 Jun 2021 00:08:40 +0800 Wei Mingzhi wrote: > 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>
Wei Mingzhi <whistler@member.fsf.org> wrote: > 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> Patch applied to wireless-drivers-next.git, thanks. 829eea7c94e0 mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
diff --git a/drivers/net/wireless/mediatek/mt7601u/usb.c b/drivers/net/wireless/mediatek/mt7601u/usb.c index 6bcc4a13ae6c..cc772045d526 100644 --- a/drivers/net/wireless/mediatek/mt7601u/usb.c +++ b/drivers/net/wireless/mediatek/mt7601u/usb.c @@ -26,6 +26,7 @@ static const struct usb_device_id mt7601u_device_table[] = { { 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, }
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> --- drivers/net/wireless/mediatek/mt7601u/usb.c | 1 + 1 file changed, 1 insertion(+)