Commit 53471702 authored by Martin Krause's avatar Martin Krause Committed by Greg Kroah-Hartman

Staging rtl8712: Remove double USB device IDs

Remove copies of the double USB device IDs:

- 0bda:8172
- 0bda:8174
Signed-off-by: default avatarMartin Krause <martin.krause@tqs.de>
Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5f953732
...@@ -109,7 +109,6 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = { ...@@ -109,7 +109,6 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = {
/* Amigo */ /* Amigo */
{USB_DEVICE(0x0EB0, 0x9061)}, {USB_DEVICE(0x0EB0, 0x9061)},
/* ASUS/EKB */ /* ASUS/EKB */
{USB_DEVICE(0x0BDA, 0x8172)},
{USB_DEVICE(0x13D3, 0x3323)}, {USB_DEVICE(0x13D3, 0x3323)},
{USB_DEVICE(0x13D3, 0x3311)}, /* 11n mode disable */ {USB_DEVICE(0x13D3, 0x3311)}, /* 11n mode disable */
{USB_DEVICE(0x13D3, 0x3342)}, {USB_DEVICE(0x13D3, 0x3342)},
...@@ -161,7 +160,6 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = { ...@@ -161,7 +160,6 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = {
/* RTL8192SU */ /* RTL8192SU */
/* Realtek */ /* Realtek */
{USB_DEVICE(0x0BDA, 0x8174)}, {USB_DEVICE(0x0BDA, 0x8174)},
{USB_DEVICE(0x0BDA, 0x8174)},
/* Belkin */ /* Belkin */
{USB_DEVICE(0x050D, 0x845A)}, {USB_DEVICE(0x050D, 0x845A)},
/* Corega */ /* Corega */
......
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