Update usb_intf.c

This commit is contained in:
lucifer591 2018-02-14 21:27:10 +08:00 committed by GitHub
parent 4094004320
commit c6886fabc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x2019, 0xab33),.driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */ {USB_DEVICE(0x2019, 0xab33),.driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */
/*=== Customer ID ===*/ /*=== Customer ID ===*/
{USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */ {USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */
{USB_DEVICE(0x0BDA, 0x818B),.driver_info = RTL8192E}, /* Tenda - U3 */
#endif #endif
#ifdef CONFIG_RTL8723B #ifdef CONFIG_RTL8723B