mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210917092108.19497-3-krzysztof.kozlowski@canonical.com
This commit is contained in:
parent
b7cca318d7
commit
60fe1f8dcd
1 changed files with 0 additions and 1 deletions
|
@ -1101,7 +1101,6 @@ static const struct usb_device_id rt2800usb_device_table[] = {
|
|||
#ifdef CONFIG_RT2800USB_RT53XX
|
||||
/* Arcadyan */
|
||||
{ USB_DEVICE(0x043e, 0x7a12) },
|
||||
{ USB_DEVICE(0x043e, 0x7a32) },
|
||||
/* ASUS */
|
||||
{ USB_DEVICE(0x0b05, 0x17e8) },
|
||||
/* Azurewave */
|
||||
|
|
Loading…
Add table
Reference in a new issue