summaryrefslogtreecommitdiff
blob: d16e9931034ecd7ffe8853b8595e5a675ce2950c (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
#
# LIRCD configuration file for Xbox DVD Kit
#
# Marko Friedemann <mfr@bmx-chemnitz.de>
#
#
# brand:             Microsoft
# model:             Xbox DVD Remote
# supported devices: Xbox DVD Remote via xpad-ir driver
#
# comment:           EXPERIMENTAL 
#

begin remote

    name  XboxDVDDongle
    bits           8

    begin codes
      
        SELECT		0x0b
	UP		0xa6
        DOWN		0xa7
	RIGHT		0xa8
        LEFT		0xa9
	INFO		0xc3
	
        9		0xc6
	8		0xc7
        7		0xc8
	6		0xc9
        5		0xca
	4		0xcb
        3		0xcc
	2		0xcd
        1		0xce
	0		0xcf
	
        DISPLAY		0xd5
	BACK		0xd8
        SKIP+		0xdd
	SKIP-		0xdf
        STOP		0xe0
	REVERSE		0xe2
        FORWARD		0xe3
	TITLE		0xe5
        PAUSE		0xe6
	PLAY		0xea
        MENU		0xf7
	  
      end codes

end remote