Lines Matching +full:ch +full:- +full:func
1 // SPDX-License-Identifier: GPL-2.0+
2 // msi-tvanywhere-plus.h - Keytable for msi_tvanywhere_plus Remote Controller
4 // keymap imported from ir-keymaps.c
8 #include <media/rc-map.h>
27 /* ---- Remote Button Layout ----
38 CH+
39 VOL- VOL+
40 CH-
44 << FUNC >> RESET
67 same IR code as Ch+, Ch-, >>, and << . The raw code assigned
68 to them is the actual code + 0x20 - they will never be
71 { 0x3f, KEY_RIGHT }, /* |> and Ch+ */
72 { 0x37, KEY_LEFT }, /* <| and Ch- */
85 { 0x14, KEY_VOLUMEDOWN }, /* Vol- */
87 { 0x17, KEY_CHANNELDOWN }, /* Ch- */
88 { 0x1f, KEY_CHANNELUP }, /* Ch+ */