~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/extras/more_remotes/msi/lircd.conf.tvanywhere

  • Committer: Mario Limonciello
  • Date: 2009-10-10 02:05:56 UTC
  • mfrom: (114.1.12 ubuntu)
  • Revision ID: superm1@ubuntu.com-20091010020556-wl6h56405u92myro
merge with jeremey's branch again.  any fixes will come up in following commits.  much easier that way

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: TVatnywhere,v 1.4 2006/04/19 05:50:12 grog Exp $
 
2
#
 
3
# Configuration file for MSI TV@nywhere Master using the tuner's IR
 
4
# receiver.  This will probably also apply to the MSI TV@nywhere (not
 
5
# "Master").  The current configuration file for the TV@nywhere remote
 
6
# control interfaces via an external card.
 
7
#
 
8
# Contributed by Greg Lehey, 19 April 2006
 
9
# brand:                       TV@nywhere Master
 
10
# model no. of remote control:  not marked
 
11
#
 
12
# See http://www.lemis.com/grog/Thumbnails-20060419.html for a photo
 
13
# of the remote control.
 
14
#
 
15
# To configure:
 
16
#
 
17
# 1.  Install a recent Linux kernel (I used 2.6.16) with the cx88
 
18
#     driver.  This kernel should automatically detect card and IR
 
19
#     control.
 
20
#
 
21
# 2.  The IR remote control will appear as a device in
 
22
#     /dev/input/eventX.  To find out the value of X, check in
 
23
#     /proc/bus/input/devices.  You should see something like:
 
24
#
 
25
#  I: Bus=0001 Vendor=1462 Product=8606 Version=0001
 
26
#  N: Name="cx88 IR (MSI TV-@nywhere Master"
 
27
#  P: Phys=pci-0000:01:08.0/ir0
 
28
#  S: Sysfs=/class/input/input2
 
29
#  H: Handlers=kbd event2
 
30
#  B: EV=100003
 
31
#  B: KEY=20c0000 800000 0 0 0 4 10000 100 0 1e0000 0 2 10100ffc
 
32
#
 
33
# The 2 in the line starting with H: gives the clue as to the device
 
34
# name; it's /dev/input/event2.
 
35
#
 
36
# 3.  Put this file in /etc/lircd.conf (possibly along with others).
 
37
#
 
38
# 4.  Start lircd like this:
 
39
#
 
40
#     lircd -H dev/input -d /dev/input/event2
 
41
 
 
42
begin remote
 
43
 
 
44
  name          TVatnywhere_Master
 
45
  bits           16
 
46
  eps            30
 
47
  aeps          100
 
48
 
 
49
  one             0     0
 
50
  zero            0     0
 
51
  pre_data_bits   16
 
52
  pre_data       0x8001
 
53
  gap          175846
 
54
  toggle_bit      0
 
55
 
 
56
 
 
57
      begin codes
 
58
          FullScreen               0x0177
 
59
          MTS                      0x00E2
 
60
          Function                 0x0021
 
61
          Power                    0x0074
 
62
          1                        0x0002
 
63
          2                        0x0003
 
64
          3                        0x0004
 
65
          4                        0x0005
 
66
          5                        0x0006
 
67
          6                        0x0007
 
68
          7                        0x0008
 
69
          8                        0x0009
 
70
          9                        0x000A
 
71
          0                        0x000B
 
72
          ChUp                     0x0192
 
73
          ChDown                   0x0193
 
74
          VolUp                    0x0073
 
75
          VolDown                  0x0072
 
76
          T-shift                  0x0014
 
77
          Return                   0x001C
 
78
          Rewind                   0x00A8
 
79
          Play                     0x0199
 
80
          FFWD                     0x00D0
 
81
          Mute                     0x0071
 
82
      end codes
 
83
 
 
84
end remote
 
85
 
 
86