mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
Merge pull request #350 from sim0nx/addsupportfor_edimax_EW_7811Un_v2
Add support for Edimax EW-7811Un V2
This commit is contained in:
commit
b02c92bc92
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
|
||||||
{USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
|
{USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
|
||||||
{USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */
|
{USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */
|
||||||
{USB_DEVICE(0x0B05, 0x18F0)}, /* ASUS USB-N10 Nano B1 */
|
{USB_DEVICE(0x0B05, 0x18F0)}, /* ASUS USB-N10 Nano B1 */
|
||||||
|
{USB_DEVICE(0x7392, 0xb811)}, /* Edimax EW-7811Un V2 */
|
||||||
{} /* Terminating entry */
|
{} /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue