[PATCH v2] Input: Add missing event codes for common IR remote buttons

2018-11-03 Thread Derek Kelly
avoid conflict with powerpc KEY_SYSTEM define. Signed-off-by: Derek Kelly --- include/uapi/linux/input-event-codes.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 53fbae27b280..a15fd3c944d2

[PATCH] Input: Add missing event codes for common IR remote buttons

2018-11-02 Thread Derek Kelly
The following patch adds event codes for common buttons found on various provider and universal remote controls. They represent functions not covered by existing event codes. Once added, rc_keymaps can be updated accordingly where applicable. Signed-off-by: Derek Kelly --- include/uapi/linux