This file is indexed.

/usr/share/lirc/extras/more_remotes/msi/lircd.conf.tvanywhere is in lirc 0.9.0-0ubuntu6.

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
# $Id: TVatnywhere,v 1.4 2006/04/19 05:50:12 grog Exp $
#
# Configuration file for MSI TV@nywhere Master using the tuner's IR
# receiver.  This will probably also apply to the MSI TV@nywhere (not
# "Master").  The current configuration file for the TV@nywhere remote
# control interfaces via an external card.
#
# Contributed by Greg Lehey, 19 April 2006
# brand:                       TV@nywhere Master
# model no. of remote control:  not marked
#
# See http://www.lemis.com/grog/Thumbnails-20060419.html for a photo
# of the remote control.
#
# To configure:
#
# 1.  Install a recent Linux kernel (I used 2.6.16) with the cx88
#     driver.  This kernel should automatically detect card and IR
#     control.
#
# 2.  The IR remote control will appear as a device in
#     /dev/input/eventX.  To find out the value of X, check in
#     /proc/bus/input/devices.  You should see something like:
#
#  I: Bus=0001 Vendor=1462 Product=8606 Version=0001
#  N: Name="cx88 IR (MSI TV-@nywhere Master"
#  P: Phys=pci-0000:01:08.0/ir0
#  S: Sysfs=/class/input/input2
#  H: Handlers=kbd event2
#  B: EV=100003
#  B: KEY=20c0000 800000 0 0 0 4 10000 100 0 1e0000 0 2 10100ffc
#
# The 2 in the line starting with H: gives the clue as to the device
# name; it's /dev/input/event2.
#
# 3.  Put this file in /etc/lircd.conf (possibly along with others).
#
# 4.  Start lircd like this:
#
#     lircd -H dev/input -d /dev/input/event2

begin remote

  name  	TVatnywhere_Master
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   16
  pre_data       0x8001
  gap          175846
  toggle_bit      0


      begin codes
          FullScreen               0x0177
          MTS                      0x00E2
          Function                 0x0021
          Power                    0x0074
          1                        0x0002
          2                        0x0003
          3                        0x0004
          4                        0x0005
          5                        0x0006
          6                        0x0007
          7                        0x0008
          8                        0x0009
          9                        0x000A
          0                        0x000B
          ChUp                     0x0192
          ChDown                   0x0193
          VolUp                    0x0073
          VolDown                  0x0072
          T-shift                  0x0014
          Return                   0x001C
          Rewind                   0x00A8
          Play                     0x0199
          FFWD                     0x00D0
          Mute                     0x0071
      end codes

end remote