linux/drivers/media/rc/keymaps/rc-trekstor.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * TrekStor remote controller keytable
 *
 * Copyright (C) 2010 Antti Palosaari <[email protected]>
 */

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

/* TrekStor DVB-T USB Stick remote controller. */
/* Imported from af9015.h.
   Initial keytable was from Marc Schneider <[email protected]> */
static struct rc_map_table trekstor[] =;

static struct rc_map_list trekstor_map =;

static int __init init_rc_map_trekstor(void)
{}

static void __exit exit_rc_map_trekstor(void)
{}

module_init()
module_exit()

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