Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  rc-tt-1500.c

  Sprache: C
 

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

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

/* for the Technotrend 1500 bundled remotes (grey and black): */

static struct rc_map_table tt_1500[] = {
 { 0x1501, KEY_POWER },
 { 0x1502, KEY_SHUFFLE },  /* ? double-arrow key */
 { 0x1503, KEY_NUMERIC_1 },
 { 0x1504, KEY_NUMERIC_2 },
 { 0x1505, KEY_NUMERIC_3 },
 { 0x1506, KEY_NUMERIC_4 },
 { 0x1507, KEY_NUMERIC_5 },
 { 0x1508, KEY_NUMERIC_6 },
 { 0x1509, KEY_NUMERIC_7 },
 { 0x150a, KEY_NUMERIC_8 },
 { 0x150b, KEY_NUMERIC_9 },
 { 0x150c, KEY_NUMERIC_0 },
 { 0x150d, KEY_UP },
 { 0x150e, KEY_LEFT },
 { 0x150f, KEY_OK },
 { 0x1510, KEY_RIGHT },
 { 0x1511, KEY_DOWN },
 { 0x1512, KEY_INFO },
 { 0x1513, KEY_EXIT },
 { 0x1514, KEY_RED },
 { 0x1515, KEY_GREEN },
 { 0x1516, KEY_YELLOW },
 { 0x1517, KEY_BLUE },
 { 0x1518, KEY_MUTE },
 { 0x1519, KEY_TEXT },
 { 0x151a, KEY_MODE },  /* ? TV/Radio */
 { 0x1521, KEY_OPTION },
 { 0x1522, KEY_EPG },
 { 0x1523, KEY_CHANNELUP },
 { 0x1524, KEY_CHANNELDOWN },
 { 0x1525, KEY_VOLUMEUP },
 { 0x1526, KEY_VOLUMEDOWN },
 { 0x1527, KEY_SETUP },
 { 0x153a, KEY_RECORD },  /* these keys are only in the black remote */
 { 0x153b, KEY_PLAY },
 { 0x153c, KEY_STOP },
 { 0x153d, KEY_REWIND },
 { 0x153e, KEY_PAUSE },
 { 0x153f, KEY_FORWARD },
};

static struct rc_map_list tt_1500_map = {
 .map = {
  .scan     = tt_1500,
  .size     = ARRAY_SIZE(tt_1500),
  .rc_proto = RC_PROTO_RC5,
  .name     = RC_MAP_TT_1500,
 }
};

static int __init init_rc_map_tt_1500(void)
{
 return rc_map_register(&tt_1500_map);
}

static void __exit exit_rc_map_tt_1500(void)
{
 rc_map_unregister(&tt_1500_map);
}

module_init(init_rc_map_tt_1500)
module_exit(exit_rc_map_tt_1500)

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Mauro Carvalho Chehab");
MODULE_DESCRIPTION("Technotrend 1500 remote controller keytable");

Messung V0.5 in Prozent
C=92 H=93 G=92

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579