So, we still have sensor-hub and acpi-button disabled using kernel config. I could patch the quirks into the kernel to skip loading those based on DMI data. However, that's a bit counter-productive as that's compiled in code and enumerates SKUs.
Can I instead use kernel command line to skip initializing those built-in and compiled modules?
Ie. would something like:
module_blacklist=hid-sensor-hub initcall_blacklist=acpi_button_driver_init
work, even when the kernel is configured with CONFIG_HID_SENSOR_HUB=m and CONFIG_ACPI_BUTTON=y ?
Also not sure if I got the initcall function name right.
I am asking because, it may be easier for me to control cmdline reliably, instead of distro kernel config.
aarch64-laptops@lists.linaro.org