Re: [PATCH] toshiba_acpi: Add a module parameter to disable hotkeys registration

2016-02-07 Thread Darren Hart
On Mon, Jan 25, 2016 at 12:52:18PM -0700, Azael Avalos wrote: > Some laptop models have working hotkeys without the need of the driver > to activate them. > > This patch adds a module parameter to tell the driver not to register > the hotkeys. > > The new parameter is useful in DE less installati

[PATCH] toshiba_acpi: Add a module parameter to disable hotkeys registration

2016-01-25 Thread Azael Avalos
Some laptop models have working hotkeys without the need of the driver to activate them. This patch adds a module parameter to tell the driver not to register the hotkeys. The new parameter is useful in DE less installations or where the DE does not handle the hotkeys (see bug 99501). Signed-off