Browse Source

Merge pull request #103 from nbartos/new-device

Add new device id for GMYLE AC450.
Ole Petter Bang 8 years ago
parent
commit
902aead650
1 changed files with 1 additions and 0 deletions
  1. 1 0
      os_dep/linux/usb_intf.c

+ 1 - 0
os_dep/linux/usb_intf.c

@@ -295,6 +295,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
 	{USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* BUFFALO - Edimax */
 	{USB_DEVICE(0x056E, 0x4007),.driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */
 	{USB_DEVICE(0x04BB, 0x0953),.driver_info = RTL8821}, /* I-O DATA - WN-AC433UA */
+	{USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* GMYLE - AC450 */
 #endif
 
 #ifdef CONFIG_RTL8192E