blob: be478ca6b47a3b4067c7f80749b3481342032e4a (
plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
#### Requires kernel patches from
#### https://github.com/ensc/linux-saa716x/commits/3.6/saa716x-rebase
## Standard Remote control
0x160001 power
0x160018 mute
0x160003 kp1
0x160004 kp2
0x160005 kp3
0x160006 kp4
0x160007 kp5
0x160008 kp6
0x160009 kp7
0x16000a kp8
0x16000b kp9
0x16000c kp0
#0x160031 delete
0x160031 info
#0x16001a tv
0x16001a option
# 0x16001b tool
# 0x160027 menu
# 0x160021 opt
# 0x160002 backspace
0x16001b channel
0x160027 archive
0x160021 audio
0x160002 previous
0x160023 channelup
0x160024 channeldown
0x160012 menu # '!'
0x160019 subtitle # "TXT"
0x160025 volumeup
0x160026 volumedown
0x160014 red
0x160015 green
0x160016 yellow
0x160017 blue
0x16000d up
0x16000e left
0x160010 right
0x160011 down
0x16000f ok
0x160022 epg
0x160013 exit
0x160053 record
0x160054 rewind
#0x160055 playpause
0x160055 play
0x160056 forward
#0x160046 pvr
0x160046 fn_f1 # PVR
0x160047 previoussong
0x160035 stop
0x160030 nextsong
# last two rows of the standard remote control
0x21 fn_f2 # tv channel -
0x20 fn_f3 # tv channel +
0x11 fn_f4 # tv volume -
0x10 fn_f5 # tv volume +
0x0c fn_f6 # tv power
0x38 fn_f7 # tv input
## Hauppauge remote control
#0x1e003b goto # "Go"
0x1e003b program # "Go"
0x1e003d power
#0x1e001c tv
0x1e001c channel # "TV"
#0x1e0018 video # "Videos"
0x1e0018 archive # "Videos"
0x1e0019 audio # "Music"
#0x1e001a directory # "Pictures"
0x1e001a info # "Pictures"
0x1e001b epg # "Guide"
#0x1e000c radio
0x1e000c subtitle
0x1e0014 up
0x1e0015 down
0x1e0016 left
0x1e0017 right
0x1e0025 ok
0x1e001f exit # Back/Exit
0x1e000d menu
0x1e0010 volumeup
0x1e0011 volumedown
0x1e0012 previous # Prev.Ch
0x1e000f mute
0x1e0020 channelup
0x1e0021 channeldown
0x1e0037 record
0x1e0036 stop
0x1e0032 rewind
0x1e0034 forward
0x1e0035 play
0x1e0024 previoussong # |< replay
0x1e0030 pause
0x1e001e nextsong # >| Skip
0x1e0001 kp1
0x1e0002 kp2
0x1e0003 kp3
0x1e0004 kp4
0x1e0005 kp5
0x1e0006 kp6
0x1e0007 kp7
0x1e0008 kp8
0x1e0009 kp9
0x1e0000 kp0
#0x1e000a text # '*' "Text"
0x1e000a info # '*' "Text"
#0x1e000e subtitle # '#' Sub/CC
0x1e000e option # '#' Sub/CC
0x1e000b red
0x1e002e green
0x1e0038 yellow
0x1e0029 blue
|