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

Adding support wifi USB dongle from comfast

Comfast CF-915AC
http://en.comfast.com.cn/product/item-226.html
Bus 001 Device 010: ID 0bda:a811 Realtek Semiconductor Corp.
This commit is contained in:
BS 2017-01-03 16:14:32 +01:00 committed by GitHub
parent cf09446c0c
commit d6758c3b59

View File

@ -322,6 +322,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* BUFFALO - Edimax */
{USB_DEVICE(0x0411, 0x025D),.driver_info = RTL8821}, /* BUFFALO - WI-U3-866D */
{USB_DEVICE(0x056E, 0x4007),.driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */
{USB_DEVICE(0x0BDA, 0xa811),.driver_info = RTL8821}, /* Comcast - CF-915AC */
#endif
#ifdef CONFIG_RTL8192E