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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b27d12383e7a3049812007cded2f44e7e8769742;p=linux-firmware 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 a056ab0..1744c24 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 0000000..9c90f5d 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 0000000..2399853 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 0000000..0b0e2b5 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 0000000..7ca22a6 Binary files /dev/null and b/rtl_nic/rtl8153b-2.fw differ