From d77f695056e9c8c92f732444cf7e21d579456cea Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 26 Sep 2013 12:39:39 -0500 Subject: [PATCH] rtl8188eu: Add support for DLINK DWA-125 REV D1 User sergforce reported this on the GitHub issues list. Signed-off-by: Larry Finger --- os_dep/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index aa8b3ea..169127a 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -107,6 +107,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { /*=== Customer ID ===*/ /****** 8188EUS ********/ {USB_DEVICE(0x8179, 0x07B8)}, /* Abocom - Abocom */ + {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ {} /* Terminating entry */ };