From da4609dd662d652b0f759b59d36ad3ae33306c6b Mon Sep 17 00:00:00 2001 From: kimocoder Date: Mon, 11 Feb 2019 00:57:45 +0100 Subject: [PATCH] Added 1 more VID/PID --- README.md | 25 ++++++++++++++++++------- os_dep/linux/usb_intf.c | 2 ++ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 66b604e..0112b86 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -# rtl8188eus v5.3.9 - -## Realtek rtl8188eus & rtl8188etv WiFi driver -## Supports MESH mode, monitor mode and kernel v5.0+ - -This is a pure Realtek release, not from vendor. -more information will come here soon. +## rtl8188eus v5.3.9 +# Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi driver +This driver supports:
+* frame injection +* monitor mode +* MESH mode +* and kernels up to v5.0+ (rc3 tested) +
+
+This is a pure Realtek release, not from vendor but from all the Realtek multichip "bases"
+we've seen, this must be the newest, most stable and effective one.
+The performance and code quality has been improved and thats about time. +

+# TODO +* Finish the walkthrough of the base for understanding +* Add more VID/PIDS for all 3 chipsets supported +
+more tba.. diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 0ea6dfb..39f74d6 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -152,6 +152,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = { /****** 8188EUS ********/ {USB_DEVICE(0x07B8, 0x8179), .driver_info = RTL8188E}, /* TP-Link */ {USB_DEVICE(0x0bda, 0x8179), .driver_info = RTL8188E}, /* Abocom - Abocom */ + {USB_DEVICE(0x2357, 0x010c), .driver_info = RTL8188E}, /* TP-WL722n v2/v3/v4 */ + #endif #ifdef CONFIG_RTL8812A