mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-25 14:03:40 +00:00
Add support for Dlink DWA-121 802.11n Wireless N 150 Pico Adapter
This commit is contained in:
parent
63fe7cda86
commit
f0e7ffbd3e
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
|
||||||
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
||||||
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
|
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
|
||||||
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
|
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
|
||||||
|
{USB_DEVICE(0x2001, 0x3308)}, /* DLink DWA-121 REV A1 */
|
||||||
{} /* Terminating entry */
|
{} /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue