diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/images/NEWS b/images/NEWS index 83dc6a90a..056e9945c 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add chromeos_laptop (mga#24891) + Version 2.63 - 1 June 2019 by Martin Whitaker - add cyapatp (mga#24891) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 3d2a1a3be..664ca9909 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -341,6 +341,8 @@ our %l = ( 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), + # drivers/platform/chrome: + qw(chromeos_laptop), #- these need checking qw(rrunner meye), |