~ubuntu-branches/ubuntu/precise/lirc/precise

« back to all changes in this revision

Viewing changes to debian/patches/26_transmitter_lircd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-08 19:10:50 UTC
  • mfrom: (1.2.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081108191050-o0kszsihoqbc42fl
Tags: 0.8.4a-0ubuntu1
* New upstream version.
* Drop no longer necessary patches:
  - 03_extra_files
  - 25_upstream_2.6.27
  - 27_multiple_include
* Update patches for new version:
  - 12_pvr150_transmit_support
  - 16_lirc_gpio
  - 26_transmitter_lircd.conf
  - 28_irrecord_resume_support
* New patches:
  - 38_encore_enltv.dpatch (LP: #274087)
* debian/lirc.fdi:
  - Update FDI file to match a few more remotes reported
    on bugs that work when keyed. (LP: #164627, #204960, #279472)
* debian/control:
  - Update Recommends for lirc-modules-source
* debian/lirc.preinst:
  - Remove old calls that will no longer be encountered in package
    upgrades.
* Merge some packaging changes from Debian.  They hadn't done a
  release in a long time, so this will at least get us closer to their
  packaging for an overarching goal of being in sync.
  - Sync'ed changes:
    + debian/compat
    + README.Debian
    + debian/copyright
    + debian/doc-base.lirc
    + debian/liblircclient-dev.install
    + debian/lirc-modules-source.postrm
    + debian/lirc.postrm
    + debian/po
    + debian/lirc-svga.install
    + debian/lirc-svga.links
    + drop debian/lirc.config.in
    + drop debian/lirc.config.md5sum
    + drop debian/lirc.modules
  - Merge debian/control, remaining changes:
    + We don't share same VCS
    + We recommend udev
    + Our lirc-modules-source uses DKMS
  - Merge debian/rules, remaining changes:
    + DKMS support
  - Merge debian/liblircclient0.pc, remaining changes:
    + Version number we have is higher
  - Merge debian/lirc.install, remaining changes:
    + We install udev rules
    + We install an FDI file
  - Merge debian/lirc.templates, remaining changes:
    + Some of our keys are named differently because we differentiate
      between a remote and a transmitter device.
    + We've got some extra keys for details of devices.
  - Merge debian/lirc.init.d, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/lirc.postinst, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/rules, remaining changes:
    + We install a udev rule
    + We install an FDI file
    + We install DKMS support
    + We install transmitter lircd.conf's
    + We Install the remote and transmitter hwdb explicitly
  - Merge patches that we took from debian for 0.8.4 support:
    + debian/patches/02_Makefile.in
    + debian/patches/04_man_pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 26_transmitter_lircd.conf.dpatch by Mario Limonciello <superm1@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Add support to preconfigure transmitters off the bat
 
6
 
 
7
@DPATCH@
 
8
diff -urNad lirc-0.8.4a~/Makefile.am lirc-0.8.4a/Makefile.am
 
9
--- lirc-0.8.4a~/Makefile.am    2008-11-08 19:23:41.000000000 -0600
 
10
+++ lirc-0.8.4a/Makefile.am     2008-11-08 19:23:59.000000000 -0600
 
11
@@ -36,11 +36,11 @@
 
12
        ./data2setup.sh > setup-driver.sh
 
13
 
 
14
 dist-hook:
 
15
-       for f in contrib remotes; do \
 
16
+       for f in contrib remotes transmitters; do \
 
17
                cp -pr $(srcdir)/$$f $(distdir)/$$f; done
 
18
        rm -r `find $(distdir) -name "CVS"`
 
19
        -rcs2log >$(distdir)/ChangeLog
 
20
 
 
21
 DISTCLEANFILES = configure.sh .setup.config
 
22
 
 
23
-CLEANFILES = *~ remotes/*~ contrib/*~
 
24
+CLEANFILES = *~ remotes/*~ contrib/*~ transmitters/*~
 
25
diff -urNad lirc-0.8.4a~/Makefile.in lirc-0.8.4a/Makefile.in
 
26
--- lirc-0.8.4a~/Makefile.in    2008-11-08 19:23:41.000000000 -0600
 
27
+++ lirc-0.8.4a/Makefile.in     2008-11-08 19:24:29.000000000 -0600
 
28
@@ -134,7 +134,7 @@
 
29
 
 
30
 DISTCLEANFILES = configure.sh .setup.config
 
31
 
 
32
-CLEANFILES = *~ remotes/*~ contrib/*~
 
33
+CLEANFILES = *~ remotes/*~ contrib/*~ transmitters/*~
 
34
 subdir = .
 
35
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
36
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
37
@@ -490,7 +490,7 @@
 
38
        ./data2setup.sh > setup-driver.sh
 
39
 
 
40
 dist-hook:
 
41
-       for f in contrib remotes; do \
 
42
+       for f in contrib remotes transmitters; do \
 
43
                cp -pr $(srcdir)/$$f $(distdir)/$$f; done
 
44
        rm -r `find $(distdir) -name "CVS"`
 
45
        -rcs2log >$(distdir)/ChangeLog
 
46
diff -urNad lirc-0.8.4a~/doc/transmitter.hwdb lirc-0.8.4a/doc/transmitter.hwdb
 
47
--- lirc-0.8.4a~/doc/transmitter.hwdb   1969-12-31 18:00:00.000000000 -0600
 
48
+++ lirc-0.8.4a/doc/transmitter.hwdb    2008-11-08 19:23:59.000000000 -0600
 
49
@@ -0,0 +1,52 @@
 
50
+# LIRC - Transmitter Hardware DataBase
 
51
+#
 
52
+# This file lists all the cable and satellite boxes
 
53
+# supported by LIRC in a parseable form.
 
54
+#
 
55
+# The format is:
 
56
+#
 
57
+# [remote controls type]
 
58
+# description;driver;lirc driver;HW_DEFAULT;lircd_conf;
 
59
+#
 
60
+#
 
61
+[Motorola Cable box]
 
62
+Serial Port (UART) : Motorola Cable box;serial;lirc_dev lirc_serial;hw_default;motorola/dctxxxx.conf
 
63
+Hauppauge PVR-150 (pci) : Motorola Cable box;none;lirc_dev lirc_pvr150;hw_default;motorola/dctxxxx.conf
 
64
+Microsoft Windows Media Center V2 (usb) : Motorola Cable box;none;lirc_dev lirc_mceusb2;hw_default;motorola/dctxxxx.conf
 
65
+Command IR : Motorola Cable box;none;lirc_dev lirc_cmdir;hw_default;motorola/dctxxxx.conf
 
66
+USB-UIRT2 : Motorola Cable box;uirt2_raw;none;hw_uirt2_raw;motorola/dctxxxx.conf
 
67
+
 
68
+[Sky Satellite]
 
69
+Serial Port (UART) : Sky Satellite Receiver;serial;lirc_dev lirc_serial;hw_default;sky/general.conf
 
70
+Hauppauge PVR-150 (pci) : Sky Satellite Receiver;none;lirc_dev lirc_pvr150;hw_default;sky/general.conf
 
71
+Microsoft Windows Media Center V2 (usb) : Sky Satellite Receiver;none;lirc_dev lirc_mceusb2;hw_default;sky/general.conf
 
72
+Command IR : Sky Satellite Receiver;none;lirc_dev lirc_cmdir;hw_default;sky/general.conf
 
73
+USB-UIRT2 : Sky Satellite Receiver;uirt2_raw;none;hw_uirt2_raw;sky/general.conf
 
74
+
 
75
+[Dish Networks]
 
76
+Serial Port (UART) : Dish Receiver;serial;lirc_dev lirc_serial;hw_default;dish/general.conf
 
77
+Hauppauge PVR-150 (pci) : Dish Receiver;none;lirc_dev lirc_pvr150;hw_default;dish/general.conf
 
78
+Microsoft Windows Media Center V2 (usb) : Dish Receiver;none;lirc_dev lirc_mceusb2;hw_default;dish/general.conf
 
79
+Command IR : Dish Receiver;none;lirc_dev lirc_cmdir;hw_default;dish/general.conf
 
80
+USB-UIRT2 : Dish Receiver;uirt2_raw;none;hw_uirt2_raw;dish/general.conf
 
81
+
 
82
+[Direct TV]
 
83
+Serial Port (UART) : Direct TV Receiver;serial;lirc_dev lirc_serial;hw_default;directtv/general.conf
 
84
+Hauppauge PVR-150 (pci) : Direct TV Receiver;none;lirc_dev lirc_pvr150;hw_default;directtv/general.conf
 
85
+Microsoft Windows Media Center V2 (usb) : Direct TV Receiver;none;lirc_dev lirc_mceusb2;hw_default;directtv/general.conf
 
86
+Command IR : Direct TV Receiver;none;lirc_dev lirc_cmdir;hw_default;directtv/general.conf
 
87
+USB-UIRT2 : Direct TV Receiver;uirt2_raw;none;hw_uirt2_raw;directtv/general.conf
 
88
+
 
89
+[Pioneer Cable box]
 
90
+Serial Port (UART) : Pioneer Cable box;serial;lirc_dev lirc_serial;hw_default;pioneer/general.conf
 
91
+Hauppauge PVR-150 (pci) : Pioneer Cable box;none;lirc_dev lirc_pvr150;hw_default;pioneer/general.conf
 
92
+Microsoft Windows Media Center V2 (usb) : Pioneer Cable box;none;lirc_dev lirc_mceusb2;hw_default;pioneer/general.conf
 
93
+Command IR : Pioneer Cable box;none;lirc_dev lirc_cmdir;hw_default;pioneer/general.conf
 
94
+USB-UIRT2 : Pioneer Cable box;uirt2_raw;none;hw_uirt2_raw;pioneer/general.conf
 
95
+
 
96
+[Scientific Atlanta Cable box]
 
97
+Serial Port (UART) : Scientific Atlanta Cable box;serial;lirc_dev lirc_serial;hw_default;scientificatlanta/general.conf
 
98
+Hauppauge PVR-150 (pci) : Scientific Atlanta Cable box;none;lirc_dev lirc_pvr150;hw_default;scientificatlanta/general.conf
 
99
+Microsoft Windows Media Center V2 (usb) : Scientific Atlanta Cable box;none;lirc_dev lirc_mceusb2;hw_default;scientificatlanta/general.conf
 
100
+Command IR : Scientific Atlanta Cable box;none;lirc_dev lirc_cmdir;hw_default;scientificatlanta/general.conf
 
101
+USB-UIRT2 : Scientific Atlanta Cable box;uirt2_raw;none;hw_uirt2_raw;scientificatlanta/general.conf
 
102
diff -urNad lirc-0.8.4a~/transmitters/directtv/general.conf lirc-0.8.4a/transmitters/directtv/general.conf
 
103
--- lirc-0.8.4a~/transmitters/directtv/general.conf     1969-12-31 18:00:00.000000000 -0600
 
104
+++ lirc-0.8.4a/transmitters/directtv/general.conf      2008-11-08 19:23:59.000000000 -0600
 
105
@@ -0,0 +1,183 @@
 
106
+#
 
107
+# this config file was automatically generated
 
108
+# using lirc-0.8.1-CVS-pvr150(default) on Thu Nov 23 11:12:04 2006
 
109
+#
 
110
+# contributed by Chris Jacobs
 
111
+#
 
112
+# brand: DirecTV HD20-100
 
113
+# model no. of remote control: HD20-100
 
114
+# devices being controlled by this remote: DirecTV HD20-100
 
115
+#
 
116
+
 
117
+begin remote
 
118
+
 
119
+  name   directtv
 
120
+  flags RAW_CODES
 
121
+  eps            30
 
122
+  aeps          100
 
123
+
 
124
+  ptrail        613
 
125
+  repeat     0     0
 
126
+  gap    29767
 
127
+
 
128
+      begin raw_codes
 
129
+
 
130
+          name 1
 
131
+             6000    1150    1250    1100     650     550
 
132
+              650     550     650     550     650     500
 
133
+              650    1150     650     550     650    1150
 
134
+              600
 
135
+
 
136
+          name 2
 
137
+             6000    1100    1250    1150     650     550
 
138
+              650     550     600     550     650     550
 
139
+             1250     550     650     550    1200     550
 
140
+              650
 
141
+
 
142
+          name 3
 
143
+             6000    1150    1250    1100     650     550
 
144
+              650     550     650     550     650     550
 
145
+             1200    1150     650     550    1250    1150
 
146
+              600
 
147
+
 
148
+          name 4
 
149
+             6000    1150    1250    1150     650     500
 
150
+              650     550     650     550     650    1150
 
151
+              650     500     650     550    1250    1150
 
152
+              650
 
153
+
 
154
+          name 5
 
155
+             6000    1150    1250    1100     650     550
 
156
+              650     550     650     500     650    1150
 
157
+              650    1150     650    1150     600     550
 
158
+              650
 
159
+
 
160
+          name 6
 
161
+             6000    1150    1250    1150     650     500
 
162
+              650     550     650     550     650    1150
 
163
+             1200     550     650    1150     650    1150
 
164
+              600
 
165
+
 
166
+          name 7
 
167
+             6000    1100    1250    1150     650     550
 
168
+              650     500     650     550     650    1150
 
169
+             1250    1100     650    1150    1250     550
 
170
+              650
 
171
+
 
172
+          name 8
 
173
+             6000    1150    1250    1100     650     550
 
174
+              650     550     650     550    1200     550
 
175
+              650     550     650    1150    1200     550
 
176
+              650
 
177
+
 
178
+          name 9
 
179
+             6000    1100    1300    1100     650     550
 
180
+              650     550     650     500    1250     550
 
181
+              650    1150     650    1150    1200    1150
 
182
+              650
 
183
+
 
184
+          name 0
 
185
+             6000    1150    1250    1150     650     500
 
186
+              650     550     650    1150     650     550
 
187
+              650    1100     650    1150    1250     550
 
188
+              650
 
189
+
 
190
+          name dash
 
191
+             6000    1100    1300    1100     650     550
 
192
+              650     550     650    1100     650     550
 
193
+             1250     550     650    1100    1250    1150
 
194
+              650
 
195
+
 
196
+          name last
 
197
+             6000    1100    1300    1100     650     550
 
198
+              650     550     650     500    1250    1150
 
199
+             1250    1150    1200    1150     650     550
 
200
+              650
 
201
+
 
202
+          name guide
 
203
+             6000    1100    1300    1100     650     550
 
204
+              650     550    1250     500    1250     550
 
205
+              650     550     650     550     600     550
 
206
+              650
 
207
+
 
208
+          name up
 
209
+             6000    1100    1300    1100     650     550
 
210
+              650     550    1250     500     650     550
 
211
+              650    1150    1250     500    1250    1150
 
212
+              650
 
213
+
 
214
+          name down
 
215
+             6000    1150    1250    1100     650     550
 
216
+              650     550    1250     500     650     550
 
217
+             1250     550    1250    1150     600     550
 
218
+              650
 
219
+
 
220
+          name left
 
221
+             6000    1150    1250    1150     650     500
 
222
+              700     500    1250     550     650     550
 
223
+             1250    1100    1250    1150     650    1150
 
224
+              600
 
225
+
 
226
+          name right
 
227
+             6000    1150    1250    1100     650     550
 
228
+              650     550    1250     500     650    1150
 
229
+              650     550    1250    1100     650    1150
 
230
+              650
 
231
+
 
232
+          name select
 
233
+             6000    1150    1250    1100     700     500
 
234
+              650     550    1250     550     650    1100
 
235
+              650    1150    1250    1150    1200     550
 
236
+              650
 
237
+
 
238
+          name action
 
239
+             6000    1150    1250    1150     650     500
 
240
+              650     550    1250     550    1250     550
 
241
+              600    1150     650     550     650    1150
 
242
+              650
 
243
+
 
244
+          name list
 
245
+             6050    1100    1250    1150     650     500
 
246
+              650     550    1250     550    1250     550
 
247
+             1200     550     650     550    1250     550
 
248
+              650
 
249
+
 
250
+          name info
 
251
+             6000    1100    1250    1150     650     550
 
252
+              650     500    1250     550    1250    1150
 
253
+             1250     500     650    1150     650    1150
 
254
+              650
 
255
+
 
256
+          name back
 
257
+             6000    1150    1250    1150     650     500
 
258
+              700     500    1250     550     650    1150
 
259
+             1200    1150     650     550     650     550
 
260
+              650
 
261
+
 
262
+          name power
 
263
+             6000    1150    1250    1100     650     550
 
264
+             1250     550     650     550     650     500
 
265
+              650     550    1250    1150    1250     500
 
266
+              650
 
267
+
 
268
+          name exit
 
269
+             6000    1150    1250    1150     650     500
 
270
+              650     550    1250     550     650    1150
 
271
+             1200     550    1250    1150    1250    1100
 
272
+              650
 
273
+
 
274
+          name ch-
 
275
+             6000    1100    1250    1150     650     550
 
276
+              650     500     650     550    1250    1150
 
277
+             1250     550    1200     550    1250    1150
 
278
+              650
 
279
+
 
280
+          name ch+
 
281
+             6000    1100    1300    1100     650     550
 
282
+              650     500     700     500    1250    1150
 
283
+              650    1150    1200     550    1250     550
 
284
+              650
 
285
+
 
286
+      end raw_codes
 
287
+
 
288
+end remote
 
289
diff -urNad lirc-0.8.4a~/transmitters/dish/general.conf lirc-0.8.4a/transmitters/dish/general.conf
 
290
--- lirc-0.8.4a~/transmitters/dish/general.conf 1969-12-31 18:00:00.000000000 -0600
 
291
+++ lirc-0.8.4a/transmitters/dish/general.conf  2008-11-08 19:23:59.000000000 -0600
 
292
@@ -0,0 +1,1272 @@
 
293
+# This config file is based on the information posted by Endaf Jones at
 
294
+# http://www.gossamer-threads.com/lists/mythtv/users/196566#196566
 
295
+#
 
296
+# brand:                       JVC/RCA
 
297
+# model no. of remote control:
 
298
+# supported devices:           Dish Network (Echostar)
 
299
+#                                - JVC 2700 receiver
 
300
+#                                - JVC 4700 receiver
 
301
+#                                - JVC 49xx receiver
 
302
+#                                - JVC 50xx receiver
 
303
+#                                - RCA 31x receiver
 
304
+#                              and several other Dish receivers using the
 
305
+#                              "blue button" remotes
 
306
+#
 
307
+# Unit code selection (1-16) is performed by specifying the appropriate
 
308
+# value for post_data
 
309
+#  1=0x000             2=0x200             3=0x100             4=0x300
 
310
+#  5=0x080             6=0x280             7=0x180             8=0x380
 
311
+#  9=0x040            10=0x240            11=0x140            12=0x340
 
312
+# 13=0x0C0            14=0x2C0            15=0x1C0            16=0x3C0
 
313
+#
 
314
+# Each has been implemented in this config file with the remote names "dish#"
 
315
+# where the hash/pound/number sign ("#") is a code number from 1 through 16.
 
316
+# There is also a remote called "dish" (without a number), for users with only
 
317
+# one receiver, that uses remote code 1 (DISH's default).
 
318
+#
 
319
+# The duty_cycle (the percentage of time during a pulse that infrared light is
 
320
+# being sent) is commented because some hardware transmitters don't support its
 
321
+# use.
 
322
+#
 
323
+# The discrete power functions (power_on and power_off) can be used to ensure
 
324
+# the power state of the receiver.  However, they probably shouldn't be used in
 
325
+# a channel change script as the receiver will require a significant delay
 
326
+# after a power_on before it is capable of receiving/responding to additional
 
327
+# commands (such as channel numbers).  Instead, assuming most of your recording
 
328
+# is during prime-time, you may want to set a cron job to run a "power_on"
 
329
+# command for each of your receivers about 5 or 10 minutes before primtetime.
 
330
+
 
331
+
 
332
+### Remote definition for remotes using remote code 1 (0x000)
 
333
+begin remote
 
334
+  name dish
 
335
+
 
336
+  flags SPACE_ENC|NO_HEAD_REP
 
337
+  eps 30
 
338
+  aeps 100
 
339
+
 
340
+  frequency 56000
 
341
+#  duty_cycle 32
 
342
+
 
343
+  one 440 1645
 
344
+  zero 440 2780
 
345
+
 
346
+  header 525 6045
 
347
+  ptrail 450
 
348
+  gap 6115
 
349
+
 
350
+  min_repeat 6
 
351
+
 
352
+  bits 6
 
353
+  post_data_bits 10
 
354
+
 
355
+  post_data 0x000
 
356
+
 
357
+  begin codes
 
358
+    info                               0
 
359
+    power_on                           1
 
360
+    power                              2
 
361
+    1                                  4
 
362
+    2                                  5
 
363
+    3                                  6
 
364
+    4                                  8
 
365
+    5                                  9
 
366
+    6                                  10
 
367
+    7                                  12
 
368
+    8                                  13
 
369
+    9                                  14
 
370
+    0                                  17
 
371
+    menu                               11
 
372
+    select                             16
 
373
+    cancel                             18
 
374
+    guide                              20
 
375
+    view                               22
 
376
+    tv_vcr                             23
 
377
+    right                              24
 
378
+    up                                 26
 
379
+    recall                             27
 
380
+    left                               28
 
381
+    down                               30
 
382
+    record                             31
 
383
+    pause                              32
 
384
+    stop                               33
 
385
+    sys_info                           36
 
386
+    asterisk                           37
 
387
+    pound                              38
 
388
+    power_off                          39
 
389
+    sat                                41
 
390
+    dish_home                          52
 
391
+    sys_info2                          54
 
392
+    dish_home2                         56
 
393
+  end codes
 
394
+end remote
 
395
+
 
396
+### Remote definition for remotes using remote code 1 (0x000)
 
397
+### (Duplicated to allow a "dish" and a "dish1" remote name)
 
398
+begin remote
 
399
+  name dish1
 
400
+
 
401
+  flags SPACE_ENC|NO_HEAD_REP
 
402
+  eps 30
 
403
+  aeps 100
 
404
+
 
405
+  frequency 56000
 
406
+#  duty_cycle 32
 
407
+
 
408
+  one 440 1645
 
409
+  zero 440 2780
 
410
+
 
411
+  header 525 6045
 
412
+  ptrail 450
 
413
+  gap 6115
 
414
+
 
415
+  min_repeat 6
 
416
+
 
417
+  bits 6
 
418
+  post_data_bits 10
 
419
+
 
420
+  post_data 0x000
 
421
+
 
422
+  begin codes
 
423
+    info                               0
 
424
+    power_on                           1
 
425
+    power                              2
 
426
+    1                                  4
 
427
+    2                                  5
 
428
+    3                                  6
 
429
+    4                                  8
 
430
+    5                                  9
 
431
+    6                                  10
 
432
+    7                                  12
 
433
+    8                                  13
 
434
+    9                                  14
 
435
+    0                                  17
 
436
+    menu                               11
 
437
+    select                             16
 
438
+    cancel                             18
 
439
+    guide                              20
 
440
+    view                               22
 
441
+    tv_vcr                             23
 
442
+    right                              24
 
443
+    up                                 26
 
444
+    recall                             27
 
445
+    left                               28
 
446
+    down                               30
 
447
+    record                             31
 
448
+    pause                              32
 
449
+    stop                               33
 
450
+    sys_info                           36
 
451
+    asterisk                           37
 
452
+    pound                              38
 
453
+    power_off                          39
 
454
+    sat                                41
 
455
+    dish_home                          52
 
456
+    sys_info2                          54
 
457
+    dish_home2                         56
 
458
+    dvr                                       57
 
459
+    skip_fwd                          55
 
460
+    skip_back                         54
 
461
+    fwd                                       50
 
462
+    play                              3
 
463
+    back                              49
 
464
+    dish                              52
 
465
+    page_up                           15
 
466
+    page_down                         7
 
467
+  end codes
 
468
+end remote
 
469
+
 
470
+### Remote definition for remotes using remote code 2 (0x200)
 
471
+begin remote
 
472
+  name dish2
 
473
+
 
474
+  flags SPACE_ENC|NO_HEAD_REP
 
475
+  eps 30
 
476
+  aeps 100
 
477
+
 
478
+  frequency 56000
 
479
+#  duty_cycle 32
 
480
+
 
481
+  one 440 1645
 
482
+  zero 440 2780
 
483
+
 
484
+  header 525 6045
 
485
+  ptrail 450
 
486
+  gap 6115
 
487
+
 
488
+  min_repeat 6
 
489
+
 
490
+  bits 6
 
491
+  post_data_bits 10
 
492
+
 
493
+  post_data 0x200
 
494
+
 
495
+  begin codes
 
496
+    info                               0
 
497
+    power_on                           1
 
498
+    power                              2
 
499
+    1                                  4
 
500
+    2                                  5
 
501
+    3                                  6
 
502
+    4                                  8
 
503
+    5                                  9
 
504
+    6                                  10
 
505
+    7                                  12
 
506
+    8                                  13
 
507
+    9                                  14
 
508
+    0                                  17
 
509
+    menu                               11
 
510
+    select                             16
 
511
+    cancel                             18
 
512
+    guide                              20
 
513
+    view                               22
 
514
+    tv_vcr                             23
 
515
+    right                              24
 
516
+    up                                 26
 
517
+    recall                             27
 
518
+    left                               28
 
519
+    down                               30
 
520
+    record                             31
 
521
+    pause                              32
 
522
+    stop                               33
 
523
+    sys_info                           36
 
524
+    asterisk                           37
 
525
+    pound                              38
 
526
+    power_off                          39
 
527
+    sat                                41
 
528
+    dish_home                          52
 
529
+    sys_info2                          54
 
530
+    dish_home2                         56
 
531
+    dvr                                       57
 
532
+    skip_fwd                          55
 
533
+    skip_back                         54
 
534
+    fwd                                       50
 
535
+    play                              3
 
536
+    back                              49
 
537
+    dish                              52
 
538
+    page_up                           15
 
539
+    page_down                         7
 
540
+  end codes
 
541
+end remote
 
542
+
 
543
+### Remote definition for remotes using remote code 3 (0x100)
 
544
+begin remote
 
545
+  name dish3
 
546
+
 
547
+  flags SPACE_ENC|NO_HEAD_REP
 
548
+  eps 30
 
549
+  aeps 100
 
550
+
 
551
+  frequency 56000
 
552
+#  duty_cycle 32
 
553
+
 
554
+  one 440 1645
 
555
+  zero 440 2780
 
556
+
 
557
+  header 525 6045
 
558
+  ptrail 450
 
559
+  gap 6115
 
560
+
 
561
+  min_repeat 6
 
562
+
 
563
+  bits 6
 
564
+  post_data_bits 10
 
565
+
 
566
+  post_data 0x100
 
567
+
 
568
+  begin codes
 
569
+    info                               0
 
570
+    power_on                           1
 
571
+    power                              2
 
572
+    1                                  4
 
573
+    2                                  5
 
574
+    3                                  6
 
575
+    4                                  8
 
576
+    5                                  9
 
577
+    6                                  10
 
578
+    7                                  12
 
579
+    8                                  13
 
580
+    9                                  14
 
581
+    0                                  17
 
582
+    menu                               11
 
583
+    select                             16
 
584
+    cancel                             18
 
585
+    guide                              20
 
586
+    view                               22
 
587
+    tv_vcr                             23
 
588
+    right                              24
 
589
+    up                                 26
 
590
+    recall                             27
 
591
+    left                               28
 
592
+    down                               30
 
593
+    record                             31
 
594
+    pause                              32
 
595
+    stop                               33
 
596
+    sys_info                           36
 
597
+    asterisk                           37
 
598
+    pound                              38
 
599
+    power_off                          39
 
600
+    sat                                41
 
601
+    dish_home                          52
 
602
+    sys_info2                          54
 
603
+    dish_home2                         56
 
604
+    dvr                                       57
 
605
+    skip_fwd                          55
 
606
+    skip_back                         54
 
607
+    fwd                                       50
 
608
+    play                              3
 
609
+    back                              49
 
610
+    dish                              52
 
611
+    page_up                           15
 
612
+    page_down                         7
 
613
+  end codes
 
614
+end remote
 
615
+
 
616
+### Remote definition for remotes using remote code 4 (0x300)
 
617
+begin remote
 
618
+  name dish4
 
619
+
 
620
+  flags SPACE_ENC|NO_HEAD_REP
 
621
+  eps 30
 
622
+  aeps 100
 
623
+
 
624
+  frequency 56000
 
625
+#  duty_cycle 32
 
626
+
 
627
+  one 440 1645
 
628
+  zero 440 2780
 
629
+
 
630
+  header 525 6045
 
631
+  ptrail 450
 
632
+  gap 6115
 
633
+
 
634
+  min_repeat 6
 
635
+
 
636
+  bits 6
 
637
+  post_data_bits 10
 
638
+
 
639
+  post_data 0x300
 
640
+
 
641
+  begin codes
 
642
+    info                               0
 
643
+    power_on                           1
 
644
+    power                              2
 
645
+    1                                  4
 
646
+    2                                  5
 
647
+    3                                  6
 
648
+    4                                  8
 
649
+    5                                  9
 
650
+    6                                  10
 
651
+    7                                  12
 
652
+    8                                  13
 
653
+    9                                  14
 
654
+    0                                  17
 
655
+    menu                               11
 
656
+    select                             16
 
657
+    cancel                             18
 
658
+    guide                              20
 
659
+    view                               22
 
660
+    tv_vcr                             23
 
661
+    right                              24
 
662
+    up                                 26
 
663
+    recall                             27
 
664
+    left                               28
 
665
+    down                               30
 
666
+    record                             31
 
667
+    pause                              32
 
668
+    stop                               33
 
669
+    sys_info                           36
 
670
+    asterisk                           37
 
671
+    pound                              38
 
672
+    power_off                          39
 
673
+    sat                                41
 
674
+    dish_home                          52
 
675
+    sys_info2                          54
 
676
+    dish_home2                         56
 
677
+    dvr                                       57
 
678
+    skip_fwd                          55
 
679
+    skip_back                         54
 
680
+    fwd                                       50
 
681
+    play                              3
 
682
+    back                              49
 
683
+    dish                              52
 
684
+    page_up                           15
 
685
+    page_down                         7
 
686
+  end codes
 
687
+end remote
 
688
+
 
689
+### Remote definition for remotes using remote code 5 (0x080)
 
690
+begin remote
 
691
+  name dish5
 
692
+
 
693
+  flags SPACE_ENC|NO_HEAD_REP
 
694
+  eps 30
 
695
+  aeps 100
 
696
+
 
697
+  frequency 56000
 
698
+#  duty_cycle 32
 
699
+
 
700
+  one 440 1645
 
701
+  zero 440 2780
 
702
+
 
703
+  header 525 6045
 
704
+  ptrail 450
 
705
+  gap 6115
 
706
+
 
707
+  min_repeat 6
 
708
+
 
709
+  bits 6
 
710
+  post_data_bits 10
 
711
+
 
712
+  post_data 0x080
 
713
+
 
714
+  begin codes
 
715
+    info                               0
 
716
+    power_on                           1
 
717
+    power                              2
 
718
+    1                                  4
 
719
+    2                                  5
 
720
+    3                                  6
 
721
+    4                                  8
 
722
+    5                                  9
 
723
+    6                                  10
 
724
+    7                                  12
 
725
+    8                                  13
 
726
+    9                                  14
 
727
+    0                                  17
 
728
+    menu                               11
 
729
+    select                             16
 
730
+    cancel                             18
 
731
+    guide                              20
 
732
+    view                               22
 
733
+    tv_vcr                             23
 
734
+    right                              24
 
735
+    up                                 26
 
736
+    recall                             27
 
737
+    left                               28
 
738
+    down                               30
 
739
+    record                             31
 
740
+    pause                              32
 
741
+    stop                               33
 
742
+    sys_info                           36
 
743
+    asterisk                           37
 
744
+    pound                              38
 
745
+    power_off                          39
 
746
+    sat                                41
 
747
+    dish_home                          52
 
748
+    sys_info2                          54
 
749
+    dish_home2                         56
 
750
+    dvr                                       57
 
751
+    skip_fwd                          55
 
752
+    skip_back                         54
 
753
+    fwd                                       50
 
754
+    play                              3
 
755
+    back                              49
 
756
+    dish                              52
 
757
+    page_up                           15
 
758
+    page_down                         7
 
759
+  end codes
 
760
+end remote
 
761
+
 
762
+### Remote definition for remotes using remote code 6 (0x280)
 
763
+begin remote
 
764
+  name dish6
 
765
+
 
766
+  flags SPACE_ENC|NO_HEAD_REP
 
767
+  eps 30
 
768
+  aeps 100
 
769
+
 
770
+  frequency 56000
 
771
+#  duty_cycle 32
 
772
+
 
773
+  one 440 1645
 
774
+  zero 440 2780
 
775
+
 
776
+  header 525 6045
 
777
+  ptrail 450
 
778
+  gap 6115
 
779
+
 
780
+  min_repeat 6
 
781
+
 
782
+  bits 6
 
783
+  post_data_bits 10
 
784
+
 
785
+  post_data 0x280
 
786
+
 
787
+  begin codes
 
788
+    info                               0
 
789
+    power_on                           1
 
790
+    power                              2
 
791
+    1                                  4
 
792
+    2                                  5
 
793
+    3                                  6
 
794
+    4                                  8
 
795
+    5                                  9
 
796
+    6                                  10
 
797
+    7                                  12
 
798
+    8                                  13
 
799
+    9                                  14
 
800
+    0                                  17
 
801
+    menu                               11
 
802
+    select                             16
 
803
+    cancel                             18
 
804
+    guide                              20
 
805
+    view                               22
 
806
+    tv_vcr                             23
 
807
+    right                              24
 
808
+    up                                 26
 
809
+    recall                             27
 
810
+    left                               28
 
811
+    down                               30
 
812
+    record                             31
 
813
+    pause                              32
 
814
+    stop                               33
 
815
+    sys_info                           36
 
816
+    asterisk                           37
 
817
+    pound                              38
 
818
+    power_off                          39
 
819
+    sat                                41
 
820
+    dish_home                          52
 
821
+    sys_info2                          54
 
822
+    dish_home2                         56
 
823
+    dvr                                       57
 
824
+    skip_fwd                          55
 
825
+    skip_back                         54
 
826
+    fwd                                       50
 
827
+    play                              3
 
828
+    back                              49
 
829
+    dish                              52
 
830
+    page_up                           15
 
831
+    page_down                         7
 
832
+  end codes
 
833
+end remote
 
834
+
 
835
+### Remote definition for remotes using remote code 7 (0x180)
 
836
+begin remote
 
837
+  name dish7
 
838
+
 
839
+  flags SPACE_ENC|NO_HEAD_REP
 
840
+  eps 30
 
841
+  aeps 100
 
842
+
 
843
+  frequency 56000
 
844
+#  duty_cycle 32
 
845
+
 
846
+  one 440 1645
 
847
+  zero 440 2780
 
848
+
 
849
+  header 525 6045
 
850
+  ptrail 450
 
851
+  gap 6115
 
852
+
 
853
+  min_repeat 6
 
854
+
 
855
+  bits 6
 
856
+  post_data_bits 10
 
857
+
 
858
+  post_data 0x180
 
859
+
 
860
+  begin codes
 
861
+    info                               0
 
862
+    power_on                           1
 
863
+    power                              2
 
864
+    1                                  4
 
865
+    2                                  5
 
866
+    3                                  6
 
867
+    4                                  8
 
868
+    5                                  9
 
869
+    6                                  10
 
870
+    7                                  12
 
871
+    8                                  13
 
872
+    9                                  14
 
873
+    0                                  17
 
874
+    menu                               11
 
875
+    select                             16
 
876
+    cancel                             18
 
877
+    guide                              20
 
878
+    view                               22
 
879
+    tv_vcr                             23
 
880
+    right                              24
 
881
+    up                                 26
 
882
+    recall                             27
 
883
+    left                               28
 
884
+    down                               30
 
885
+    record                             31
 
886
+    pause                              32
 
887
+    stop                               33
 
888
+    sys_info                           36
 
889
+    asterisk                           37
 
890
+    pound                              38
 
891
+    power_off                          39
 
892
+    sat                                41
 
893
+    dish_home                          52
 
894
+    sys_info2                          54
 
895
+    dish_home2                         56
 
896
+    dvr                                       57
 
897
+    skip_fwd                          55
 
898
+    skip_back                         54
 
899
+    fwd                                       50
 
900
+    play                              3
 
901
+    back                              49
 
902
+    dish                              52
 
903
+    page_up                           15
 
904
+    page_down                         7    
 
905
+  end codes
 
906
+end remote
 
907
+
 
908
+### Remote definition for remotes using remote code 8 (0x380)
 
909
+begin remote
 
910
+  name dish8
 
911
+
 
912
+  flags SPACE_ENC|NO_HEAD_REP
 
913
+  eps 30
 
914
+  aeps 100
 
915
+
 
916
+  frequency 56000
 
917
+#  duty_cycle 32
 
918
+
 
919
+  one 440 1645
 
920
+  zero 440 2780
 
921
+
 
922
+  header 525 6045
 
923
+  ptrail 450
 
924
+  gap 6115
 
925
+
 
926
+  min_repeat 6
 
927
+
 
928
+  bits 6
 
929
+  post_data_bits 10
 
930
+
 
931
+  post_data 0x380
 
932
+
 
933
+  begin codes
 
934
+    info                               0
 
935
+    power_on                           1
 
936
+    power                              2
 
937
+    1                                  4
 
938
+    2                                  5
 
939
+    3                                  6
 
940
+    4                                  8
 
941
+    5                                  9
 
942
+    6                                  10
 
943
+    7                                  12
 
944
+    8                                  13
 
945
+    9                                  14
 
946
+    0                                  17
 
947
+    menu                               11
 
948
+    select                             16
 
949
+    cancel                             18
 
950
+    guide                              20
 
951
+    view                               22
 
952
+    tv_vcr                             23
 
953
+    right                              24
 
954
+    up                                 26
 
955
+    recall                             27
 
956
+    left                               28
 
957
+    down                               30
 
958
+    record                             31
 
959
+    pause                              32
 
960
+    stop                               33
 
961
+    sys_info                           36
 
962
+    asterisk                           37
 
963
+    pound                              38
 
964
+    power_off                          39
 
965
+    sat                                41
 
966
+    dish_home                          52
 
967
+    sys_info2                          54
 
968
+    dish_home2                         56
 
969
+    dvr                                       57
 
970
+    skip_fwd                          55
 
971
+    skip_back                         54
 
972
+    fwd                                       50
 
973
+    play                              3
 
974
+    back                              49
 
975
+    dish                              52
 
976
+    page_up                           15
 
977
+    page_down                         7    
 
978
+  end codes
 
979
+end remote
 
980
+
 
981
+### Remote definition for remotes using remote code 9 (0x040)
 
982
+begin remote
 
983
+  name dish9
 
984
+
 
985
+  flags SPACE_ENC|NO_HEAD_REP
 
986
+  eps 30
 
987
+  aeps 100
 
988
+
 
989
+  frequency 56000
 
990
+#  duty_cycle 32
 
991
+
 
992
+  one 440 1645
 
993
+  zero 440 2780
 
994
+
 
995
+  header 525 6045
 
996
+  ptrail 450
 
997
+  gap 6115
 
998
+
 
999
+  min_repeat 6
 
1000
+
 
1001
+  bits 6
 
1002
+  post_data_bits 10
 
1003
+
 
1004
+  post_data 0x040
 
1005
+
 
1006
+  begin codes
 
1007
+    info                               0
 
1008
+    power_on                           1
 
1009
+    power                              2
 
1010
+    1                                  4
 
1011
+    2                                  5
 
1012
+    3                                  6
 
1013
+    4                                  8
 
1014
+    5                                  9
 
1015
+    6                                  10
 
1016
+    7                                  12
 
1017
+    8                                  13
 
1018
+    9                                  14
 
1019
+    0                                  17
 
1020
+    menu                               11
 
1021
+    select                             16
 
1022
+    cancel                             18
 
1023
+    guide                              20
 
1024
+    view                               22
 
1025
+    tv_vcr                             23
 
1026
+    right                              24
 
1027
+    up                                 26
 
1028
+    recall                             27
 
1029
+    left                               28
 
1030
+    down                               30
 
1031
+    record                             31
 
1032
+    pause                              32
 
1033
+    stop                               33
 
1034
+    sys_info                           36
 
1035
+    asterisk                           37
 
1036
+    pound                              38
 
1037
+    power_off                          39
 
1038
+    sat                                41
 
1039
+    dish_home                          52
 
1040
+    sys_info2                          54
 
1041
+    dish_home2                         56
 
1042
+    dvr                                       57
 
1043
+    skip_fwd                          55
 
1044
+    skip_back                         54
 
1045
+    fwd                                       50
 
1046
+    play                              3
 
1047
+    back                              49
 
1048
+    dish                              52
 
1049
+    page_up                           15
 
1050
+    page_down                         7    
 
1051
+  end codes
 
1052
+end remote
 
1053
+
 
1054
+### Remote definition for remotes using remote code 10 (0x240)
 
1055
+begin remote
 
1056
+  name dish10
 
1057
+
 
1058
+  flags SPACE_ENC|NO_HEAD_REP
 
1059
+  eps 30
 
1060
+  aeps 100
 
1061
+
 
1062
+  frequency 56000
 
1063
+#  duty_cycle 32
 
1064
+
 
1065
+  one 440 1645
 
1066
+  zero 440 2780
 
1067
+
 
1068
+  header 525 6045
 
1069
+  ptrail 450
 
1070
+  gap 6115
 
1071
+
 
1072
+  min_repeat 6
 
1073
+
 
1074
+  bits 6
 
1075
+  post_data_bits 10
 
1076
+
 
1077
+  post_data 0x240
 
1078
+
 
1079
+  begin codes
 
1080
+    info                               0
 
1081
+    power_on                           1
 
1082
+    power                              2
 
1083
+    1                                  4
 
1084
+    2                                  5
 
1085
+    3                                  6
 
1086
+    4                                  8
 
1087
+    5                                  9
 
1088
+    6                                  10
 
1089
+    7                                  12
 
1090
+    8                                  13
 
1091
+    9                                  14
 
1092
+    0                                  17
 
1093
+    menu                               11
 
1094
+    select                             16
 
1095
+    cancel                             18
 
1096
+    guide                              20
 
1097
+    view                               22
 
1098
+    tv_vcr                             23
 
1099
+    right                              24
 
1100
+    up                                 26
 
1101
+    recall                             27
 
1102
+    left                               28
 
1103
+    down                               30
 
1104
+    record                             31
 
1105
+    pause                              32
 
1106
+    stop                               33
 
1107
+    sys_info                           36
 
1108
+    asterisk                           37
 
1109
+    pound                              38
 
1110
+    power_off                          39
 
1111
+    sat                                41
 
1112
+    dish_home                          52
 
1113
+    sys_info2                          54
 
1114
+    dish_home2                         56
 
1115
+    dvr                                       57
 
1116
+    skip_fwd                          55
 
1117
+    skip_back                         54
 
1118
+    fwd                                       50
 
1119
+    play                              3
 
1120
+    back                              49
 
1121
+    dish                              52
 
1122
+    page_up                           15
 
1123
+    page_down                         7    
 
1124
+  end codes
 
1125
+end remote
 
1126
+
 
1127
+### Remote definition for remotes using remote code 11 (0x140)
 
1128
+begin remote
 
1129
+  name dish11
 
1130
+
 
1131
+  flags SPACE_ENC|NO_HEAD_REP
 
1132
+  eps 30
 
1133
+  aeps 100
 
1134
+
 
1135
+  frequency 56000
 
1136
+#  duty_cycle 32
 
1137
+
 
1138
+  one 440 1645
 
1139
+  zero 440 2780
 
1140
+
 
1141
+  header 525 6045
 
1142
+  ptrail 450
 
1143
+  gap 6115
 
1144
+
 
1145
+  min_repeat 6
 
1146
+
 
1147
+  bits 6
 
1148
+  post_data_bits 10
 
1149
+
 
1150
+  post_data 0x140
 
1151
+
 
1152
+  begin codes
 
1153
+    info                               0
 
1154
+    power_on                           1
 
1155
+    power                              2
 
1156
+    1                                  4
 
1157
+    2                                  5
 
1158
+    3                                  6
 
1159
+    4                                  8
 
1160
+    5                                  9
 
1161
+    6                                  10
 
1162
+    7                                  12
 
1163
+    8                                  13
 
1164
+    9                                  14
 
1165
+    0                                  17
 
1166
+    menu                               11
 
1167
+    select                             16
 
1168
+    cancel                             18
 
1169
+    guide                              20
 
1170
+    view                               22
 
1171
+    tv_vcr                             23
 
1172
+    right                              24
 
1173
+    up                                 26
 
1174
+    recall                             27
 
1175
+    left                               28
 
1176
+    down                               30
 
1177
+    record                             31
 
1178
+    pause                              32
 
1179
+    stop                               33
 
1180
+    sys_info                           36
 
1181
+    asterisk                           37
 
1182
+    pound                              38
 
1183
+    power_off                          39
 
1184
+    sat                                41
 
1185
+    dish_home                          52
 
1186
+    sys_info2                          54
 
1187
+    dish_home2                         56
 
1188
+    dvr                                       57
 
1189
+    skip_fwd                          55
 
1190
+    skip_back                         54
 
1191
+    fwd                                       50
 
1192
+    play                              3
 
1193
+    back                              49
 
1194
+    dish                              52
 
1195
+    page_up                           15
 
1196
+    page_down                         7    
 
1197
+  end codes
 
1198
+end remote
 
1199
+
 
1200
+### Remote definition for remotes using remote code 12 (0x340)
 
1201
+begin remote
 
1202
+  name dish12
 
1203
+
 
1204
+  flags SPACE_ENC|NO_HEAD_REP
 
1205
+  eps 30
 
1206
+  aeps 100
 
1207
+
 
1208
+  frequency 56000
 
1209
+#  duty_cycle 32
 
1210
+
 
1211
+  one 440 1645
 
1212
+  zero 440 2780
 
1213
+
 
1214
+  header 525 6045
 
1215
+  ptrail 450
 
1216
+  gap 6115
 
1217
+
 
1218
+  min_repeat 6
 
1219
+
 
1220
+  bits 6
 
1221
+  post_data_bits 10
 
1222
+
 
1223
+  post_data 0x340
 
1224
+
 
1225
+  begin codes
 
1226
+    info                               0
 
1227
+    power_on                           1
 
1228
+    power                              2
 
1229
+    1                                  4
 
1230
+    2                                  5
 
1231
+    3                                  6
 
1232
+    4                                  8
 
1233
+    5                                  9
 
1234
+    6                                  10
 
1235
+    7                                  12
 
1236
+    8                                  13
 
1237
+    9                                  14
 
1238
+    0                                  17
 
1239
+    menu                               11
 
1240
+    select                             16
 
1241
+    cancel                             18
 
1242
+    guide                              20
 
1243
+    view                               22
 
1244
+    tv_vcr                             23
 
1245
+    right                              24
 
1246
+    up                                 26
 
1247
+    recall                             27
 
1248
+    left                               28
 
1249
+    down                               30
 
1250
+    record                             31
 
1251
+    pause                              32
 
1252
+    stop                               33
 
1253
+    sys_info                           36
 
1254
+    asterisk                           37
 
1255
+    pound                              38
 
1256
+    power_off                          39
 
1257
+    sat                                41
 
1258
+    dish_home                          52
 
1259
+    sys_info2                          54
 
1260
+    dish_home2                         56
 
1261
+    dvr                                       57
 
1262
+    skip_fwd                          55
 
1263
+    skip_back                         54
 
1264
+    fwd                                       50
 
1265
+    play                              3
 
1266
+    back                              49
 
1267
+    dish                              52
 
1268
+    page_up                           15
 
1269
+    page_down                         7    
 
1270
+  end codes
 
1271
+end remote
 
1272
+
 
1273
+### Remote definition for remotes using remote code 13 (0x0C0)
 
1274
+begin remote
 
1275
+  name dish13
 
1276
+
 
1277
+  flags SPACE_ENC|NO_HEAD_REP
 
1278
+  eps 30
 
1279
+  aeps 100
 
1280
+
 
1281
+  frequency 56000
 
1282
+#  duty_cycle 32
 
1283
+
 
1284
+  one 440 1645
 
1285
+  zero 440 2780
 
1286
+
 
1287
+  header 525 6045
 
1288
+  ptrail 450
 
1289
+  gap 6115
 
1290
+
 
1291
+  min_repeat 6
 
1292
+
 
1293
+  bits 6
 
1294
+  post_data_bits 10
 
1295
+
 
1296
+  post_data 0x0C0
 
1297
+
 
1298
+  begin codes
 
1299
+    info                               0
 
1300
+    power_on                           1
 
1301
+    power                              2
 
1302
+    1                                  4
 
1303
+    2                                  5
 
1304
+    3                                  6
 
1305
+    4                                  8
 
1306
+    5                                  9
 
1307
+    6                                  10
 
1308
+    7                                  12
 
1309
+    8                                  13
 
1310
+    9                                  14
 
1311
+    0                                  17
 
1312
+    menu                               11
 
1313
+    select                             16
 
1314
+    cancel                             18
 
1315
+    guide                              20
 
1316
+    view                               22
 
1317
+    tv_vcr                             23
 
1318
+    right                              24
 
1319
+    up                                 26
 
1320
+    recall                             27
 
1321
+    left                               28
 
1322
+    down                               30
 
1323
+    record                             31
 
1324
+    pause                              32
 
1325
+    stop                               33
 
1326
+    sys_info                           36
 
1327
+    asterisk                           37
 
1328
+    pound                              38
 
1329
+    power_off                          39
 
1330
+    sat                                41
 
1331
+    dish_home                          52
 
1332
+    sys_info2                          54
 
1333
+    dish_home2                         56
 
1334
+    dvr                                       57
 
1335
+    skip_fwd                          55
 
1336
+    skip_back                         54
 
1337
+    fwd                                       50
 
1338
+    play                              3
 
1339
+    back                              49
 
1340
+    dish                              52
 
1341
+    page_up                           15
 
1342
+    page_down                         7    
 
1343
+  end codes
 
1344
+end remote
 
1345
+
 
1346
+### Remote definition for remotes using remote code 14 (0x2C0)
 
1347
+begin remote
 
1348
+  name dish14
 
1349
+
 
1350
+  flags SPACE_ENC|NO_HEAD_REP
 
1351
+  eps 30
 
1352
+  aeps 100
 
1353
+
 
1354
+  frequency 56000
 
1355
+#  duty_cycle 32
 
1356
+
 
1357
+  one 440 1645
 
1358
+  zero 440 2780
 
1359
+
 
1360
+  header 525 6045
 
1361
+  ptrail 450
 
1362
+  gap 6115
 
1363
+
 
1364
+  min_repeat 6
 
1365
+
 
1366
+  bits 6
 
1367
+  post_data_bits 10
 
1368
+
 
1369
+  post_data 0x2C0
 
1370
+
 
1371
+  begin codes
 
1372
+    info                               0
 
1373
+    power_on                           1
 
1374
+    power                              2
 
1375
+    1                                  4
 
1376
+    2                                  5
 
1377
+    3                                  6
 
1378
+    4                                  8
 
1379
+    5                                  9
 
1380
+    6                                  10
 
1381
+    7                                  12
 
1382
+    8                                  13
 
1383
+    9                                  14
 
1384
+    0                                  17
 
1385
+    menu                               11
 
1386
+    select                             16
 
1387
+    cancel                             18
 
1388
+    guide                              20
 
1389
+    view                               22
 
1390
+    tv_vcr                             23
 
1391
+    right                              24
 
1392
+    up                                 26
 
1393
+    recall                             27
 
1394
+    left                               28
 
1395
+    down                               30
 
1396
+    record                             31
 
1397
+    pause                              32
 
1398
+    stop                               33
 
1399
+    sys_info                           36
 
1400
+    asterisk                           37
 
1401
+    pound                              38
 
1402
+    power_off                          39
 
1403
+    sat                                41
 
1404
+    dish_home                          52
 
1405
+    sys_info2                          54
 
1406
+    dish_home2                         56
 
1407
+    dvr                                       57
 
1408
+    skip_fwd                          55
 
1409
+    skip_back                         54
 
1410
+    fwd                                       50
 
1411
+    play                              3
 
1412
+    back                              49
 
1413
+    dish                              52
 
1414
+    page_up                           15
 
1415
+    page_down                         7    
 
1416
+  end codes
 
1417
+end remote
 
1418
+
 
1419
+### Remote definition for remotes using remote code 15 (0x1C0)
 
1420
+begin remote
 
1421
+  name dish15
 
1422
+
 
1423
+  flags SPACE_ENC|NO_HEAD_REP
 
1424
+  eps 30
 
1425
+  aeps 100
 
1426
+
 
1427
+  frequency 56000
 
1428
+#  duty_cycle 32
 
1429
+
 
1430
+  one 440 1645
 
1431
+  zero 440 2780
 
1432
+
 
1433
+  header 525 6045
 
1434
+  ptrail 450
 
1435
+  gap 6115
 
1436
+
 
1437
+  min_repeat 6
 
1438
+
 
1439
+  bits 6
 
1440
+  post_data_bits 10
 
1441
+
 
1442
+  post_data 0x1C0
 
1443
+
 
1444
+  begin codes
 
1445
+    info                               0
 
1446
+    power_on                           1
 
1447
+    power                              2
 
1448
+    1                                  4
 
1449
+    2                                  5
 
1450
+    3                                  6
 
1451
+    4                                  8
 
1452
+    5                                  9
 
1453
+    6                                  10
 
1454
+    7                                  12
 
1455
+    8                                  13
 
1456
+    9                                  14
 
1457
+    0                                  17
 
1458
+    menu                               11
 
1459
+    select                             16
 
1460
+    cancel                             18
 
1461
+    guide                              20
 
1462
+    view                               22
 
1463
+    tv_vcr                             23
 
1464
+    right                              24
 
1465
+    up                                 26
 
1466
+    recall                             27
 
1467
+    left                               28
 
1468
+    down                               30
 
1469
+    record                             31
 
1470
+    pause                              32
 
1471
+    stop                               33
 
1472
+    sys_info                           36
 
1473
+    asterisk                           37
 
1474
+    pound                              38
 
1475
+    power_off                          39
 
1476
+    sat                                41
 
1477
+    dish_home                          52
 
1478
+    sys_info2                          54
 
1479
+    dish_home2                         56
 
1480
+    dvr                                       57
 
1481
+    skip_fwd                          55
 
1482
+    skip_back                         54
 
1483
+    fwd                                       50
 
1484
+    play                              3
 
1485
+    back                              49
 
1486
+    dish                              52
 
1487
+    page_up                           15
 
1488
+    page_down                         7    
 
1489
+  end codes
 
1490
+end remote
 
1491
+
 
1492
+### Remote definition for remotes using remote code 16 (0x3C0)
 
1493
+begin remote
 
1494
+  name dish16
 
1495
+
 
1496
+  flags SPACE_ENC|NO_HEAD_REP
 
1497
+  eps 30
 
1498
+  aeps 100
 
1499
+
 
1500
+  frequency 56000
 
1501
+#  duty_cycle 32
 
1502
+
 
1503
+  one 440 1645
 
1504
+  zero 440 2780
 
1505
+
 
1506
+  header 525 6045
 
1507
+  ptrail 450
 
1508
+  gap 6115
 
1509
+
 
1510
+  min_repeat 6
 
1511
+
 
1512
+  bits 6
 
1513
+  post_data_bits 10
 
1514
+
 
1515
+  post_data 0x3C0
 
1516
+
 
1517
+  begin codes
 
1518
+    info                               0
 
1519
+    power_on                           1
 
1520
+    power                              2
 
1521
+    1                                  4
 
1522
+    2                                  5
 
1523
+    3                                  6
 
1524
+    4                                  8
 
1525
+    5                                  9
 
1526
+    6                                  10
 
1527
+    7                                  12
 
1528
+    8                                  13
 
1529
+    9                                  14
 
1530
+    0                                  17
 
1531
+    menu                               11
 
1532
+    select                             16
 
1533
+    cancel                             18
 
1534
+    guide                              20
 
1535
+    view                               22
 
1536
+    tv_vcr                             23
 
1537
+    right                              24
 
1538
+    up                                 26
 
1539
+    recall                             27
 
1540
+    left                               28
 
1541
+    down                               30
 
1542
+    record                             31
 
1543
+    pause                              32
 
1544
+    stop                               33
 
1545
+    sys_info                           36
 
1546
+    asterisk                           37
 
1547
+    pound                              38
 
1548
+    power_off                          39
 
1549
+    sat                                41
 
1550
+    dish_home                          52
 
1551
+    sys_info2                          54
 
1552
+    dish_home2                         56
 
1553
+    dvr                                       57
 
1554
+    skip_fwd                          55
 
1555
+    skip_back                         54
 
1556
+    fwd                                       50
 
1557
+    play                              3
 
1558
+    back                              49
 
1559
+    dish                              52
 
1560
+    page_up                           15
 
1561
+    page_down                         7    
 
1562
+  end codes
 
1563
+end remote
 
1564
+
 
1565
diff -urNad lirc-0.8.4a~/transmitters/motorola/dctxxxx.conf lirc-0.8.4a/transmitters/motorola/dctxxxx.conf
 
1566
--- lirc-0.8.4a~/transmitters/motorola/dctxxxx.conf     1969-12-31 18:00:00.000000000 -0600
 
1567
+++ lirc-0.8.4a/transmitters/motorola/dctxxxx.conf      2008-11-08 19:23:59.000000000 -0600
 
1568
@@ -0,0 +1,73 @@
 
1569
+#
 
1570
+# this config file was automatically generated
 
1571
+# using lirc-0.6.6(serial) on Fri Mar 28 22:46:44 2003
 
1572
+#
 
1573
+# contributed by shane bradley
 
1574
+#
 
1575
+#
 
1576
+#
 
1577
+# brand:                       Motorola
 
1578
+# model no. of remote control: DCT2000
 
1579
+# devices being controlled by this remote:
 
1580
+#
 
1581
+                                                                                    
 
1582
+begin remote
 
1583
+ name  DCT2000
 
1584
+  bits           16
 
1585
+  flags SPACE_ENC|CONST_LENGTH
 
1586
+  eps            30
 
1587
+  aeps          100
 
1588
 
1589
+  header       9036  4424
 
1590
+  one           556  2185
 
1591
+  zero          556  4424
 
1592
+  ptrail        556
 
1593
+  gap          100025
 
1594
+  toggle_bit      0
 
1595
 
1596
 
1597
+      begin codes
 
1598
+          HELP                     0x000000000000B3F2
 
1599
+          POWER                    0x000000000000AFF9
 
1600
+          MUTE                     0x0000000000000FF7
 
1601
+          PAGE+                    0x000000000000A3F3
 
1602
+          PAGE-                    0x00000000000023FB
 
1603
+          LOCK                     0x00000000000097F6
 
1604
+          EXIT                     0x000000000000B7F4
 
1605
+          AUP                      0x000000000000D3F6
 
1606
+          ADOWN                    0x00000000000053FE
 
1607
+          ALEFT                    0x00000000000093F1
 
1608
+          ARIGHT                   0x00000000000013F9
 
1609
+          OK                       0x00000000000077F8
 
1610
+          GUIDE                    0x000000000000F3F4
 
1611
+          MENU                     0x00000000000067F9
 
1612
+          VOL+                     0x0000000000004FF3
 
1613
+          VOL-                     0x0000000000008FFB
 
1614
+          LAST                     0x00000000000037FC
 
1615
+          FAV                      0x00000000000057FA
 
1616
+          CH+                      0x0000000000002FF5
 
1617
+          CH-                      0x000000000000CFFD
 
1618
+          A                        0x00000000000017FE
 
1619
+          B                        0x0000000000001BF1
 
1620
+          C                        0x000000000000EBF9
 
1621
+          1                        0x0000000000007FF0
 
1622
+          2                        0x000000000000BFF8
 
1623
+          3                        0x0000000000003FF4
 
1624
+          4                        0x000000000000DFFC
 
1625
+          5                        0x0000000000005FF2
 
1626
+          6                        0x0000000000009FFA
 
1627
+          7                        0x0000000000001FF6
 
1628
+          8                        0x000000000000EFFE
 
1629
+          9                        0x0000000000006FF1
 
1630
+          0                        0x000000000000FFFF
 
1631
+          BYPASS                   0x000000000000D7F2
 
1632
+          MUSIC                    0x000000000000F7F0
 
1633
+          STOP                     0x00000000000063FD
 
1634
+          PAUSE                    0x00000000000007FF
 
1635
+          PLAY                     0x000000000000E3F5
 
1636
+          REW                      0x00000000000087F7
 
1637
+          REC                      0x00000000000073FC
 
1638
+          FFWD                     0x00000000000047FB
 
1639
+      end codes
 
1640
 
1641
+end remote
 
1642
diff -urNad lirc-0.8.4a~/transmitters/pioneer/general.conf lirc-0.8.4a/transmitters/pioneer/general.conf
 
1643
--- lirc-0.8.4a~/transmitters/pioneer/general.conf      1969-12-31 18:00:00.000000000 -0600
 
1644
+++ lirc-0.8.4a/transmitters/pioneer/general.conf       2008-11-08 19:23:59.000000000 -0600
 
1645
@@ -0,0 +1,107 @@
 
1646
+#
 
1647
+# this config file was automatically generated
 
1648
+# using lirc-0.6.6(act200l) on Wed Apr  7 18:14:45 2004
 
1649
+#
 
1650
+# contributed by william nolan (will|willnolan.com)
 
1651
+#
 
1652
+# number codes denoised and rationalized by joe pierce (joe|joepierce.org)
 
1653
+#
 
1654
+# brand:                       Time Warner Digital Cable
 
1655
+# model no. of remote control:  UR4-P360 (http://www.twalbany.com/digitalentertainment/ur4-p360.php)
 
1656
+# devices being controlled by this remote: Pioneer Voyager digital cable
 
1657
+#                                          set top box
 
1658
+# notes: I'm not sure if this remote is used by all TW digital cable boxes,
 
1659
+# but this one works with the ones used by TW in the New York area.
 
1660
+# I was able to capture the commands with an Actisys IR-200L but not able
 
1661
+# to transmit with it.  I built the simple circuit in the LIRC documentation
 
1662
+# and have been successfully using it to control the set top box ever since.
 
1663
+
 
1664
+begin remote
 
1665
+
 
1666
+  name  TWC_UR4-P360
 
1667
+  bits           22
 
1668
+  flags SPACE_ENC|CONST_LENGTH
 
1669
+  eps            30
 
1670
+  aeps          100
 
1671
+
 
1672
+  header       3337  3378
 
1673
+  one           820  2540
 
1674
+  zero          820   817
 
1675
+  ptrail        820
 
1676
+  gap          100786
 
1677
+  toggle_bit      0
 
1678
+
 
1679
+  frequency    56000
 
1680
+
 
1681
+      begin codes
 
1682
+          POWER                    0x37C107
 
1683
+          GUIDE                    0x36C127
 
1684
+          MENU                     0x36F920
 
1685
+          INFO                     0x36213B
 
1686
+          UP                       0x36812F
 
1687
+          DOWN                     0x37A10B
 
1688
+          LEFT                     0x37810F
 
1689
+          RIGHT                    0x364137
 
1690
+          SELECT                   0x366133
 
1691
+          PAGEUP                   0x36D924
 
1692
+          PAGEDOWN                 0x37D904
 
1693
+          HELP                     0x376912
 
1694
+          SETTINGS                 0x373918
 
1695
+          EXIT                     0x366932
 
1696
+          A                        0x37E902
 
1697
+          B                        0x36193C
 
1698
+          C                        0x37191C
 
1699
+          LAST                     0x36E123
 
1700
+          FAV                      0x37F101
 
1701
+          DAYMINUS                 0x0E163D
 
1702
+          DAYPLUS                  0x0FE603
 
1703
+          CHUP                     0x377111
 
1704
+          CHDOWN                   0x36F121
 
1705
+          1                        0x36113D
 
1706
+          2                        0x37111D
 
1707
+          3                        0x36912D
 
1708
+          4                        0x37910D
 
1709
+          5                        0x365135
 
1710
+          6                        0x375115
 
1711
+          7                        0x36D125
 
1712
+          8                        0x37D105
 
1713
+          9                        0x363139
 
1714
+          0                        0x373119
 
1715
+          ENTER                    0x363139
 
1716
+          REW                      0x37291A
 
1717
+          PLAY                     0x37990C
 
1718
+          FF                       0x36293A
 
1719
+          REC                      0x375914
 
1720
+          STOP                     0x365934
 
1721
+          PAUSE                    0x374117
 
1722
+      end codes
 
1723
+
 
1724
+end remote
 
1725
+
 
1726
+
 
1727
+begin remote
 
1728
+
 
1729
+  name  TWC_UR4-P360-SONY
 
1730
+  bits           11
 
1731
+  flags SPACE_ENC|CONST_LENGTH
 
1732
+  eps            30
 
1733
+  aeps          100
 
1734
+
 
1735
+  header       2370   598
 
1736
+  one          1179   598
 
1737
+  zero          582   598
 
1738
+  ptrail        582
 
1739
+  gap          45000
 
1740
+  min_repeat      2
 
1741
+  toggle_bit      0
 
1742
+
 
1743
+
 
1744
+      begin codes
 
1745
+          VOLUP                    0x248
 
1746
+          VOLDOWN                  0x648
 
1747
+          MUTE                     0x148
 
1748
+      end codes
 
1749
+
 
1750
+end remote
 
1751
+
 
1752
+
 
1753
diff -urNad lirc-0.8.4a~/transmitters/scientificatlanta/general.conf lirc-0.8.4a/transmitters/scientificatlanta/general.conf
 
1754
--- lirc-0.8.4a~/transmitters/scientificatlanta/general.conf    1969-12-31 18:00:00.000000000 -0600
 
1755
+++ lirc-0.8.4a/transmitters/scientificatlanta/general.conf     2008-11-08 19:23:59.000000000 -0600
 
1756
@@ -0,0 +1,85 @@
 
1757
+#
 
1758
+# this config file was automatically generated
 
1759
+# using lirc-0.6.6(sir) on Wed Mar 24 22:28:59 2004
 
1760
+#
 
1761
+# Modified by Stephane Lavergne <stephane|iMars.com>:
 
1762
+#    Base frequency is 56kHz, irrecord was otherwise right on.
 
1763
+#
 
1764
+# contributed by 
 
1765
+#
 
1766
+# brand:                       Scientific Atlanta
 
1767
+# model no. of remote control: AT8400
 
1768
+# devices being controlled by this remote: Explorer 8000
 
1769
+#
 
1770
+
 
1771
+begin remote
 
1772
+
 
1773
+  name  SAE8000
 
1774
+  bits           22
 
1775
+  flags SPACE_ENC|CONST_LENGTH
 
1776
+  eps            30
 
1777
+  aeps          100
 
1778
+
 
1779
+  header       3397  3372
 
1780
+  one           827  2557
 
1781
+  zero          827   855
 
1782
+  ptrail        827
 
1783
+  gap          101386
 
1784
+  toggle_bit      0
 
1785
+
 
1786
+  frequency 56000
 
1787
+
 
1788
+      begin codes
 
1789
+          power                    0x000000000037C107
 
1790
+          guide                    0x000000000036C127
 
1791
+          menu                     0x000000000036F920
 
1792
+          info                     0x000000000036213B
 
1793
+          select_up                0x000000000036812F
 
1794
+          select_down              0x000000000037A10B
 
1795
+          select                   0x0000000000366133
 
1796
+          select_left              0x000000000037810F
 
1797
+          select_right             0x0000000000364137
 
1798
+          select_page+             0x000000000036D924
 
1799
+          select_page-             0x000000000037D904
 
1800
+          exit                     0x0000000000366932
 
1801
+          settings                 0x0000000000373918
 
1802
+          A                        0x000000000037E902
 
1803
+          B                        0x000000000036193C
 
1804
+          C                        0x000000000037191C
 
1805
+          vol+                     0x000000000036093E
 
1806
+          vol-                     0x000000000037091E
 
1807
+          ch+                      0x0000000000377111
 
1808
+          ch-                      0x000000000036F121
 
1809
+          mute                     0x000000000036892E
 
1810
+          fav                      0x000000000037F101
 
1811
+          last                     0x000000000036E123
 
1812
+          rew8secs                 0x000000000037C906
 
1813
+          list                     0x000000000036C926
 
1814
+          live                     0x000000000036B129
 
1815
+          rew                      0x000000000037291A
 
1816
+          ff                       0x000000000036293A
 
1817
+          play                     0x000000000037990C
 
1818
+          stop                     0x0000000000365934
 
1819
+          pause                    0x0000000000374117
 
1820
+          rec                      0x0000000000375914
 
1821
+          1                        0x000000000036113D
 
1822
+          2                        0x000000000037111D
 
1823
+          3                        0x000000000036912D
 
1824
+          4                        0x000000000037910D
 
1825
+          5                        0x0000000000365135
 
1826
+          6                        0x0000000000375115
 
1827
+          7                        0x000000000036D125
 
1828
+          8                        0x000000000037D105
 
1829
+          9                        0x0000000000363139
 
1830
+          asterisk                 0x000000000037E103
 
1831
+          0                        0x0000000000373119
 
1832
+          pound                    0x000000000036B928
 
1833
+          pip_power                0x000000000037B908
 
1834
+          pip_swap                 0x0000000000367930
 
1835
+          pip_move                 0x0000000000377910
 
1836
+          pip_ch+                  0x000000000036E922
 
1837
+          pip_ch-                  0x000000000037F900
 
1838
+          video_source             0x0000000000376113
 
1839
+      end codes
 
1840
+
 
1841
+end remote
 
1842
diff -urNad lirc-0.8.4a~/transmitters/sky/general.conf lirc-0.8.4a/transmitters/sky/general.conf
 
1843
--- lirc-0.8.4a~/transmitters/sky/general.conf  1969-12-31 18:00:00.000000000 -0600
 
1844
+++ lirc-0.8.4a/transmitters/sky/general.conf   2008-11-08 19:23:59.000000000 -0600
 
1845
@@ -0,0 +1,72 @@
 
1846
+#
 
1847
+# this config file was automatically generated
 
1848
+# using lirc-0.8.0(userspace) on Fri Jul 28 02:45:39 2006
 
1849
+#
 
1850
+# contributed by Lloyd Williams <binary_frog|chatcircuit.com>
 
1851
+#
 
1852
+# brand:                       SKY
 
1853
+# model no. of remote control: URC 1650-00 B00 - 9RC16P-1014 Sky+ Rev 6
 
1854
+# devices being controlled by this remote: SKY+ DVB-S receiver & PVR
 
1855
+#
 
1856
+
 
1857
+begin remote
 
1858
+
 
1859
+  name  sky
 
1860
+  bits            8
 
1861
+  flags RC6|CONST_LENGTH
 
1862
+  eps            30
 
1863
+  aeps          100
 
1864
+
 
1865
+  header       2691   890
 
1866
+  one           427   460
 
1867
+  zero          427   460
 
1868
+  pre_data_bits   17
 
1869
+  pre_data       0x3FF3
 
1870
+  gap          149845
 
1871
+  min_repeat      2
 
1872
+  toggle_bit      0
 
1873
+
 
1874
+  rc6_mask    0x100000
 
1875
+
 
1876
+      begin codes
 
1877
+          POWER                    0xF3
 
1878
+          TV_GUIDE                 0x33
 
1879
+          BOX_OFFICE               0x82
 
1880
+          SERVICES                 0x81
 
1881
+          INTERACTIVE              0x0A
 
1882
+          INFO                     0x34
 
1883
+          UP                       0xA7
 
1884
+          LEFT                     0xA5
 
1885
+          RIGHT                    0xA4
 
1886
+          DOWN                     0xA6
 
1887
+          SELECT                   0xA3
 
1888
+          CH+                      0xDF
 
1889
+          CH-                      0xDE
 
1890
+          TEXT                     0xC3
 
1891
+          BACK_UP                  0x7C
 
1892
+          HELP                     0x7E
 
1893
+          FREV                     0xC2
 
1894
+          FFWD                     0xD7
 
1895
+          PLAY                     0xC1
 
1896
+          PAUSE                    0xDB
 
1897
+          RECORD                   0xBF
 
1898
+          STOP                     0xC0
 
1899
+          RED                      0x92
 
1900
+          GREEN                    0x91
 
1901
+          YELLOW                   0x90
 
1902
+          BLUE                     0x8F
 
1903
+          1                        0xFE
 
1904
+          2                        0xFD
 
1905
+          3                        0xFC
 
1906
+          4                        0xFB
 
1907
+          5                        0xFA
 
1908
+          6                        0xF9
 
1909
+          7                        0xF8
 
1910
+          8                        0xF7
 
1911
+          9                        0xF6
 
1912
+          0                        0xFF
 
1913
+          SKY                      0x7F
 
1914
+          TV                       0x7B
 
1915
+      end codes
 
1916
+
 
1917
+end remote