/usr/share/lirc/remotes/leadtek/lircd.conf.RM-0007 is in lirc-compat-remotes 0.9.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | # Made by Leandro Lucarella <luca@lugmen.org.ar>
#
# brand: Leadtek
# model: RM-0007 (bundeled with WinView 601TV card)
#
# Based on Winfast TV200:
# modified by CB
#
# contributed by Erik Christiansson, aka Sci
# www.alphafish.com
# erik@alphafish.com
#
# modifications based on the config files from
# Juan Toledo <toledo@users.sourceforge.net> and
# Markus Lischka <mlischka@users.sourceforge.net>
#
# With some modification based on a patch for WinView 601 made by
# Juan FC. <juan@kili.com.ar>
#
# Only CH_UP, CH_DOWN, VOL_UP and VOL_DOWN will repeat. This seems to
# be a hardware limitation.
#
begin remote
name RM-0007
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 40
aeps 100
header 9000 4500
one 629 1617
zero 629 495
ptrail 632
repeat 9000 2250
pre_data_bits 16
pre_data 0xC03F
gap 108000
toggle_bit 0
frequency 38000
duty_cycle 33
begin codes
# 1st row of buttons
KEY_POWER 0x00000000000000FF
KEY_MENU 0x000000000000807F
KEY_RADIO 0x00000000000040BF
PC/TV 0x000000000000C03F
# volume/channel
KEY_VOLUMEUP 0x00000000000020DF
KEY_VOLUMEDOWN 0x00000000000010EF
KEY_CHANNELUP 0x00000000000030CF
KEY_CHANNELDOWN 0x00000000000008F7
# numbers pad
KEY_1 0x000000000000A05F
KEY_2 0x000000000000609F
KEY_3 0x000000000000E01F
KEY_4 0x000000000000906F
KEY_5 0x00000000000050AF
KEY_6 0x000000000000D02F
KEY_7 0x000000000000B04F
KEY_8 0x000000000000708F
KEY_9 0x000000000000F00F
RETURN 0x0000000000008877
KEY_0 0x00000000000048B7
DISPLAY 0x000000000000C837
# unknown icon buttons
KEY_HELP 0x00000000000038C7
SCAN 0x000000000000A857
OSD 0x0000000000006897
KEY_OPTION 0x000000000000E817
# labeled buttons
KEY_MUTE 0x00000000000028D7
MTS 0x000000000000D827
KEY_VIDEO 0x0000000000007887
CC 0x000000000000F807
# color dots buttons
KEY_RED 0x00000000000018E7
KEY_GREEN 0x0000000000009867
KEY_YELLOW 0x00000000000058A7
KEY_BLUE 0x000000000000B847
end codes
end remote
|