Commit fe9f6342 authored by Christian Lamparter's avatar Christian Lamparter Committed by John W. Linville

ar9170usb: add usbid for TP-Link TL-WN821N v2

This patch adds the usbid for TP-Link TL-WN821N v2.

Cc: stable@kernel.org
Reported-by: default avatarFabian Lenz <lenz_fabian@yahoo.de>
Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a3ca95fb
...@@ -64,6 +64,8 @@ static struct usb_device_id ar9170_usb_ids[] = { ...@@ -64,6 +64,8 @@ static struct usb_device_id ar9170_usb_ids[] = {
{ USB_DEVICE(0x0cf3, 0x9170) }, { USB_DEVICE(0x0cf3, 0x9170) },
/* Atheros TG121N */ /* Atheros TG121N */
{ USB_DEVICE(0x0cf3, 0x1001) }, { USB_DEVICE(0x0cf3, 0x1001) },
/* TP-Link TL-WN821N v2 */
{ USB_DEVICE(0x0cf3, 0x1002) },
/* Cace Airpcap NX */ /* Cace Airpcap NX */
{ USB_DEVICE(0xcace, 0x0300) }, { USB_DEVICE(0xcace, 0x0300) },
/* D-Link DWA 160A */ /* D-Link DWA 160A */
......
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