Commit 60fe1f8d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Kalle Valo

rt2x00: remove duplicate USB device ID

The device 0x043e,0x7a32 is already on the list under
CONFIG_RT2800USB_RT55XX.  Since it is the sole Arcadyan entry in RT55xx,
assume the proper chip is RT55xx, not RT53xx, although this was not
confirmed by testing or 3rd party sources.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210917092108.19497-3-krzysztof.kozlowski@canonical.com
parent b7cca318
...@@ -1101,7 +1101,6 @@ static const struct usb_device_id rt2800usb_device_table[] = { ...@@ -1101,7 +1101,6 @@ static const struct usb_device_id rt2800usb_device_table[] = {
#ifdef CONFIG_RT2800USB_RT53XX #ifdef CONFIG_RT2800USB_RT53XX
/* Arcadyan */ /* Arcadyan */
{ USB_DEVICE(0x043e, 0x7a12) }, { USB_DEVICE(0x043e, 0x7a12) },
{ USB_DEVICE(0x043e, 0x7a32) },
/* ASUS */ /* ASUS */
{ USB_DEVICE(0x0b05, 0x17e8) }, { USB_DEVICE(0x0b05, 0x17e8) },
/* Azurewave */ /* Azurewave */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment