commit | fec225a04330d0f222d24feb5bea045526031675 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Tue Sep 18 04:50:20 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Oct 05 06:54:26 2018 -0400 |
tree | 72a5c0ba7174160f0e7cf73041e4ce842d378082 | |
parent | be9c03e4120d42fcdb8debe3c6237629e51b8864 [diff] |
media: rc: some events are dropped by userspace libevdev (which is used by libinput) gets a list of keycodes from the input device on creation. Any events with keycodes which are not in this list are silently dropped. So, set all keycodes on device creation since we do not know which will be used if the keymap changes. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>