diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 14 |
2 files changed, 10 insertions, 5 deletions
diff --git a/images/NEWS b/images/NEWS index f8d2fdf11..421e4c0c7 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,4 +1,5 @@ - include crc32_generic for f2fs +- include more platform/x86 drivers - switch from xz to zstd compression (faster decompression) - sync with kernel 5.5 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 11ca7e13c..fafb2c097 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -340,11 +340,15 @@ our %l = ( qw(vgem), # drivers/platform/x86: - qw(acerhdf acer-wmi alienware-wmi amilo-rfkill apple-gmux asus-laptop asus-nb-wmi asus-wmi classmate-laptop compal-laptop dell-laptop), - qw(dell-smo8800 dell-wmi-aio dell-wmi eeepc-laptop eeepc-wmi fujitsu-laptop), - qw(fujitsu-tablet hdaps hp_accel hp-wireless hp-wmi ibm_rtl ideapad-laptop intel_ips intel_menlow intel_oaktrail intel-rst intel-smartconnect), - qw(msi-laptop msi-wmi mxm-wmi panasonic-laptop pvpanic samsung-laptop samsung-q10 shuttle-wmi sony-laptop thinkpad_acpi topstar-laptop), - qw(toshiba_acpi toshiba_bluetooth toshiba_haps wmi), + qw(acerhdf acer-wireless acer-wmi alienware-wmi amilo-rfkill apple-gmux asus-laptop asus-nb-wmi asus-wireless asus-wmi classmate-laptop compal-laptop), + qw(dcdbas dell-laptop dell-rbtn dell-smbios dell-smo8800 dell-wmi-aio dell-wmi-descriptor dell-wmi dell-wmi-led eeepc-laptop eeepc-wmi fujitsu-laptop), + qw(fujitsu-tablet gpd-pocket-fan hdaps hp_accel hp-wireless hp-wmi huawei-wmi i2c-multi-instantiate ibm_rtl ideapad-laptop intel_atomisp2_pm) + qw(intel_bxtwc_tmu intel_chtdc_ti_pwrbtn intel-hid intel_int0002_vgpio intel_ips intel_menlow intel_oaktrail intel_pmc_ipc intel_punit_ipc intel-rst), + qw(intel-smartconnect intel_telemetry_core intel_telemetry_debugfs intel_telemetry_pltdrv intel-vbtn intel-wmi-thunderbolt lg-laptop mlx-platform), + qw(msi-laptop msi-wmi mxm-wmi panasonic-laptop peaq-wmi samsung-laptop samsung-q10 shuttle-wmi sony-laptop surface3_button surface3-wmi), + qw(surfacepro3_button system76_acpi thinkpad_acpi topstar-laptop toshiba_acpi toshiba_bluetooth toshiba_haps toshiba-wmi wmi-bmof wmi xiaomi-wmi), + # no more a platform driver: + qw(pvpanic), # drivers/platform/chrome: qw(chromeos_laptop), |