Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  rc-leadtek-y04g0051.c

  Sprache: C
 

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * LeadTek Y04G0051 remote controller keytable
 *
 * Copyright (C) 2010 Antti Palosaari <crope@iki.fi>
 */


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

static struct rc_map_table leadtek_y04g0051[] = {
 { 0x0300, KEY_POWER2 },
 { 0x0303, KEY_SCREEN },
 { 0x0304, KEY_RIGHT },
 { 0x0305, KEY_NUMERIC_1 },
 { 0x0306, KEY_NUMERIC_2 },
 { 0x0307, KEY_NUMERIC_3 },
 { 0x0308, KEY_LEFT },
 { 0x0309, KEY_NUMERIC_4 },
 { 0x030a, KEY_NUMERIC_5 },
 { 0x030b, KEY_NUMERIC_6 },
 { 0x030c, KEY_UP },
 { 0x030d, KEY_NUMERIC_7 },
 { 0x030e, KEY_NUMERIC_8 },
 { 0x030f, KEY_NUMERIC_9 },
 { 0x0310, KEY_DOWN },
 { 0x0311, KEY_AGAIN },
 { 0x0312, KEY_NUMERIC_0 },
 { 0x0313, KEY_OK },              /* 1st ok */
 { 0x0314, KEY_MUTE },
 { 0x0316, KEY_OK },              /* 2nd ok */
 { 0x031e, KEY_VIDEO },           /* 2nd video */
 { 0x031b, KEY_AUDIO },
 { 0x031f, KEY_TEXT },
 { 0x0340, KEY_SLEEP },
 { 0x0341, KEY_DOT },
 { 0x0342, KEY_REWIND },
 { 0x0343, KEY_PLAY },
 { 0x0344, KEY_FASTFORWARD },
 { 0x0345, KEY_TIME },
 { 0x0346, KEY_STOP },            /* 2nd stop */
 { 0x0347, KEY_RECORD },
 { 0x0348, KEY_CAMERA },
 { 0x0349, KEY_ESC },
 { 0x034a, KEY_NEW },
 { 0x034b, KEY_RED },
 { 0x034c, KEY_GREEN },
 { 0x034d, KEY_YELLOW },
 { 0x034e, KEY_BLUE },
 { 0x034f, KEY_MENU },
 { 0x0350, KEY_STOP },            /* 1st stop */
 { 0x0351, KEY_CHANNEL },
 { 0x0352, KEY_VIDEO },           /* 1st video */
 { 0x0353, KEY_EPG },
 { 0x0354, KEY_PREVIOUS },
 { 0x0355, KEY_NEXT },
 { 0x0356, KEY_TV },
 { 0x035a, KEY_VOLUMEDOWN },
 { 0x035b, KEY_CHANNELUP },
 { 0x035e, KEY_VOLUMEUP },
 { 0x035f, KEY_CHANNELDOWN },
};

static struct rc_map_list leadtek_y04g0051_map = {
 .map = {
  .scan     = leadtek_y04g0051,
  .size     = ARRAY_SIZE(leadtek_y04g0051),
  .rc_proto = RC_PROTO_NEC,
  .name     = RC_MAP_LEADTEK_Y04G0051,
 }
};

static int __init init_rc_map_leadtek_y04g0051(void)
{
 return rc_map_register(&leadtek_y04g0051_map);
}

static void __exit exit_rc_map_leadtek_y04g0051(void)
{
 rc_map_unregister(&leadtek_y04g0051_map);
}

module_init(init_rc_map_leadtek_y04g0051)
module_exit(exit_rc_map_leadtek_y04g0051)

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("LeadTek Y04G0051 remote controller keytable");

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

¤ Dauer der Verarbeitung: 0.12 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=277311
#Domains=655579