From 082bfb9c547338cc061861d7c5ac344d06679fd3 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Mon, 11 Feb 2019 00:15:55 +0100 Subject: [PATCH] Added 1 VID/PID and removed 1 execute permission --- os_dep/linux/ioctl_cfg80211.c | 0 os_dep/linux/usb_intf.c | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 os_dep/linux/ioctl_cfg80211.c diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index b872ccf..0ea6dfb 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -150,7 +150,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179), .driver_info = RTL8188E}, /* 8188ETV */ /*=== Customer ID ===*/ /****** 8188EUS ********/ - {USB_DEVICE(0x07B8, 0x8179), .driver_info = RTL8188E}, /* Abocom - Abocom */ + {USB_DEVICE(0x07B8, 0x8179), .driver_info = RTL8188E}, /* TP-Link */ + {USB_DEVICE(0x0bda, 0x8179), .driver_info = RTL8188E}, /* Abocom - Abocom */ #endif #ifdef CONFIG_RTL8812A