platform/x86: fujitsu-laptop: model-dependent sparse keymap overrides
authorMichał Kępień <kernel@kempniu.pl>
Mon, 20 Mar 2017 09:32:23 +0000 (10:32 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Thu, 13 Apr 2017 17:14:31 +0000 (10:14 -0700)
commitf8c94ecd8f6adf241f7cbfdc3e004e94b0238fc8
tree897a6d7e5b2306e77ac9162b9ae4e8b65f7019e3
parent527483a8e1cf6c78b4e15545d57013d9a958482a
platform/x86: fujitsu-laptop: model-dependent sparse keymap overrides

Some laptop models need to have different keycodes assigned to hotkey
scancodes.  Change the sparse keymap upon a DMI match, before the hotkey
input device is setup.

Instead of using three different callbacks in the DMI match table,
simplify code by using the driver_data field of struct dmi_system_id to
supply the requested keymap to a common callback.  Also merge keymaps
for S6410 and S6420 as they are identical.

Rename fujitsu_dmi_table to fujitsu_laptop_dmi_table to emphasize it is
no longer used by the backlight part of fujitsu-laptop.  Adjust
whitespace to make checkpatch happy.

Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/fujitsu-laptop.c