From 0c71b01fc375b8045a01760b591aa3f032d3d48c Mon Sep 17 00:00:00 2001 From: Mutsutoshi Yoshimoto Date: Tue, 30 Dec 2014 11:19:17 +0900 Subject: [PATCH] Added USB ID for Planex GW-450S --- os_dep/linux/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 323a655..a461418 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -288,6 +288,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={ {USB_DEVICE(0x7392, 0xA812),.driver_info = RTL8821}, /* Edimax - EW-7811UTC */ {USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */ {USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */ + {USB_DEVICE(0x2019, 0xAB32),.driver_info = RTL8821}, /* Planex - GW-450S */ #endif