mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Added 1 more VID/PID
This commit is contained in:
parent
082bfb9c54
commit
da4609dd66
25
README.md
25
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
|
||||
<b>This driver supports:</b><br>
|
||||
* frame injection
|
||||
* monitor mode
|
||||
* MESH mode
|
||||
* and kernels up to v5.0+ (rc3 tested)
|
||||
<br>
|
||||
<br>
|
||||
This is a pure Realtek release, not from vendor but from all the Realtek multichip "bases"<br>
|
||||
we've seen, this must be the newest, most stable and effective one.<br>
|
||||
The performance and code quality has been improved and thats about time.
|
||||
<br><br>
|
||||
# TODO
|
||||
* Finish the walkthrough of the base for understanding
|
||||
* Add more VID/PIDS for all 3 chipsets supported
|
||||
<br>
|
||||
more tba..
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user