rc-avermedia.c (020abf03cd659388f94cb328e1e1df0656e0d7ff) rc-avermedia.c (7a707b89202f905bd9f9fbde326933c59a81214c)
1/* avermedia.h - Keytable for avermedia Remote Controller
2 *
3 * keymap imported from ir-keymaps.c
4 *
5 * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13#include <media/rc-map.h>
1/* avermedia.h - Keytable for avermedia Remote Controller
2 *
3 * keymap imported from ir-keymaps.c
4 *
5 * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13#include <media/rc-map.h>
14#include <linux/module.h>
14
15/* Alex Hermann <gaaf@gmx.net> */
16
17static struct rc_map_table avermedia[] = {
18 { 0x28, KEY_1 },
19 { 0x18, KEY_2 },
20 { 0x38, KEY_3 },
21 { 0x24, KEY_4 },

--- 65 unchanged lines hidden ---
15
16/* Alex Hermann <gaaf@gmx.net> */
17
18static struct rc_map_table avermedia[] = {
19 { 0x28, KEY_1 },
20 { 0x18, KEY_2 },
21 { 0x38, KEY_3 },
22 { 0x24, KEY_4 },

--- 65 unchanged lines hidden ---