rc-geekbox.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) | rc-geekbox.c (3c910ecbdda4227abd145967774f92b1a3341493) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Keytable for the GeekBox remote controller 3 * 4 * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2/* 3 * Keytable for the GeekBox remote controller 4 * 5 * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com> |
5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 * 10 * You should have received a copy of the GNU General Public License 11 * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
12 */ 13 14#include <media/rc-map.h> 15#include <linux/module.h> 16 17static struct rc_map_table geekbox[] = { 18 { 0x01, KEY_BACK }, 19 { 0x02, KEY_DOWN }, --- 36 unchanged lines hidden --- | 6 */ 7 8#include <media/rc-map.h> 9#include <linux/module.h> 10 11static struct rc_map_table geekbox[] = { 12 { 0x01, KEY_BACK }, 13 { 0x02, KEY_DOWN }, --- 36 unchanged lines hidden --- |