1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-08-16 08:34:15 +02:00

Merge pull request #3 from kpanic/netgear-a6100-customer-id

Add Netgear A6100 Customer ID
This commit is contained in:
Anand Babu (AB) Periasamy 2014-02-21 09:53:32 -08:00
commit 1a8dfaae47

View File

@ -285,6 +285,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
/*=== Customer ID ===*/
{USB_DEVICE(0x7392, 0xA811),.driver_info = RTL8821}, /* Edimax - Edimax */
{USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */
{USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */
#endif
#ifdef CONFIG_RTL8192E