From f419d3c50cb06e36927a97d4543879e010bc6609 Mon Sep 17 00:00:00 2001 From: alfa-jpn Date: Wed, 25 Oct 2017 13:13:06 +0900 Subject: [PATCH] Adopt device ids from master. --- os_dep/usb_intf.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index c2331ca..968fb60 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -121,7 +121,13 @@ static void rtw_dev_shutdown(struct device *dev) {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */ \ /*=== Customer ID ===*/ \ /****** 8188EUS ********/ \ - {USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */ + {USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */ \ + {USB_DEVICE(0x0DF6, 0x0076)}, /* Sitecom N150 v2 */ \ + {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ \ + {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */ \ + {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ \ + {USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ \ + {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */ static struct usb_device_id rtw_usb_id_tbl[] ={ RTL8188E_USB_IDS