From 8097775c5cb08ad03e68485725f216f1b0983463 Mon Sep 17 00:00:00 2001 From: Bence Tamas Date: Thu, 27 Feb 2014 14:04:33 +0100 Subject: [PATCH] Adding support for GO-USB-N150 REV B1 --- 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 6712b5b..926b0fe 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -55,6 +55,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { /****** 8188EUS ********/ {USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */ {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ + {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ {} /* Terminating entry */ };