On Thu, Nov 14, 2019 at 3:33 PM Bruno Dantas <kernel@xxxxxxxxxxxxxxxxxx> wrote: > > I realize that "button" is a kernel built-in and therefore cannot be disabled via "blacklist=button" boot parameter. So I thought I'd try initcall_blacklist=<function> but I cannot find an obvious module initialization function in button.c > > Please, how would one disable the button module? I'm looking for a method that would not involve recompiling the kernel. It definitely can be built as a module. Why exactly do you want to disable it?