mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
asus-laptop: log unknown keys
Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
committed by
Matthew Garrett
parent
eecc5bbc61
commit
e0ac913374
@@ -1364,8 +1364,10 @@ static int pega_rfkill_init(struct asus_laptop *asus)
|
||||
*/
|
||||
static void asus_input_notify(struct asus_laptop *asus, int event)
|
||||
{
|
||||
if (asus->inputdev)
|
||||
sparse_keymap_report_event(asus->inputdev, event, 1, true);
|
||||
if (!asus->inputdev)
|
||||
return ;
|
||||
if (!sparse_keymap_report_event(asus->inputdev, event, 1, true))
|
||||
pr_info("Unknown key %x pressed\n", event);
|
||||
}
|
||||
|
||||
static int asus_input_init(struct asus_laptop *asus)
|
||||
|
||||
Reference in New Issue
Block a user