linux/drivers/media/rc/keymaps/rc-pixelview-002t.c

// SPDX-License-Identifier: GPL-2.0+
// rc-pixelview-mk12.h - Keytable for pixelview Remote Controller
//
// keymap imported from ir-keymaps.c
//
// Copyright (c) 2010 by Mauro Carvalho Chehab

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

/*
 * Keytable for 002-T IR remote provided together with Pixelview
 * SBTVD Hybrid Remote Controller. Uses NEC extended format.
 */
static struct rc_map_table pixelview_002t[] =;

static struct rc_map_list pixelview_map =;

static int __init init_rc_map_pixelview(void)
{}

static void __exit exit_rc_map_pixelview(void)
{}

module_init()
module_exit()

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