mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-24 00:51:34 +00:00
Support Mercusys MA30N and MA30H V2
This commit is contained in:
parent
d17b890b74
commit
8159d9825f
@ -58,6 +58,15 @@ And reboot your system.
|
||||
* Edimax EW-7822UAD
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Mercusys
|
||||
</summary>
|
||||
|
||||
* Mercusys MA30N
|
||||
* Mercusys MA30H V2
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
NetGear
|
||||
|
@ -258,6 +258,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
|
||||
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0138, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* TP-Link Archer T3U Plus */
|
||||
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0115, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* TP-Link Archer T4U V3 */
|
||||
{USB_DEVICE_AND_INTERFACE_INFO(0x20F4, 0x808A, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* TRENDnet TEW-808UBM */
|
||||
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x010a, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Mercusys MA30N */
|
||||
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0107, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Mercusys MA30H V2 */
|
||||
#endif /* CONFIG_RTL8822B */
|
||||
|
||||
#ifdef CONFIG_RTL8723D
|
||||
|
Loading…
Reference in New Issue
Block a user