~ubuntu-branches/ubuntu/natty/lirc/natty-proposed

« back to all changes in this revision

Viewing changes to remotes/philips/lircd.conf.srm7500libusb

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2010-04-02 15:06:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402150619-y1z8c1yqv621a11o
Tags: 0.8.7~pre2-0ubuntu1
* Update to 0.8.7~pre2
  - Fixes issues with lirc on maverick. (LP: #620498)
* Add lirc-in-kernel-ioctls.patch to use ioctls from the kernel for drivers.
* Drop patches upstream now:
  - debian/patches/appleir_repeat_issue.patch
  - debian/patches/hauppauge-tv-card.patch
  - debian/patches/lirc-i2c-2.6.patch
  - debian/patches/lirc_dev-2.6.33.patch
* Add updated-driver-names.patch 
* Refresh patches:
  - debian/patches/02_Makefile.in
  - debian/patches/13-warning-cleanup
* Update extra transmitter and remote databases to not reference atiusb.
* debian/control:
  - Update branches to be owned by ~mythbuntu-dev
* Disable in-kernel-support when starting lircd, and re-enable when
  stopping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Philips SRM-7500 RF configuration for use with the srm7500libusb driver
 
2
#
 
3
# The remote and the dongle communicate with each other over ieee 802.15.4
 
4
# a few extra network parameters are needed (via lircd's --device option).
 
5
#
 
6
# lircd --driver=srm7500libusb lircd.conf.srm7500libusb \
 
7
#       --device=macShortAddress=12:34,remoteShortAddress=56:78,macPANId=9a:bc
 
8
#
 
9
# explanation:
 
10
#   mandatory parameters:
 
11
#     macShortAddress:       802.15.4 short address (2 byte hex) 
 
12
#                            to be assigned to the receiver
 
13
#     remoteShortAddress:    802.15.4 short address (2 byte hex)
 
14
#                            to be assigned to the remote
 
15
#     macPANId:              802.15.4 numeric network id (2 byte hex)
 
16
#   optional parameters:
 
17
#     remoteExtendedAddress: 802.15.4 extended address (8 byte hex)
 
18
#                            of the remote. when given, ignores all other
 
19
#                            802.15.4 rf communication. lircd writes your
 
20
#                            remotes address to the logs when pairing
 
21
#     macBeaconPayload:      802.15.4 network name  (ASCII string)
 
22
#                            defaults to PHILIPS+your hostname. remote will not
 
23
#                            pair unless it starts with PHILIPS.
 
24
#     LogicalChannel:        802.15.4 channel number (1 byte hex)
 
25
#                            defaults to 19
 
26
#                            other channels than 19 do not work on my remote
 
27
#     usb:                   USB bus and device number (2 integer decimal)
 
28
#                            bind to a specific USB device, e.g. 003:002
 
29
#
 
30
# Things that work using this driver:
 
31
#     - pairing
 
32
#     - reception of all keypresses except for the 'music' button
 
33
# Things that do not work yet
 
34
#     - signal strength monitoring (via 'rf settings' in the remotes setup menu)
 
35
#     - displaying infos on the remote's display
 
36
#   
 
37
 
 
38
begin remote
 
39
 
 
40
  name  SRM-7500
 
41
  bits           16
 
42
  eps            30
 
43
  aeps          100
 
44
 
 
45
  one             0     0
 
46
  zero            0     0
 
47
  gap             132799
 
48
  toggle_bit_mask 0x0
 
49
  post_data_bits  8
 
50
  post_data       0x01
 
51
 
 
52
      begin codes
 
53
          Power                    0x0035
 
54
          Back                     0x0024
 
55
          More                     0x0033
 
56
          Up                       0x0023
 
57
          Down                     0x0011
 
58
          Left                     0x0029
 
59
          Right                    0x0031
 
60
          Ok                       0x0039
 
61
          Vol+                     0x0027
 
62
          Vol-                     0x002A
 
63
          Mute                     0x0028
 
64
          Ch+                      0x0037
 
65
          Ch-                      0x003A
 
66
          Windows                  0x0015
 
67
          Rec                      0x0012
 
68
          Stop                     0x0017
 
69
          Rew                      0x0007
 
70
          Play                     0x001A
 
71
          Fwd                      0x0047
 
72
          Prev                     0x000A
 
73
          Pause                    0x0016
 
74
          Next                     0x004A
 
75
          Guide                    0x0022
 
76
          LiveTV                   0x0036
 
77
          RecTV                    0x0026
 
78
          DVD                      0x0032
 
79
          1                        0x0008
 
80
          2                        0x0018
 
81
          3                        0x0048
 
82
          4                        0x0009
 
83
          5                        0x0019
 
84
          6                        0x0049
 
85
          7                        0x0004
 
86
          8                        0x0014
 
87
          9                        0x0044
 
88
          Star                     0x0003
 
89
          0                        0x0013
 
90
          Hash                     0x0043
 
91
          Text                     0x0042
 
92
          Clear                    0x0001
 
93
          Enter                    0x0041
 
94
          AspectRatio              0x0006
 
95
          Red                      0x0005
 
96
          Green                    0x0002
 
97
          Yellow                   0x0045
 
98
          Blue                     0x0046
 
99
      end codes
 
100
 
 
101
end remote
 
102
 
 
103
begin remote
 
104
 
 
105
  name  SRM-7500_UP
 
106
  bits           16
 
107
  eps            30
 
108
  aeps          100
 
109
 
 
110
  one             0     0
 
111
  zero            0     0
 
112
  gap             132799
 
113
  toggle_bit_mask 0x0
 
114
  post_data_bits  8
 
115
  post_data       0x03
 
116
 
 
117
      begin codes
 
118
          Power_UP                 0x0035
 
119
          Back_UP                  0x0024
 
120
          More_UP                  0x0033
 
121
          Up_UP                    0x0023
 
122
          Down_UP                  0x0011
 
123
          Left_UP                  0x0029
 
124
          Right_UP                 0x0031
 
125
          Ok_UP                    0x0039
 
126
          Vol+_UP                  0x0027
 
127
          Vol-_UP                  0x002A
 
128
          Mute_UP                  0x0028
 
129
          Ch+_UP                   0x0037
 
130
          Ch-_UP                   0x003A
 
131
          Windows_UP               0x0015
 
132
          Rec_UP                   0x0012
 
133
          Stop_UP                  0x0017
 
134
          Rew_UP                   0x0007
 
135
          Play_UP                  0x001A
 
136
          Fwd_UP                   0x0047
 
137
          Prev_UP                  0x000A
 
138
          Pause_UP                 0x0016
 
139
          Next_UP                  0x004A
 
140
          Guide_UP                 0x0022
 
141
          LiveTV_UP                0x0036
 
142
          RecTV_UP                 0x0026
 
143
          DVD_UP                   0x0032
 
144
          1_UP                     0x0008
 
145
          2_UP                     0x0018
 
146
          3_UP                     0x0048
 
147
          4_UP                     0x0009
 
148
          5_UP                     0x0019
 
149
          6_UP                     0x0049
 
150
          7_UP                     0x0004
 
151
          8_UP                     0x0014
 
152
          9_UP                     0x0044
 
153
          Star_UP                  0x0003
 
154
          0_UP                     0x0013
 
155
          Hash_UP                  0x0043
 
156
          Text_UP                  0x0042
 
157
          Clear_UP                 0x0001
 
158
          Enter_UP                 0x0041
 
159
          AspectRatio_UP           0x0006
 
160
          Red_UP                   0x0005
 
161
          Green_UP                 0x0002
 
162
          Yellow_UP                0x0045
 
163
          Blue_UP                  0x0046
 
164
      end codes
 
165
 
 
166
end remote