Commit d19497e2 authored by Niels de Vos's avatar Niels de Vos Committed by Dmitry Torokhov

Input: serio_raw - allow attaching to translated (SERIO_I8042XL) ports

serio_raw only binds to non-translated devices. Enable serio_raw to
bind to normal (translated) keyboards which can have non-standard
extensions (like POS Keyboards). With this it is possible to send
commands to the device over /dev/serio_raw<n>.
Signed-off-by: default avatarNiels de Vos <niels.devos@wincor-nixdorf.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 67d47641
......@@ -373,6 +373,12 @@ static struct serio_device_id serio_raw_serio_ids[] = {
.id = SERIO_ANY,
.extra = SERIO_ANY,
},
{
.type = SERIO_8042_XL,
.proto = SERIO_ANY,
.id = SERIO_ANY,
.extra = SERIO_ANY,
},
{ 0 }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment