summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-10-14 18:02:05 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-10-14 18:02:49 +0200
commitb01e2829e9ad1edc406d5b043976b691e871788a (patch)
tree37be009e40fef0927765032fd995e01162bf996a
parent1e843d0ab14c64c77bfc49a15ff3e3e235341052 (diff)
downloaddrakx-b01e2829e9ad1edc406d5b043976b691e871788a.tar
drakx-b01e2829e9ad1edc406d5b043976b691e871788a.tar.gz
drakx-b01e2829e9ad1edc406d5b043976b691e871788a.tar.bz2
drakx-b01e2829e9ad1edc406d5b043976b691e871788a.tar.xz
drakx-b01e2829e9ad1edc406d5b043976b691e871788a.zip
sync with kernel 5.9
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm6
-rw-r--r--mdk-stage1/NEWS2
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/install/NEWS1
5 files changed, 9 insertions, 3 deletions
diff --git a/images/NEWS b/images/NEWS
index 02008ea4a..0d6bc7375 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel 5.9
+
Version 2.73 - 19 Aug 2020 by Thierry Vignaud
- sync with kernel 5.8
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index cc9c8b6a8..194af759d 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -34,7 +34,7 @@ our %l = (
qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139
# add all phys
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-gpio mdio-i2c),
+ 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-pxa-28nm-usb2 phy-qcom-usb-hs phy-qcom-usb-hsic phy-tusb1210),
@@ -75,7 +75,7 @@ our %l = (
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se rtl818x_pci r8188eu r8192ee r8723au rtl_pci rtl_usb rtusb rtwpci rtw88_8822be rtw88_8822ce),
qw(rtl8192se rtl8192cu rtl8192de rtl8192ee rtl8723ae rtl8723be rtl8821ae rtl8xxxu spectrum_cs sr9700 sr9800 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
- qw(wavelan_cs wcn36xx wfx wil6210 wl wl1251_sdio wl1251_spi wl12xx wl18xx wl3501_cs wlcore_sdio wvlan_cs zd1201 zd1211rw),
+ qw(wavelan_cs wcn36xx wfx wil6210 wilc1000-sdio wl wl1251_sdio wl1251_spi wl12xx wl18xx wl3501_cs wlcore_sdio wvlan_cs zd1201 zd1211rw),
],
isdn => [
qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hfc_usb hfc4s8s_l1 hisax hisax_st5481 hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci),
@@ -171,7 +171,7 @@ our %l = (
pcmcia => [
qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket), # cb_enabler
],
- hid => [ qw(amd-mp2-pcie amd-sfhtp-hid ff-memless hid hid-a4tech hid-apple hid-appleir hid-asus hid-aureal hid-axff hid-belkin hid-betopff hid_bigbenff
+ hid => [ qw(amd-mp2-pcie amd-sfhtp-hid ff-memless hid hid-a4tech hid-alps hid-apple hid-appleir hid-asus hid-aureal hid-axff hid-belkin hid-betopff hid_bigbenff
hid-cherry hid-chicony hid-cmedia hid-corsair hid-cougar hid-cp2112 hid-creative-sb0540 hid-cypress hid-dr hid-drff hid-elan hid-elecom hid-elo hid-emsff
hid-ezkey hid-gaff hid-gembird hid-generic hid-gfrm hid-google-hammer hid-gt683r hid-gyration hid-holtek-kbd hid-holtekff hid-holtek-mouse
hid-hyperv hid-icade hid-ite hid-jabra hid-kensington hid-keytouch hid-kye hid-lcpower hid-led hid-lenovo hid-lenovo-tpkbd hid-lg-g15
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index 829997315..6a22a5a3c 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel 5.9
+
2.48
- sync with kernel 5.8
diff --git a/perl-install/NEWS b/perl-install/NEWS
index f96633ebc..09d3c08af 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -4,6 +4,7 @@
o fix enabling saned (systemd socket, not xinetd)
- drakboot:
o keep timeout value when it's 0 (mga#27158)
+- recognize new kernel 5.9 drivers
Version 18.33 - 19 August 2020
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index fe3780aee..f5d7809d3 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -2,6 +2,7 @@
o include systemd sockets and timers
- bootloader:
o keep timeout value when it's 0 (mga#27158)
+- recognize new kernel 5.9 drivers
Version 18.33 - 19 August 2020