Lircd.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
| (4 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| + | Konfigurationsdatei von [[LIRC]]. | ||
| + | |||
| + | {{Box Datei | [[Struktur|/etc]]/lircd.conf | | ||
<pre> | <pre> | ||
# | # | ||
| Zeile 35: | Zeile 38: | ||
begin codes | begin codes | ||
| − | + | Power 0x000000000000000C | |
1 0x0000000000000001 | 1 0x0000000000000001 | ||
2 0x0000000000000002 | 2 0x0000000000000002 | ||
| Zeile 46: | Zeile 49: | ||
9 0x0000000000000009 | 9 0x0000000000000009 | ||
0 0x0000000000000000 | 0 0x0000000000000000 | ||
| − | + | Back 0x000000000000003A | |
| − | + | Menu 0x000000000000000B | |
| − | + | Up 0x0000000000000020 | |
| − | + | Down 0x0000000000000021 | |
| − | + | Right 0x0000000000000010 | |
| − | + | Left 0x0000000000000011 | |
| − | + | Ok 0x0000000000000023 | |
| − | + | Volume+ 0x000000000000003F | |
| − | + | Volume- 0x000000000000003C | |
| − | + | Mute 0x000000000000000D | |
| − | + | Red 0x000000000000001B | |
| − | + | Green 0x000000000000001A | |
| − | + | Yellow 0x000000000000002B | |
| − | + | Blue 0x0000000000000028 | |
| + | Reserve_1 0x00000000000000?? | ||
| + | Reserve_2 0x00000000000000?? | ||
end codes | end codes | ||
end remote | end remote | ||
</pre> | </pre> | ||
| + | }} | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] | ||
Aktuelle Version vom 13. April 2006, 19:11 Uhr
Konfigurationsdatei von LIRC.
/etc/lircd.conf
#
# Copyright (C) 1999 Christoph Bartelmus
#
# You may only use this file if you make it available to others,
# i.e. if you send it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.6.3(serial) on Fri Mar 23 00:15:54 2001
#
# contributed by
#
# brand: lircd.conf
# model:
# supported devices:
#
begin remote
name lircd.conf
bits 6
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 925 861
zero 925 861
plead 976
pre_data_bits 7
pre_data 0x40
gap 113203
min_repeat 1
toggle_bit 2
begin codes
Power 0x000000000000000C
1 0x0000000000000001
2 0x0000000000000002
3 0x0000000000000003
4 0x0000000000000004
5 0x0000000000000005
6 0x0000000000000006
7 0x0000000000000007
8 0x0000000000000008
9 0x0000000000000009
0 0x0000000000000000
Back 0x000000000000003A
Menu 0x000000000000000B
Up 0x0000000000000020
Down 0x0000000000000021
Right 0x0000000000000010
Left 0x0000000000000011
Ok 0x0000000000000023
Volume+ 0x000000000000003F
Volume- 0x000000000000003C
Mute 0x000000000000000D
Red 0x000000000000001B
Green 0x000000000000001A
Yellow 0x000000000000002B
Blue 0x0000000000000028
Reserve_1 0x00000000000000??
Reserve_2 0x00000000000000??
end codes
end remote