aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-06-24 11:42:14 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-27 07:30:28 -0400
commit1910ea428f28e5731a2cea32b86e71953829f15d (patch)
tree3bd67ce89a72777df7fc4a1a22a46d4c0a40bf98 /Kbuild
parentmedia: dvb_frontend: split dvb_frontend_handle_ioctl function (diff)
downloadlinux-dev-1910ea428f28e5731a2cea32b86e71953829f15d.tar.xz
linux-dev-1910ea428f28e5731a2cea32b86e71953829f15d.zip
media: rc: Prefer KEY_NUMERIC_* for number buttons on remotes
Prefer KEY_NUMERIC_* for number buttons on remotes. Now all the remotes use KEY_NUMERIC_[0-9] for the number buttons rather than keys that could be affected by modifiers (Caps-Lock, or Num-Lock) or regional keymaps. Created using: sed -i 's/KEY_\([0-9]\) /KEY_NUMERIC_\1 /' *.c sed -i 's/KEY_\([0-9]\)}/KEY_NUMERIC_\1}/' *.c sed -i 's/``KEY_\([0-9]\)/``KEY_NUMERIC_\1/' Documentation/media/uapi/rc/rc-tables.rst Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions