Remove XBox One Wireless Adapter USB IDs from mt76 driver to allow 'xow' driver compatibility.

This commit is contained in:
sofakng
2020-10-21 08:02:29 -04:00
committed by Sorgelig
parent a6165424f2
commit 4adb15a125

View File

@@ -19,8 +19,6 @@ static const struct usb_device_id mt76x2u_device_table[] = {
{ USB_DEVICE(0x0e8d, 0x7632) }, /* HC-M7662BU1 */
{ USB_DEVICE(0x2c4e, 0x0103) }, /* Mercury UD13 */
{ USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
{ USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
{ USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
{ },
};