blob: ceadbf0c3748e4e02da623cd406e359b9c35548b (
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
|
#
# contributed by Tibor Sipos <tibors@moravia-it.com> and
# Stefan Jahn <stefan@lkcc.org>
#
# brand: Asus
# model: Asus TV-Box Remote Control
#
begin remote
name Asus TV-Box IR
bits 8
eps 30
aeps 100
one 0 0
zero 0 0
gap 1399999
toggle_bit 0
begin codes
0 0x0000000000000000
1 0x0000000000000008
2 0x0000000000000010
3 0x0000000000000018
4 0x0000000000000020
5 0x0000000000000028
6 0x0000000000000030
7 0x0000000000000038
8 0x0000000000000040
9 0x0000000000000048
PREV 0x0000000000000050
ENTER 0x0000000000000058
CH+ 0x0000000000000060
CH- 0x0000000000000068
VOL+ 0x0000000000000070
VOL- 0x0000000000000078
MAXIMIZE 0x0000000000000080
MUTE 0x0000000000000088
POWER 0x0000000000000090
MENU 0x0000000000000098
UP 0x00000000000000A0
DOWN 0x00000000000000A8
LEFT 0x00000000000000B0
RIGHT 0x00000000000000B8
CAPTION 0x00000000000000C0
MTS/SAP 0x00000000000000C8
DISPLAY 0x00000000000000D0
SCAN 0x00000000000000D8
RED 0x00000000000000E0
GREEN 0x00000000000000E8
YELLOW 0x00000000000000F0
BLUE 0x00000000000000F8
end codes
end remote
|