summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm8
-rw-r--r--mdk-stage1/NEWS1
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/install/NEWS1
5 files changed, 9 insertions, 4 deletions
diff --git a/images/NEWS b/images/NEWS
index 2f58933f6..4a14d6977 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel 5.10
+
Version 2.78 - 2 December 2020 by Martin Whitaker
- include michael_mic, needed for TKIP on older wireless devices
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 2c378ddbb..5e46ad709 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -36,7 +36,7 @@ our %l = (
qw(adin amd aquantia at803x bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 dp83869 et1011c fixed_phy icplus intel-xway),
qw(lxt marwell macb macb_pci marwell10g mdio-bcm-unimac mdio-bitbang mdio-cavium mdio_devres mdio-gpio mdio-i2c),
qw(mdio-mscc-mii mdio-thunder mdio-xpcs micrel microchip microchip_t1 mscc national nxp-tja11xx phylink),
- qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-intel-emmc phy-pxa-28nm-hsic),
+ qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-intel-emmc phy-intel-lgm-emmc phy-lgm-usb phy-pxa-28nm-hsic),
qw(phy-pxa-28nm-usb2 phy-qcom-usb-hs phy-qcom-usb-hsic phy-tusb1210),
qw(qsemi r8152 r815x realtek rockchip sfp smsc spi_ks8995 ste10Xp teranetics vitesse xilinx_gmii2rgmii),
],
@@ -64,7 +64,7 @@ our %l = (
],
wireless => [
qw(8812au 8821ce acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs),
- qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath10k_pci ath10k_sdio ath10k_usb ath5k ath6kl ath6kl_sdio ath6kl_usb ath9k ath9k_htc ath9k_pci_owl_loader),
+ qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath10k_pci ath10k_sdio ath10k_usb ath11k_pci ath5k ath6kl ath6kl_sdio ath6kl_usb ath9k ath9k_htc ath9k_pci_owl_loader),
qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax bcma brcm80211 brcmsmac brcmfmac carl9170 com20020_cs),
qw(dyc_ar5 hostap_cs hostap_pci hostap_plx i2400m_usb ipw2100),
qw(ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwldvm iwlmvm iwlwifi libertas_spi madwifi_pci),
@@ -160,7 +160,7 @@ our %l = (
usb => [ qw(bcma-hcd c67x00 dwc3-haps dwc3 dwc3-pci ehci-hcd ehci-pci ehci-platform ehci-tegra fhci fusbh200-hcd hwa-hc
imx21-hcd isp116x-hcd isp1362-hcd isp1760 ohci-hcd ohci-pci ohci-platform oxu210hp-hcd
r8a66597-hcd renesas-usbhs sl811_cs sl811-hcd ssb-hcd u132-hcd
- uhci-hcd usb-ohci usb-uhci vhci-hcd whci-hcd xhci-hcd xhci-pci xhci-plat-hcd) ],
+ uhci-hcd usb-ohci usb-uhci vhci-hcd whci-hcd xhci-hcd xhci-pci xhci-pci-renesas xhci-plat-hcd) ],
bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ],
firewire => [ qw(ohci1394) ],
i2c => [
@@ -181,7 +181,7 @@ our %l = (
hid-roccat-isku hid-roccat-kone hid-roccat-koneplus hid-roccat-konepure hid-roccat-kovaplus hid-roccat-lua
hid-roccat-pyra hid-roccat-ryos hid-roccat-savu hid-saitek hid-samsung hid-sensor-hub hid_sensor_accel_3d hid_sensor_gyro_3d hid_sensor_trigger hid-sjoy hid-sony
hid-speedlink hid_steam hid-steelseries hid-sunplus hid-tivo hid-tmff hid-topseed hid-twinhan
- hid-uclogic hid-waltop hid-wiimote hid-xinmo hid-zpff hid-zydacron wacom
+ hid-uclogic hid_vivaldi hid-waltop hid-wiimote hid-xinmo hid-zpff hid-zydacron wacom
intel-ish-ipc intel-ishtp-hid intel-ishtp intel-ishtp-loader) ],
#serial_cs
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index 7c4dc37d0..aa4d8a4d7 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,4 +1,5 @@
- recognize more rtw88_*
+- sync with kernel 5.10
2.51
diff --git a/perl-install/NEWS b/perl-install/NEWS
index f79388f11..73b28f315 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,4 +1,5 @@
- recognize more rtw88_*
+- recognize new kernel 5.10 drivers
Version 18.36 - 25 November 2020
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 4718acf2d..978645f9d 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- recognize more rtw88_*
+- recognize new kernel 5.10 drivers
- sync list for modules needing firmware with kernel 5.9
Version 18.35 - 20 November 2020