Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/media/rc/keymaps/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  rc-tevii-nec.c   Sprache: C

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

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

static struct rc_map_table tevii_nec[] = {
 { 0x0a, KEY_POWER2},
 { 0x0c, KEY_MUTE},
 { 0x11, KEY_NUMERIC_1},
 { 0x12, KEY_NUMERIC_2},
 { 0x13, KEY_NUMERIC_3},
 { 0x14, KEY_NUMERIC_4},
 { 0x15, KEY_NUMERIC_5},
 { 0x16, KEY_NUMERIC_6},
 { 0x17, KEY_NUMERIC_7},
 { 0x18, KEY_NUMERIC_8},
 { 0x19, KEY_NUMERIC_9},
 { 0x10, KEY_NUMERIC_0},
 { 0x1c, KEY_MENU},
 { 0x0f, KEY_VOLUMEDOWN},
 { 0x1a, KEY_LAST},
 { 0x0e, KEY_OPEN},
 { 0x04, KEY_RECORD},
 { 0x09, KEY_VOLUMEUP},
 { 0x08, KEY_CHANNELUP},
 { 0x07, KEY_PVR},
 { 0x0b, KEY_TIME},
 { 0x02, KEY_RIGHT},
 { 0x03, KEY_LEFT},
 { 0x00, KEY_UP},
 { 0x1f, KEY_OK},
 { 0x01, KEY_DOWN},
 { 0x05, KEY_TUNER},
 { 0x06, KEY_CHANNELDOWN},
 { 0x40, KEY_PLAYPAUSE},
 { 0x1e, KEY_REWIND},
 { 0x1b, KEY_FAVORITES},
 { 0x1d, KEY_BACK},
 { 0x4d, KEY_FASTFORWARD},
 { 0x44, KEY_EPG},
 { 0x4c, KEY_INFO},
 { 0x41, KEY_AB},
 { 0x43, KEY_AUDIO},
 { 0x45, KEY_SUBTITLE},
 { 0x4a, KEY_LIST},
 { 0x46, KEY_F1},
 { 0x47, KEY_F2},
 { 0x5e, KEY_F3},
 { 0x5c, KEY_F4},
 { 0x52, KEY_F5},
 { 0x5a, KEY_F6},
 { 0x56, KEY_MODE},
 { 0x58, KEY_SWITCHVIDEOMODE},
};

static struct rc_map_list tevii_nec_map = {
 .map = {
  .scan     = tevii_nec,
  .size     = ARRAY_SIZE(tevii_nec),
  .rc_proto = RC_PROTO_UNKNOWN, /* Legacy IR type */
  .name     = RC_MAP_TEVII_NEC,
 }
};

static int __init init_rc_map_tevii_nec(void)
{
 return rc_map_register(&tevii_nec_map);
}

static void __exit exit_rc_map_tevii_nec(void)
{
 rc_map_unregister(&tevii_nec_map);
}

module_init(init_rc_map_tevii_nec)
module_exit(exit_rc_map_tevii_nec)

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Mauro Carvalho Chehab");
MODULE_DESCRIPTION("tevii-nec remote controller keytable");

Messung V0.5
C=99 H=99 G=98

¤ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.