]> Git Repo - linux.git/commitdiff
Input: change KEY_DATA from 0x275 to 0x277
authorPing Cheng <[email protected]>
Mon, 28 Nov 2016 21:20:51 +0000 (13:20 -0800)
committerDmitry Torokhov <[email protected]>
Wed, 30 Nov 2016 16:59:26 +0000 (08:59 -0800)
0x275 is used by KEY_FASTREVERSE.

Fixes: 488326947cd1 ("Input: add HDMI CEC specific keycodes")
Signed-off-by: Ping Cheng <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Cc: [email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
include/uapi/linux/input-event-codes.h

index d6d071fc3c568249bf70f24602f95770eb1643df..3af60ee69053322b9c6ca72d3120ce9f23da1c80 100644 (file)
  * Control a data application associated with the currently viewed channel,
  * e.g. teletext or data broadcast application (MHEG, MHP, HbbTV, etc.)
  */
-#define KEY_DATA                       0x275
+#define KEY_DATA                       0x277
 
 #define BTN_TRIGGER_HAPPY              0x2c0
 #define BTN_TRIGGER_HAPPY1             0x2c0
This page took 0.063103 seconds and 4 git commands to generate.