Added 1 more VID/PID

This commit is contained in:
kimocoder 2019-02-11 00:57:45 +01:00
parent 082bfb9c54
commit da4609dd66
2 changed files with 20 additions and 7 deletions

View File

@ -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..

View File

@ -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