linux/drivers/media/rc/keymaps/rc-rc6-mce.c

// SPDX-License-Identifier: GPL-2.0-or-later
/* rc-rc6-mce.c - Keytable for Windows Media Center RC-6 remotes for use
 * with the Media Center Edition eHome Infrared Transceiver.
 *
 * Copyright (c) 2010 by Jarod Wilson <[email protected]>
 *
 * See http://mediacenterguides.com/book/export/html/31 for details on
 * key mappings.
 */

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

static struct rc_map_table rc6_mce[] =;

static struct rc_map_list rc6_mce_map =;

static int __init init_rc_map_rc6_mce(void)
{}

static void __exit exit_rc_map_rc6_mce(void)
{}

module_init()
module_exit()

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