linux/drivers/media/rc/keymaps/rc-medion-x10-or2x.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Medion X10 OR22/OR24 RF remote keytable
 *
 * Copyright (C) 2012 Anssi Hannula <[email protected]>
 *
 * This keymap is for several Medion X10 remotes that have the Windows MCE
 * button. This has been tested with a "RF VISTA Remote Control", OR24V,
 * P/N 20035335, but should work with other variants that have the same
 * buttons, such as OR22V and OR24E.
 */

#include <linux/module.h>
#include <media/rc-map.h>

static struct rc_map_table medion_x10_or2x[] =;

static struct rc_map_list medion_x10_or2x_map =;

static int __init init_rc_map_medion_x10_or2x(void)
{}

static void __exit exit_rc_map_medion_x10_or2x(void)
{}

module_init()
module_exit()

MODULE_DESCRIPTION();
MODULE_AUTHOR();
MODULE_LICENSE();