mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-08-03 23:06:36 +09:00
Added 1 VID/PID and removed 1 execute permission
This commit is contained in:
0
os_dep/linux/ioctl_cfg80211.c
Executable file → Normal file
0
os_dep/linux/ioctl_cfg80211.c
Executable file → Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user