This file is indexed.

/usr/share/lirc/remotes/asus/lircd.conf.asusdh 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
#
# contributed by Bernhard Frauendienst <lirc|nospam.obeliks.de>
# 
# brand:	     Asus
# model:	     Asus DH Deluxe IR
#

begin remote

  name		AsusDH
  bits		32
  pre_data_bits	32
  pre_data	0xFF000000
  post_data_bits  0

	begin codes
	  KEY_POWER		0x01
	  QUICK_POWER		0x02
	  NOISE_OFF		0x03
	  WIFI			0x04
	  AP_LAUNCH		0x05
	  KEY_MAX		0x06
	  KEY_KPPLUS		0x07
	  REV			0x08
	  KEY_PLAYPAUSE		0x09
	  KEY_FORWARD		0x0A
	  KEY_KPMINUS		0x0B
        end codes

end remote

#
# contributed by Stanislav Obolevich <stas2k+lirc|nospam.gmail.com>
# 
# brand:	     Asus
# model:	     Asus AI Remote
#

begin remote

  name		AsusAI
  bits		32
  pre_data_bits	32
  pre_data	0xFF000000
  post_data_bits  0

	begin codes
	  POWER			0x01
	  MAXIMIZE		0x06
	  NOISE_OFF		0x03
	  SLEEP			0x04
	  AP1			0x0C
	  AP2			0x0D
	  AP_MENU		0x05
	  PLUS			0x07
	  REV			0x08
	  PLAY/PAUSE		0x09
	  FWD			0x0A
	  MINUS			0x0B
        end codes

end remote