From: Hayes Wang Date: Wed, 23 Oct 2019 03:39:55 +0000 (+0800) Subject: rtl_nic: add firmware files for RTL8153 X-Git-Tag: 20191215~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b27d12383e7a3049812007cded2f44e7e8769742;p=thirdparty%2Flinux-firmware.git rtl_nic: add firmware files for RTL8153 This adds the firmware for Realtek RTL8153 Based USB Ethernet Adapters. 1. Fix compatible issue for Asmedia hub. 2. Fix compatible issue for Compal platform. 3. Fix sometimes the device is lost after rebooting. 4. Improve the compatibility for EEE. Signed-off-by: Hayes Wang Signed-off-by: Josh Boyer --- diff --git a/WHENCE b/WHENCE index a056ab0a..1744c24f 100644 --- a/WHENCE +++ b/WHENCE @@ -2968,6 +2968,17 @@ Licence: -------------------------------------------------------------------------- +Driver: r8152 - Realtek RTL8152/RTL8153 Based USB Ethernet Adapters + +File: rtl_nic/rtl8153a-2.fw +File: rtl_nic/rtl8153a-3.fw +File: rtl_nic/rtl8153a-4.fw +File: rtl_nic/rtl8153b-2.fw + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + Driver: vt6656 - VIA VT6656 USB wireless driver File: vntwusb.fw diff --git a/rtl_nic/rtl8153a-2.fw b/rtl_nic/rtl8153a-2.fw new file mode 100644 index 00000000..9c90f5d9 Binary files /dev/null and b/rtl_nic/rtl8153a-2.fw differ diff --git a/rtl_nic/rtl8153a-3.fw b/rtl_nic/rtl8153a-3.fw new file mode 100644 index 00000000..23998533 Binary files /dev/null and b/rtl_nic/rtl8153a-3.fw differ diff --git a/rtl_nic/rtl8153a-4.fw b/rtl_nic/rtl8153a-4.fw new file mode 100644 index 00000000..0b0e2b53 Binary files /dev/null and b/rtl_nic/rtl8153a-4.fw differ diff --git a/rtl_nic/rtl8153b-2.fw b/rtl_nic/rtl8153b-2.fw new file mode 100644 index 00000000..7ca22a65 Binary files /dev/null and b/rtl_nic/rtl8153b-2.fw differ