Skip to content

Commit

Permalink
Input: add BUS_CEC type
Browse files Browse the repository at this point in the history
Inputs can come in over the HDMI CEC bus, so add a new type for this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Hans Verkuil authored and Dmitry Torokhov committed Jun 18, 2016
1 parent 2dcd0af commit 3720b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ struct input_mask {
#define BUS_ATARI 0x1B
#define BUS_SPI 0x1C
#define BUS_RMI 0x1D
#define BUS_CEC 0x1E

/*
* MT_TOOL types
Expand Down

0 comments on commit 3720b69

Please sign in to comment.