Skip to content

Commit 2425f18

Browse files
Pinglinuxdtor
authored andcommitted
Input: change KEY_DATA from 0x275 to 0x277
0x275 is used by KEY_FASTREVERSE. Fixes: 4883269 ("Input: add HDMI CEC specific keycodes") Signed-off-by: Ping Cheng <ping.cheng@wacom.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent e9fb7cc commit 2425f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/input-event-codes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
* Control a data application associated with the currently viewed channel,
641641
* e.g. teletext or data broadcast application (MHEG, MHP, HbbTV, etc.)
642642
*/
643-
#define KEY_DATA 0x275
643+
#define KEY_DATA 0x277
644644

645645
#define BTN_TRIGGER_HAPPY 0x2c0
646646
#define BTN_TRIGGER_HAPPY1 0x2c0

0 commit comments

Comments
 (0)