mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
RTL8812AU: update to 928e27f from 4.3.22_beta branch
(works better for @sopparus)
This commit is contained in:
parent
cead6d4b5f
commit
b0d788a585
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="RTL8812AU"
|
PKG_NAME="RTL8812AU"
|
||||||
PKG_VERSION="9fc227c"
|
PKG_VERSION="928e27f"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
@ -30,7 +30,6 @@ PKG_PRIORITY="optional"
|
|||||||
PKG_SECTION="driver"
|
PKG_SECTION="driver"
|
||||||
PKG_SHORTDESC="Realtek RTL8812AU Linux 3.x driver"
|
PKG_SHORTDESC="Realtek RTL8812AU Linux 3.x driver"
|
||||||
PKG_LONGDESC="Realtek RTL8812AU Linux 3.x driver"
|
PKG_LONGDESC="Realtek RTL8812AU Linux 3.x driver"
|
||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -Naur RTL8812AU-9fc227c/os_dep/linux/usb_intf.c RTL8812AU-9fc227c.patch/os_dep/linux/usb_intf.c
|
diff -Naur RTL8812AU-928e27f/os_dep/linux/usb_intf.c RTL8812AU-928e27f.patch/os_dep/linux/usb_intf.c
|
||||||
--- RTL8812AU-9fc227c/os_dep/linux/usb_intf.c 2016-03-11 11:11:45.000000000 +0100
|
--- RTL8812AU-928e27f/os_dep/linux/usb_intf.c 2016-02-07 14:05:49.000000000 +0100
|
||||||
+++ RTL8812AU-9fc227c.patch/os_dep/linux/usb_intf.c 2016-03-11 11:56:52.508514651 +0100
|
+++ RTL8812AU-928e27f.patch/os_dep/linux/usb_intf.c 2016-03-16 11:34:32.884119151 +0100
|
||||||
@@ -300,6 +300,10 @@
|
@@ -167,6 +167,10 @@
|
||||||
{USB_DEVICE(0x13b1, 0x003f),.driver_info = RTL8812}, /* Linksys - WUSB6300 */
|
{USB_DEVICE(0x13b1, 0x003f),.driver_info = RTL8812}, /* Linksys - WUSB6300 */
|
||||||
{USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - T4U */
|
{USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - T4U */
|
||||||
{USB_DEVICE(0x2357, 0x0103),.driver_info = RTL8812}, /* TP-Link - T4UH */
|
{USB_DEVICE(0x2357, 0x0103),.driver_info = RTL8812}, /* TP-Link - T4UH */
|
||||||
@ -12,9 +12,9 @@ diff -Naur RTL8812AU-9fc227c/os_dep/linux/usb_intf.c RTL8812AU-9fc227c.patch/os_
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_RTL8821A
|
#ifdef CONFIG_RTL8821A
|
||||||
@@ -316,6 +320,15 @@
|
@@ -186,6 +190,15 @@
|
||||||
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - Cameo */
|
{USB_DEVICE(0x056E, 0x400E) , .driver_info = RTL8821}, /* ELECOM - ELECOM */
|
||||||
{USB_DEVICE(0x0E66, 0x0023),.driver_info = RTL8821}, /* HAWKING - Edimax */
|
{USB_DEVICE(0x056E, 0x400F) , .driver_info = RTL8821}, /* ELECOM - ELECOM */
|
||||||
{USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */
|
{USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */
|
||||||
+ /*=== Patched ID ===*/
|
+ /*=== Patched ID ===*/
|
||||||
+ {USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* OUTLINK - Edimax */
|
+ {USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* OUTLINK - Edimax */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user