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

« back to all changes in this revision

Viewing changes to ChangeLog

  • 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
 
2009-09-13  lirc  <lirc@m320>
 
1
2010-07-11  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
2
 
 
3
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
 
4
        update version numbers for 0.8.7pre2 snapshot release
 
5
 
 
6
        * daemons/irrecord.c:
 
7
        d'oh, that irrecord stuff wasn't supposed to be committed
 
8
 
 
9
        * daemons/config_file.c, daemons/irrecord.c:
 
10
        config_file: make addSignal use unsigned int instead of lirc_t. Negative values are already disallowed by s_strtolirc_t anyway, this just extends the range of possible values here, and has been tested successfully to fix an issue with lirc_zilog reported on the mythtv-users mailing list ("2147549184": must be a valid (lirc_t) number)
 
11
 
 
12
        * drivers/lirc_imon/lirc_imon.c:
 
13
        lirc_imon: add mandatory delay before leaving send_packet to throttle writes to displays, fixes numerous display issues
 
14
 
 
15
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
16
        lirc_mceusb: resync a bit with upstreamed mceusb driver
 
17
 
 
18
2010-07-09  lirc  <lirc@hades.wilsonet.com>
 
19
 
 
20
        * daemons/hw-types.c:
 
21
        fixed linker error when compiling in maintainer mode with all drivers enabled
 
22
 
 
23
        * daemons/lircd.c:
 
24
        use LIRC_SETUP_START/LIRC_SETUP_END only if there actually is something to set up
 
25
 
 
26
2010-05-30  lirc  <lirc@hades.wilsonet.com>
 
27
 
 
28
        * remotes/atiusb/lircd.conf.atiusb:
 
29
        another Medion P/N 20014752 variation
 
30
 
 
31
        * daemons/receive.h: buffer size too small for 128 bit protocol
 
32
 
 
33
2010-05-25  lirc  <lirc@hades.wilsonet.com>
 
34
 
 
35
        * daemons/hw_uirt2_common.c: prevent 0 time returned by read_raw
 
36
 
 
37
2010-05-24  lirc  <lirc@hades.wilsonet.com>
 
38
 
 
39
        * TODO, daemons/irrecord.c:
 
40
        capture code sequences like e.g. used by Pioneer
 
41
 
 
42
        * drivers/lirc_streamzap/lirc_streamzap.c:
 
43
        buffer too small for irrecord in certain situations
 
44
 
 
45
2010-05-22  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
46
 
 
47
        * drivers/lirc_mceusb/lirc_mceusb.c: Minor fixes from Bastien Nocera
 
48
 
 
49
2010-05-21  lirc  <lirc@hades.wilsonet.com>
 
50
 
 
51
        * doc/man-source/lircd.inc: typo
 
52
 
 
53
2010-05-19  lirc  <lirc@hades.wilsonet.com>
 
54
 
 
55
        * configure.ac: don't build lirc_gpio anymore for --with-driver=all
 
56
 
 
57
        * drivers/kcompat.h: device_set_wakeup_capable() in kernel <2.6.27
 
58
 
 
59
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
60
        fixed compiler warnings and potential wrong ioctl return code
 
61
 
 
62
        * daemons/lircd.c: accept DOS line endings
 
63
 
 
64
2010-05-13  lirc  <lirc@hades.wilsonet.com>
 
65
 
 
66
        * configure.ac, doc/html-source/index.html, ANNOUNCE, NEWS, setup.sh:
 
67
        lirc-0.8.7pre1 snapshot release
 
68
 
 
69
        * daemons/ir_remote.c: no pause when SIM_SEND is enabled
 
70
 
 
71
        * daemons/Makefile.am: fixed compilation of slinke tool
 
72
 
 
73
        * drivers/lirc.h, drivers/lirc_dev/lirc_dev.c:
 
74
        add new ioctls to compat function, cleanups
 
75
 
 
76
2010-05-12  lirc  <lirc@hades.wilsonet.com>
 
77
 
 
78
        * drivers/lirc_dev/lirc_dev.c: add missing format args
 
79
 
 
80
2010-05-07  lirc  <lirc@hades.wilsonet.com>
 
81
 
 
82
        * daemons/hw_default.c:
 
83
        handle pathetic case that driver supports two modes
 
84
 
 
85
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc.h:
 
86
        LIRC_GET_REC_MODE/LIRC_GET_SEND_MODE are still required
 
87
 
 
88
2010-05-07  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
89
 
 
90
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
91
        ENE0100: Make wake on IR configurable
 
92
 
 
93
        Added ability to disable that feature,
 
94
        also allow wake on IR be enabled on shutdown.
 
95
 
 
96
        Few more cleanups on the way.
 
97
 
 
98
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
99
 
 
100
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
101
        ENE0100: send samples too when carrier detect enabled.
 
102
 
 
103
        Now I know that this is correct behavier
 
104
 
 
105
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
106
        lirc_ene000: add locking to ioctl
 
107
 
 
108
        This should make safe there are no races against IRQ handler
 
109
 
 
110
        * daemons/hw_default.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_serial/lirc_serial.c:
 
111
        lirc_dev: create generic implemenation of LIRC_SET_SEND_MODE and LIRC_GET_SEND_MODE
 
112
 
 
113
 
 
114
        This adds generic implementation of these  ioctls
 
115
        and removes it from drivers that already use the lirc_dev->features
 
116
        It also obsoletes this feature, because it isn't used
 
117
 
 
118
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
119
 
 
120
2010-05-01  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
121
 
 
122
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h:
 
123
        ENE0100: few fixes & misc
 
124
 
 
125
        * Fix possible division by 0
 
126
        * Add a guess (might not be supported by hardware) of carrier duty cycle
 
127
        * Few cosmetic fixes
 
128
 
 
129
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
130
 
 
131
2010-04-26  lirc  <lirc@hades.wilsonet.com>
 
132
 
 
133
        * drivers/lirc_gpio/lirc_gpio.c:
 
134
        set reasonable default value for soft_gap
 
135
 
 
136
2010-04-25  lirc  <lirc@hades.wilsonet.com>
 
137
 
 
138
        * drivers/lirc_dev/lirc_dev.h: fix compiler warning: fops can be const
 
139
 
 
140
        * drivers/kcompat.h: DIV_ROUND_CLOSEST added in 2.6.29
 
141
 
 
142
        * configure.ac, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_atwf83.c, daemons/hw_hiddev.c, setup.data:
 
143
        moved atwf83 driver into separate file,
 
144
        implemented repeat simulation
 
145
 
 
146
2010-04-23  lirc  <lirc@hades.wilsonet.com>
 
147
 
 
148
        * daemons/ir_remote.c: prefer full sequence match over partial match
 
149
 
 
150
2010-04-20  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
151
 
 
152
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h:
 
153
        ENE0100: few cosmetic fixes for carrier sense
 
154
 
 
155
        * don't call the sense twice
 
156
        * don't send 0 samples
 
157
        * remove redundand register macro from header file
 
158
 
 
159
2010-04-19  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
160
 
 
161
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h:
 
162
        ENE0100: implement RX carrier sense.
 
163
 
 
164
        * drivers/lirc_ene0100/lirc_ene0100.h:
 
165
        ENE0100: some cleanups in register descriptions
 
166
        plus, add a carrier sense register I found.
 
167
 
 
168
2010-04-18  lirc  <lirc@hades.wilsonet.com>
 
169
 
 
170
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
171
        new Formosa ID (SF patch ID: 2974829)
 
172
 
 
173
2010-04-18  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
174
 
 
175
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h:
 
176
        ENE0100: Make timeout report work as expected
 
177
 
 
178
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
179
 
 
180
2010-04-18  lirc  <lirc@hades.wilsonet.com>
 
181
 
 
182
        * NEWS, configure.ac, daemons/hw-types.c, daemons/hw_hiddev.c, setup.data:
 
183
        added support for Aureal ATWF@83-W001 ESKY.CC remote (Romain Henriet)
 
184
 
 
185
2010-04-17  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
186
 
 
187
        * drivers/lirc_ene0100/lirc_ene0100.c: ENE0100: allow to set 0 carrier
 
188
 
 
189
        This is untested, but should be allowed
 
190
 
 
191
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h:
 
192
        ENE0100: Few fixes for last update.
 
193
 
 
194
        * Gap handling is by default the same as was, unless user explictly asks for the timeout reports
 
195
        * TX Carrier range is corrected again
 
196
        * Few new checks
 
197
 
 
198
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
199
 
 
200
        * drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h, NEWS:
 
201
        Major update for ene0100 driver.
 
202
 
 
203
        * Added transmitter support
 
204
        * Many fixes
 
205
        * Support for timeout report
 
206
 
 
207
2010-04-17  lirc  <lirc@hades.wilsonet.com>
 
208
 
 
209
        * daemons/release.c:
 
210
        trying to get the release timeout calculation right
 
211
 
 
212
2010-04-13  lirc  <lirc@hades.wilsonet.com>
 
213
 
 
214
        * daemons/receive.c, daemons/receive.h:
 
215
        make receive_timeout an inline function to avoid having to link receive.c
 
216
 
 
217
2010-04-11  lirc  <lirc@hades.wilsonet.com>
 
218
 
 
219
        * drivers/lirc.h, drivers/lirc_streamzap/lirc_streamzap.c, daemons/config_file.c, daemons/hardware.h, daemons/hw-types.c, daemons/hw_accent.c, daemons/hw_alsa_usb.c, daemons/hw_atilibusb.c, daemons/hw_audio.c, daemons/hw_audio_alsa.c, daemons/hw_awlibusb.c, daemons/hw_bte.c, daemons/hw_caraca.c, daemons/hw_commandir.c, daemons/hw_creative.c, daemons/hw_creative_infracd.c, daemons/hw_default.c, daemons/hw_devinput.c, daemons/hw_dfclibusb.c, daemons/hw_dsp.c, daemons/hw_ea65.c, daemons/hw_ftdi.c, daemons/hw_hiddev.c, daemons/hw_i2cuser.c, daemons/hw_iguanaIR.c, daemons/hw_irlink.c, daemons/hw_irman.c, daemons/hw_livedrive_midi.c, daemons/hw_livedrive_seq.c, daemons/hw_logitech.c, daemons/hw_mouseremote.c, daemons/hw_mp3anywhere.c, daemons/hw_mplay.c, daemons/hw_pcmak.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c, daemons/hw_silitek.c, daemons/hw_slinke.c, daemons/hw_srm7500libusb.c, daemons/hw_tira.c, daemons/hw_udp.c, daemons/hw_uirt2.c, daemons/hw_uirt2_raw.c, daemons/hw_usbx.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/irrecord.c, daemons/lircd.c, daemons/receive.c, daemons/receive.h, daemons/release.c, daemons/slinke.c:
 
220
        use hardware timeouts to speed up signal decoding,
 
221
        setup hardware spike filters,
 
222
        moved the according setup code to lircd core so that not only kernel space drivers can make use of these features
 
223
 
 
224
        * setup.data: added Snapstream Firefly
 
225
 
 
226
2010-04-09  lirc  <lirc@hades.wilsonet.com>
 
227
 
 
228
        * daemons/release.c:
 
229
        must take into account that the decoder waits at least 100ms for the end of signal
 
230
 
 
231
2010-04-06  lirc  <lirc@hades.wilsonet.com>
 
232
 
 
233
        * configure.ac: using PortAudio V19
 
234
 
 
235
        * doc/html-source/audio.html, doc/html-source/pronto2lirc.html:
 
236
        dos2unix
 
237
 
 
238
        * daemons/hw_audio.c, doc/html-source/audio.html:
 
239
        added: print found devices to loginfo
 
240
        added: print deinit
 
241
        added: print output underflow and input overflow to log
 
242
        added: specifiable latency after rate
 
243
        updated audio documentation
 
244
 
 
245
2010-04-05  lirc  <lirc@hades.wilsonet.com>
 
246
 
 
247
        * daemons/hw_uirt2_raw.c: perserve original signal length
 
248
 
 
249
2010-04-04  lirc  <lirc@hades.wilsonet.com>
 
250
 
 
251
        * daemons/hw_uirt2_raw.c:
 
252
        use 1 as dummy signal length as 0 does not seem to work
 
253
 
 
254
        * daemons/hw_uirt2_raw.c:
 
255
        handle transmission of very long pulses/spaces which would cause overflow in byte buffer otherwise
 
256
 
 
257
2010-04-02  lirc  <lirc@hades.wilsonet.com>
 
258
 
 
259
        * daemons/Makefile.am, daemons/config_file.c, daemons/ir_remote.c, daemons/ir_remote_types.h, daemons/release.c, daemons/transmit.c, daemons/transmit.h, NEWS:
 
260
        made generation of automatic release events in lircd more robust
 
261
 
 
262
2010-03-31  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
263
 
 
264
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
265
        lirc_mceusb: bah. xmit mask entry for 0x0008 topseed wasn't supposed to be commented out.
 
266
 
 
267
2010-03-30  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
268
 
 
269
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
270
        Add two PNP IDs to lirc_ene driver.
 
271
        These devices should be supported by this driver
 
272
 
 
273
2010-03-22  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
274
 
 
275
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
276
        lirc_mceusb: override bInterval on topseed 0x0008 to 1
 
277
 
 
278
        Complete and total testing involves actually yanking the device out
 
279
        of the system, not just unloading and reloading the driver... The
 
280
        topseed 0x0008 device comes up like so:
 
281
 
 
282
        usb 2-9: config 1 interface 0 altsetting 0 endpoint 0x1 has an invalid bInterval 0, changing to 32
 
283
        usb 2-9: config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 0, changing to 32
 
284
 
 
285
        If we load the old lirc_mceusb, that got set to 1. Unload and load up an
 
286
        updated lirc_mceusb to enable transmit, and it sticks at 1. Unplug and
 
287
        replug with the updated driver and its back at 32, and the thing gets
 
288
        completely wedged.
 
289
 
 
290
        Upon inspection, the topseed 0x0001 and original ms mce transceiver also
 
291
        come up with a stock bInterval of 0, so we're back to setting it to 1 for
 
292
        everything but the pinnacle transceiver, where whatever its default is
 
293
        seems to be required for functionality. Meh.
 
294
 
 
295
2010-03-21  lirc  <lirc@hades.wilsonet.com>
 
296
 
 
297
        * drivers/Makefile.am: removed obsolete install rules
 
298
 
 
299
2010-03-20  lirc  <lirc@hades.wilsonet.com>
 
300
 
 
301
        * NEWS, configure.ac, daemons/hw-types.c, daemons/hw_accent.c, daemons/hw_mplay.c, daemons/hw_tira.c, daemons/hw_tira.h, daemons/irrecord.c, daemons/lircd.c, daemons/lircd.h, daemons/slinke.c, doc/html-source/tira.html, doc/release-html.sh, setup.data:
 
302
        added tira_raw driver for the Ira/Tira receivers that supports receiving in timing mode, the tira driver now supports transmit (Arnold Pakolitz)
 
303
 
 
304
        * configure.ac, daemons/hw_irlink.c, daemons/hw_silitek.c, daemons/hw_slinke.c, daemons/hw_tira.c, daemons/hw_uirt2.c, daemons/hw_uirt2_raw.c, daemons/hw_usbx.c, drivers/Makefile.am, daemons/hw_accent.c, daemons/hw_creative.c, daemons/hw_ea65.c, daemons/hw_irman.c, daemons/hw_logitech.c, daemons/hw_mouseremote.c, daemons/hw_mp3anywhere.c, daemons/hw_mplay.c, daemons/hw_pcmak.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c:
 
305
        use LIRC_IRTTY if specified by the user in setup.sh or set proper default otherwise,
 
306
        don't create any links in /dev/ for this purpose
 
307
 
 
308
        * setup.data: moved caraca driver into correct category
 
309
 
 
310
2010-03-19  lirc  <lirc@hades.wilsonet.com>
 
311
 
 
312
        * remotes/atiusb/lircd.conf.atilibusb: another Medion MD8800 X10 model
 
313
 
 
314
2010-03-19  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
315
 
 
316
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
317
        lirc_mceusb: enable transmit on topseed 0x0008 devices
 
318
 
 
319
        Special thanks to Greg Oliver for providing the hardware to
 
320
        debug and figure out the proper intialization sequence for
 
321
        this device.
 
322
 
 
323
        Essentially, there seems to be a 3rd-gen class of mceusb devices,
 
324
        which require different initialization from the 2nd-gen (and 1st-gen),
 
325
        so I've created a new device table for those.
 
326
 
 
327
        There's a quirk with a note about a usb reset being required for the
 
328
        pinnacle device... That reset actually wedges the topseed 0x0008,
 
329
        and the required magic for it is actually to send the mce device
 
330
        reset command to the device prior to starting the init sequence. I
 
331
        *suspect* this would also work in place of the crap being done for
 
332
        the pinnacle device right now, but I don't have one to test that theory
 
333
        out, so I'm leaving it be for now...
 
334
 
 
335
        Nb: in the future, the multitude of tables here and in the imon driver
 
336
        should be converted to device quirk tables, a la the upstream firewire
 
337
        driver... (first example that comes to mind).
 
338
 
 
339
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
340
        lirc_mceusb: translate command data into english
 
341
 
 
342
        Make debug spew understandable in plain english, such as:
 
343
 
 
344
        lirc_mceusb 2-9:1.0:  inbound data: 9f 08 03  (length=3)
 
345
        lirc_mceusb 2-9:1.0: Got transmit blaster mask of 0x03
 
346
 
 
347
        lirc_mceusb 2-9:1.0:  inbound data: 9f 0c 07 d0  (length=4)
 
348
        lirc_mceusb 2-9:1.0: Got receive timeout of 1000 ms
 
349
 
 
350
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
351
        lirc_mceusb: report in/out direction of data in debug spew, helpful to know which direction the data was going
 
352
 
 
353
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
354
        lirc_mceusb: explain the init process better
 
355
 
 
356
        I've been sitting on a post from a Kevin Timmerman to
 
357
        gmane.comp.hardware.lirc from back in early 2007 that details
 
358
        a bunch of the mce device command strings and their meanings.
 
359
        Transcribe that into comments in the code and give the various
 
360
        strings more descriptive names. For example, 'pin_init1' is
 
361
        actually 'get carrier mode and frequency'.
 
362
 
 
363
        More detailed debugging spew that also utilizes this data soon
 
364
        to follow...
 
365
 
 
366
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
367
        lirc_mceusb: refactor packet request handler
 
368
 
 
369
        First up, support for async inbound data was pointless, it only got
 
370
        used by the init sequences, which are actually better served by sync
 
371
        requests, so simplify that.
 
372
 
 
373
        Second, request_packet_async was never really a proper name, since its
 
374
        both generic and wrong (supports sync reqs too), so rename it to
 
375
        mce_request_packet.
 
376
 
 
377
        Third, add wrappers for inbound and outbound requests to reduce a ton
 
378
        of duplication and make the code easier to read.
 
379
 
 
380
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
381
        lirc_mceusb: give mutex lock slightly less generic name (ported from git)
 
382
 
 
383
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
384
        lirc_mceusb: zero out buffers at init/alloc time (ported from git)
 
385
 
 
386
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
387
        lirc_mceusb: simplify init failure handling (ported from git)
 
388
 
 
389
2010-03-17  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
390
 
 
391
        * remotes/devinput/lircd.conf.devinput:
 
392
        Updated devinput lircd.conf based on 2.6.33 input.h
 
393
 
 
394
        * drivers/lirc_imon/lirc_imon.c:
 
395
        lirc_imon: if mouse mode disabled, pass thru values for mouse/keyboard toggle key. Patch from Jan Hustak.
 
396
 
 
397
        * drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c:
 
398
        dropping unneeded autoconf includes
 
399
 
 
400
        autoconf.h is pulled into the gcc command line since at least 2.6.15 and
 
401
        tends to break compilation under some circumstances since 2.6.33.
 
402
 
 
403
        Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
 
404
        Signed-off-by: Jarod Wilson <jarod@redhat.com>
 
405
 
 
406
2010-03-16  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
407
 
 
408
        * remotes/imon/lircd.conf.imon-mceusb:
 
409
        imon: add mce remote codes for older 0xffdc imon receivers
 
410
 
 
411
2010-02-28  lirc  <lirc@hades.wilsonet.com>
 
412
 
 
413
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
414
        new Topseed id 1784:0011 reported by Tom Bailey
 
415
 
 
416
2010-02-27  lirc  <lirc@hades.wilsonet.com>
 
417
 
 
418
        * NEWS, configure.ac, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_dfclibusb.c, setup.data:
 
419
        added support for DFC USB InfraRed Remote Control (Davio Franke)
 
420
 
 
421
        * tools/lircrcd.c: check input for CODE command
 
422
 
 
423
2010-02-19  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
424
 
 
425
        * drivers/lirc_imon/lirc_imon.c:
 
426
        lirc_imon: fix IR handling on old non-onboard-decode devices (successfully tested by Paul Sijben)
 
427
 
 
428
2010-02-12  lirc  <lirc@hades.wilsonet.com>
 
429
 
 
430
        * doc/man-source/irxevent.inc, tools/irxevent.c: Mod5 is AltGr
 
431
 
 
432
2010-02-04  lirc  <lirc@hades.wilsonet.com>
 
433
 
 
434
        * remotes/hauppauge/lircd.conf.hauppauge: added MVP config
 
435
 
 
436
2010-02-02  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
437
 
 
438
        * drivers/lirc_imon/lirc_imon.c:
 
439
        lirc_imon: cope with really old device that has neither tx control nor tx endpoint, verified by Paul Sijbens to fix his 0x0aa8:0x8001 imon device
 
440
 
 
441
2010-01-30  lirc  <lirc@hades.wilsonet.com>
 
442
 
 
443
        * daemons/receive.c, doc/html-source/technical.html, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_streamzap/lirc_streamzap.c:
 
444
        timeout support in mode2 protocol
 
445
 
 
446
        * drivers/lirc.h: convenience macros
 
447
 
 
448
2010-01-23  lirc  <lirc@hades.wilsonet.com>
 
449
 
 
450
        * drivers/lirc_dev/lirc_dev.h: fixed compiler warning
 
451
 
 
452
        * drivers/lirc.h: silence compiler warning
 
453
 
 
454
2010-01-17  lirc  <lirc@hades.wilsonet.com>
 
455
 
 
456
        * configure.ac, daemons/hw_ftdi.c:
 
457
        transmit support for FTDI based devices
 
458
 
 
459
        * drivers/lirc.h:
 
460
        new ioctls for carrier measurement, receiver timeout settings, filter settings
 
461
 
 
462
2010-01-16  lirc  <lirc@hades.wilsonet.com>
 
463
 
 
464
        * daemons/hw_default.c, daemons/hw_default.h, daemons/ir_remote.c, daemons/transmit.h:
 
465
        moved delay code before transmit to general transmit path
 
466
 
 
467
2010-01-13  lirc  <lirc@hades.wilsonet.com>
 
468
 
 
469
        * daemons/hw_devinput.c:
 
470
        better approach at repeat handling using map_gap
 
471
 
 
472
        * contrib/devinput.sh, daemons/hw_devinput.c, remotes/devinput/lircd.conf.devinput:
 
473
        extend devinput configuration to 64 bit to properly handle non-key events
 
474
 
 
475
        * drivers/lirc_ite8709/lirc_ite8709.c: minor formatting change
 
476
 
 
477
        * drivers/lirc_it87/lirc_it87.c:
 
478
        add UPNP support for ITE8704 - ID: 2921606
 
479
 
 
480
2010-01-10  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
481
 
 
482
        * drivers/lirc_imon/lirc_imon.c:
 
483
        15c2:0039 is the soungraph imon ultrabay ir + lcd, per mail from Eric Sharkey
 
484
 
 
485
2010-01-01  lirc  <lirc@hades.wilsonet.com>
 
486
 
 
487
        * daemons/lircd.c: send EV_SYN
 
488
 
 
489
        * daemons/hw_alsa_usb.c: use LIRC_MODE_LIRCCODE
 
490
 
 
491
2009-12-31  lirc  <lirc@hades.wilsonet.com>
 
492
 
 
493
        * daemons/hw_hiddev.c: unused variable
 
494
 
 
495
        * daemons/hw_hiddev.c:
 
496
        use map_gap (fixes macmini repeat handling when using universal remote that does not support special repeat code)
 
497
 
 
498
2009-12-28  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
499
 
 
500
        * drivers/lirc_i2c/lirc_i2c.c:
 
501
        Invert adap->id checks, as bt8xx has no id anymore 2.6.32 and later. Tested successfully by Stefan Lippers-Hollmann
 
502
 
 
503
        * drivers/lirc_dev/lirc_dev.h:
 
504
        add support for 2.6.33 kfifo api change, successfully tested by Boris Cuber
 
505
 
 
506
        * drivers/lirc_dev/lirc_dev.c:
 
507
        fix compile warning re: possibly uninitialized retval in irctl_open
 
508
 
 
509
2009-12-28  lirc  <lirc@hades.wilsonet.com>
 
510
 
 
511
        * drivers/lirc_dev/lirc_dev.c: set retval if try_module_get fails
 
512
 
 
513
        * drivers/lirc.h, drivers/lirc_dev/lirc_dev.c, tools/mode2.c, daemons/hw_creative_infracd.c, daemons/hw_default.c, daemons/hw_mplay.c, daemons/irrecord.c, daemons/receive.c, doc/html-source/technical.html:
 
514
        removed LIRC_MODE_CODE: rarely used and a subset of LIRC_MODE_LIRCCODE
 
515
 
 
516
        * daemons/hw_bte.c, daemons/hw_default.c, daemons/irrecord.c, drivers/lirc.h:
 
517
        removed LIRC_MODE_STRING: it was never really used anyway
 
518
 
 
519
2009-12-28  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
520
 
 
521
        * remotes/imon/lircd.conf.imon-knob:
 
522
        add more possible key up/down/left/right codes to imon knob lircd.conf
 
523
 
 
524
2009-12-27  lirc  <lirc@hades.wilsonet.com>
 
525
 
 
526
        * tools/Makefile.am, tools/mode2.c, tools/xmode2.c:
 
527
        xmode2 supports access through abstraction layer like mode2
 
528
 
 
529
2009-12-25  lirc  <lirc@hades.wilsonet.com>
 
530
 
 
531
        * drivers/lirc_it87/lirc_it87.c, setup.data:
 
532
        support for ITE8704/ITE8718 (James Edwards)
 
533
 
 
534
2009-12-24  lirc  <lirc@hades.wilsonet.com>
 
535
 
 
536
        * drivers/kcompat.h: __SPIN_LOCK_UNLOCKED for <2.6.18
 
537
 
 
538
2009-12-18  lirc  <lirc@hades.wilsonet.com>
 
539
 
 
540
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
541
        added support for TiVo PC IR Receiver (Tim Korsrud)
 
542
 
 
543
2009-12-17  lirc  <lirc@hades.wilsonet.com>
 
544
 
 
545
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
546
        added support for Realtek MCE IR Receiver (Ossi Berg)
 
547
 
 
548
        * daemons/lircmd.c: handle DOS line endings
 
549
 
 
550
2009-12-15  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
551
 
 
552
        * drivers/lirc_i2c/lirc_i2c.c:
 
553
        lirc_i2c: fix build on 2.6.32 (patch from Paul Bender)
 
554
 
 
555
2009-12-12  lirc  <lirc@hades.wilsonet.com>
 
556
 
 
557
        * doc/html-source/install.html: s/insmod/modprobe/
 
558
 
 
559
2009-12-12  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
560
 
 
561
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
562
        lirc_mceusb: dell mce transceiver has inverted xmit mask
 
563
 
 
564
2009-11-21  lirc  <lirc@hades.wilsonet.com>
 
565
 
 
566
        * daemons/irrecord.c: add old heuristic again for Xbox remote
 
567
 
 
568
        * daemons/hw_awlibusb.c: cleaned up logging
 
569
 
 
570
        * daemons/hw_awlibusb.c:
 
571
        handle ETIMEDOUT returned by usb_interrupt_read
 
572
 
 
573
2009-11-18  lirc  <lirc@hades.wilsonet.com>
 
574
 
 
575
        * daemons/hw_atilibusb.c: handle timeout,
 
576
        log clean-up,
 
577
        properly shut down in case of error
 
578
 
 
579
2009-11-17  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
580
 
 
581
        * remotes/imon/lircd.conf.imon-knob:
 
582
        imon: add 64-bit config for knob receiver
 
583
 
 
584
2009-11-15  lirc  <lirc@hades.wilsonet.com>
 
585
 
 
586
        * daemons/Makefile.am, daemons/hw-types.c, daemons/hw_srm7500libusb.c, daemons/hw_srm7500libusb.h, remotes/philips/lircd.conf.srm7500libusb, setup.data, NEWS, configure.ac:
 
587
        added support for Philips SRM 7500 RF remote (Henning Glawe)
 
588
 
 
589
        * daemons/hw_audio.c, doc/html-source/audio.html, doc/images/audio_transmitter.png, doc/images/audio_wave.png, doc/release-html.sh, NEWS, configure.ac, setup.data:
 
590
        support for simple transmitter circuit connected to soundcard (Bob van Loosen)
 
591
 
 
592
2009-11-13  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
593
 
 
594
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
595
        lirc_mceusb: add another SMK transceiver device ID
 
596
 
 
597
2009-11-09  lirc  <lirc@hades.wilsonet.com>
 
598
 
 
599
        * tools/lircrcd.c: use proper type for 3rd arg of accept()
 
600
 
 
601
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c:
 
602
        don't log error when no data is available,
 
603
        rbuf is not allocated by this driver, so there's no need to free it
 
604
 
 
605
2009-11-07  lirc  <lirc@hades.wilsonet.com>
 
606
 
 
607
        * remotes/mceusb/lircd.conf.mceusb:
 
608
        additional buttons for HP Pavilion dv3t remote
 
609
 
 
610
2009-11-05  lirc  <lirc@hades.wilsonet.com>
 
611
 
 
612
        * daemons/hw_devinput.c: added NBITS define
 
613
 
 
614
2009-10-31  lirc  <lirc@hades.wilsonet.com>
 
615
 
 
616
        * daemons/hw_devinput.c:
 
617
        forward mouse events that can't be handled by lirc,
 
618
        don't die when device disappears
 
619
 
 
620
2009-10-30  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
621
 
 
622
        * drivers/lirc_imon/lirc_imon.c:
 
623
        lirc_imon: tx_control is NOT required to set IR protocol
 
624
 
 
625
        Per Anders Eriksson's feedback on the lirc mailing list, at least some of
 
626
        the older iMON devices without control endpoints are in fact able to
 
627
        handle MCE/RC-6 IR protocol mode, and I mistakenly added a bogus check at
 
628
        some point that prevented them from functioning.
 
629
 
 
630
2009-10-28  lirc  <lirc@hades.wilsonet.com>
 
631
 
 
632
        * daemons/hw_audio.c: Portaudio callback has wrong arguments list
 
633
 
 
634
2009-10-20  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
635
 
 
636
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
637
        lirc_mceusb: header comment sync-up
 
638
 
 
639
2009-10-18  lirc  <lirc@hades.wilsonet.com>
 
640
 
 
641
        * remotes/atiusb/lircd.conf.atiusb: all channels of Pollin remote
 
642
 
 
643
2009-10-12  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
644
 
 
645
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
646
        lirc_ene0100: 2.6.32 build fixage, due to minor header change
 
647
 
 
648
        * drivers/lirc_ite8709/lirc_ite8709.c: lirc_ite8709: 2.6.32 build fixes
 
649
 
 
650
        * drivers/lirc_imon/lirc_imon.c:
 
651
        lirc_imon: don't call send_packet without context lock held
 
652
 
 
653
2009-10-07  lirc  <lirc@hades.wilsonet.com>
 
654
 
 
655
        * config.rpath, configure.ac, gettext.h, tools/Makefile.am, tools/ircat.c, tools/lirc_client.c:
 
656
        Added gettext support. (Sverker Wiberg)
 
657
 
 
658
        * config.rpath, gettext.h: New file.
 
659
 
 
660
        * ABOUT-NLS, Makefile.am, NEWS: Added gettext support. (Sverker Wiberg)
 
661
 
 
662
        * ABOUT-NLS: New file.
 
663
 
 
664
2009-09-26  jarodwilson  <jarodwilson@hades.wilsonet.com>
 
665
 
 
666
        * drivers/lirc_mceusb/lirc_mceusb.c:
 
667
        lirc_mceusb: fix xmit support on port 1 of the 1st-gen device, sync up comments w/git tree
 
668
 
 
669
2009-09-24  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
 
670
 
 
671
        * drivers/lirc_ene0100/lirc_ene0100.c:
 
672
        I spotted a warning while compiling and it turned out to be
 
673
        a real mistake.
 
674
 
 
675
        "!A & CONSTANT" does not do what you'd think (and much less
 
676
        "!A && CONSTANT"!!).
 
677
 
 
678
        Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
 
679
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
 
680
 
 
681
2009-09-22  lirc  <lirc@hades.wilsonet.com>
 
682
 
 
683
        * drivers/lirc_sir/lirc_sir.c: fixed typo
 
684
 
 
685
2009-09-21  lirc  <lirc@hades.wilsonet.com>
 
686
 
 
687
        * doc/man-source/lircmd.inc: ACTIVATE hint
 
688
 
 
689
        * daemons/lircmd.c: corrected optstring to support -u
 
690
 
 
691
2009-09-19  lirc  <lirc@hades.wilsonet.com>
 
692
 
 
693
        * daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote_types.h:
 
694
        suppress repeat
 
695
 
 
696
        * tools/mode2.c: refuse to read from lircd socket
 
697
 
 
698
2009-09-13  lirc  <lirc@hades.wilsonet.com>
 
699
 
 
700
        * daemons/ir_remote.c:
 
701
        don't reset repeat counter if there was a decoding error in between
 
702
 
 
703
        * daemons/receive.c:
 
704
        decode raw_codes correctly if one signal sequence is a prefix of a later sequence in the config file
 
705
 
 
706
        * tools/irxevent.c:
 
707
        flush XEvent queue in between press and release, increase sleep period (Matthew Sheppard)
 
708
 
 
709
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
 
710
        started 0.8.7 development
2
711
 
3
712
        * ANNOUNCE, NEWS, configure.ac, setup.sh, doc/html-source/index.html:
4
713
        0.8.6 release
5
714
 
6
 
2009-09-11  jarodwilson  <jarodwilson@m320>
 
715
2009-09-11  jarodwilson  <jarodwilson@hades.wilsonet.com>
7
716
 
8
717
        * drivers/lirc_imon/lirc_imon.c:
9
718
        lirc_imon: some of the ffdc devices decode mouse buttons differently, handle them
10
719
 
11
 
2009-09-08  jarodwilson  <jarodwilson@m320>
 
720
2009-09-08  jarodwilson  <jarodwilson@hades.wilsonet.com>
12
721
 
13
722
        * drivers/lirc_imon/lirc_imon.c:
14
723
        lirc_imon: filter out spurious input in mouse mode
16
725
        Only send mouse button press data *or* mouse movement data, not
17
726
        both at the same time. Based on a patch by Scott Meacham.
18
727
 
19
 
2009-09-07  lirc  <lirc@m320>
 
728
2009-09-07  lirc  <lirc@hades.wilsonet.com>
20
729
 
21
730
        * daemons/hw_devinput.c: EV_SW not defined everywhere
22
731
 
23
 
2009-09-03  jarodwilson  <jarodwilson@m320>
 
732
2009-09-03  jarodwilson  <jarodwilson@hades.wilsonet.com>
24
733
 
25
734
        * remotes/imon/lircd.conf.imon-antec-veris, remotes/imon/lircd.conf.imon-pad:
26
735
        Add alternate codes for right-click and left-click (from Jan Schneider)
27
736
 
28
 
2009-09-02  jarodwilson  <jarodwilson@m320>
 
737
2009-09-02  jarodwilson  <jarodwilson@hades.wilsonet.com>
29
738
 
30
739
        * drivers/lirc_mceusb/lirc_mceusb.c:
31
740
        lirc_mceusb: initial support for ir blasting on 1st-gen device (port 2 only), from Patrick Calhoun, with some minor tweaks by me
32
741
 
33
 
2009-09-01  jarodwilson  <jarodwilson@m320>
 
742
2009-09-01  jarodwilson  <jarodwilson@hades.wilsonet.com>
34
743
 
35
744
        * drivers/lirc_mceusb/lirc_mceusb.c:
36
745
        lirc_mceusb: add another formosa device ID (from someone on lirc-list)
37
746
 
38
 
2009-08-31  lirc  <lirc@m320>
 
747
2009-08-31  lirc  <lirc@hades.wilsonet.com>
39
748
 
40
749
        * drivers/lirc_dev/lirc_dev.c:
41
750
        fixed compilation on older kernels with CONFIG_COMPAT enabled
42
751
 
43
 
2009-08-30  jarodwilson  <jarodwilson@m320>
 
752
2009-08-30  jarodwilson  <jarodwilson@hades.wilsonet.com>
44
753
 
45
754
        * drivers/lirc_i2c/lirc_i2c.c:
46
755
        lirc_i2c: fix build on 2.6.31 (from Paul Bender
48
757
        * remotes/imon/lircd.conf.imon-antec-veris:
49
758
        user on mythtv mailing list reports his DVD and Menu keys give these slightly different codes
50
759
 
51
 
2009-08-29  lirc  <lirc@m320>
 
760
2009-08-29  lirc  <lirc@hades.wilsonet.com>
52
761
 
53
762
        * drivers/lirc_ene0100/Makefile.am: added header file
54
763
 
62
771
 
63
772
        * daemons/lircd.c: make MAX_PEERS dependent on FD_SETSIZE
64
773
 
65
 
2009-08-28  maximlevitsky  <maximlevitsky@m320>
 
774
2009-08-28  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
66
775
 
67
776
        * drivers/lirc_dev/lirc_dev.c: Remove checks for module owner
68
777
 
71
780
        are always compiled into modules.
72
781
        However it  would affect a kernel tree exported from this repostry
73
782
 
74
 
2009-08-25  maximlevitsky  <maximlevitsky@m320>
 
783
2009-08-25  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
75
784
 
76
785
        * drivers/lirc_ene0100/lirc_ene0100.c:
77
786
        Fix small bug introduced by copypaste error from
88
797
        * Add a message that states that transmission support
89
798
        isn't yet done
90
799
 
91
 
2009-08-24  lirc  <lirc@m320>
 
800
2009-08-24  lirc  <lirc@hades.wilsonet.com>
92
801
 
93
802
        * drivers/lirc_imon/lirc_imon.c:
94
803
        fixed unused variable warnings on <=2.6.17
95
804
 
96
 
2009-08-24  jarodwilson  <jarodwilson@m320>
 
805
2009-08-24  jarodwilson  <jarodwilson@hades.wilsonet.com>
97
806
 
98
807
        * drivers/lirc_imon/lirc_imon.c:
99
808
        lirc_imon: make threshold at which pad pushes register as arrow keys in kbd mode adjustable and set saner default threshold.
105
814
        * drivers/lirc_imon/lirc_imon.c:
106
815
        lirc_imon: don't try building input device support on kernels older than 2.6.18, hopefully fixing build on older kernels, albeit at the expense of mouse/touchscreen input device functionality
107
816
 
108
 
2009-08-23  lirc  <lirc@m320>
 
817
2009-08-23  lirc  <lirc@hades.wilsonet.com>
109
818
 
110
819
        * drivers/lirc_imon/lirc_imon.c: please gen-hal-fdi.pl
111
820
 
114
823
 
115
824
        * contrib/hal/gen-hal-fdi.pl: scan only relevant files
116
825
 
117
 
2009-08-22  maximlevitsky  <maximlevitsky@m320>
 
826
2009-08-22  maximlevitsky  <maximlevitsky@hades.wilsonet.com>
118
827
 
119
828
        * NEWS, drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h, setup.data:
120
829
        Add support for newer ENE0100 devices (KB3926C, KB3926D)
133
842
 
134
843
        Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
135
844
 
136
 
2009-08-22  lirc  <lirc@m320>
 
845
2009-08-22  lirc  <lirc@hades.wilsonet.com>
137
846
 
138
847
        * daemons/hw_devinput.c: encode value for EV_SW in MBS
139
848
 
140
849
        * remotes/creative/lircd.conf.infracd: namespace
141
850
 
142
 
2009-08-17  lirc  <lirc@m320>
 
851
2009-08-17  lirc  <lirc@hades.wilsonet.com>
143
852
 
144
853
        * drivers/lirc_ene0100/lirc_ene0100.c:
145
854
        prevent long pulse being truncated after idle state
151
860
        check for correct sample period on module load,
152
861
        set sample period to 75 by default to make driver decode sync pulses correctly
153
862
 
154
 
2009-08-15  lirc  <lirc@m320>
 
863
2009-08-15  lirc  <lirc@hades.wilsonet.com>
155
864
 
156
865
        * doc/html-source/devinput.html: point to lircd.conf.devinput
157
866
 
158
 
2009-08-11  lirc  <lirc@m320>
 
867
2009-08-11  lirc  <lirc@hades.wilsonet.com>
159
868
 
160
869
        * NEWS, configure.ac, drivers/lirc_ene0100/Makefile.am, drivers/lirc_ene0100/lirc_ene0100.c, drivers/lirc_ene0100/lirc_ene0100.h, setup.data:
161
870
        added support for ENE KB3924/ENE0100 CIR port (e.g. Acer Aspire 5720G) (Maxim Levitsky)
162
871
 
163
 
2009-08-09  lirc  <lirc@m320>
 
872
2009-08-09  lirc  <lirc@hades.wilsonet.com>
164
873
 
165
874
        * daemons/lircd.h, daemons/lircd.c:
166
875
        SEND_STOP command no longer needs to provide the remote and code parameters,
169
878
        * daemons/ir_remote_types.h, daemons/lircd.c, doc/html-source/technical.html, doc/man-source/lircd.inc:
170
879
        make max. repeat value configurable
171
880
 
172
 
2009-08-07  lirc  <lirc@m320>
 
881
2009-08-07  lirc  <lirc@hades.wilsonet.com>
173
882
 
174
883
        * doc/man-source/lircd.inc, doc/man-source/lircmd.inc, doc/man-source/lircrcd.inc:
175
884
        description should start with command
176
885
 
177
 
2009-08-05  jarodwilson  <jarodwilson@m320>
 
886
2009-08-05  jarodwilson  <jarodwilson@hades.wilsonet.com>
178
887
 
179
888
        * drivers/lirc_imon/lirc_imon.c: nuke stray blank line left behind
180
889
 
187
896
        * drivers/lirc_i2c/lirc_i2c.c:
188
897
        lirc_i2c: only use new i2c binding for 2.6.31 and later
189
898
 
190
 
2009-08-04  lirc  <lirc@m320>
 
899
2009-08-04  lirc  <lirc@hades.wilsonet.com>
191
900
 
192
901
        * doc/man-source/irexec.inc, doc/man-source/irpty.inc, doc/man-source/irrecord.inc, doc/man-source/irsend.inc, doc/man-source/irxevent.inc, doc/man-source/lircd.inc, doc/man-source/lircmd.inc, doc/man-source/lircrcd.inc, doc/man-source/xmode2.inc:
193
902
        properly escape all - characters
194
903
 
195
904
        * doc/release-man.sh: use correct section in man page header
196
905
 
197
 
2009-08-02  lirc  <lirc@m320>
 
906
2009-08-02  lirc  <lirc@hades.wilsonet.com>
198
907
 
199
908
        * drivers/kcompat.h, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c:
200
909
        fixed compilation on older kernels
212
921
 
213
922
        * TODO: interface change needed for rec_func
214
923
 
215
 
2009-07-31  lirc  <lirc@m320>
 
924
2009-07-31  lirc  <lirc@hades.wilsonet.com>
216
925
 
217
926
        * remotes/imon/lircd.conf.imon-ultrabay: added ignore_mask,
218
927
        fixed typo
219
928
 
220
 
2009-07-29  jarodwilson  <jarodwilson@m320>
 
929
2009-07-29  jarodwilson  <jarodwilson@hades.wilsonet.com>
221
930
 
222
931
        * drivers/lirc_imon/lirc_imon.c: gah. missing brace. I suck again.
223
932
 
224
 
2009-07-27  jarodwilson  <jarodwilson@m320>
 
933
2009-07-27  jarodwilson  <jarodwilson@hades.wilsonet.com>
225
934
 
226
935
        * drivers/lirc_imon/lirc_imon.c:
227
936
        lirc_imon: still need to massage the pad input slightly even w/o using stabilize, this is actually tested and working now w/this change. :)
233
942
        the pad stabilization function, which should make life easier for those
234
943
        who want to use a universal remote trained from their iMON remote.
235
944
 
236
 
2009-07-25  lirc  <lirc@m320>
 
945
2009-07-25  lirc  <lirc@hades.wilsonet.com>
237
946
 
238
947
        * daemons/Makefile.am: new config file and socket file locations
239
948
 
240
 
2009-07-24  jarodwilson  <jarodwilson@m320>
 
949
2009-07-24  jarodwilson  <jarodwilson@hades.wilsonet.com>
241
950
 
242
951
        * drivers/lirc_imon/lirc_imon.c:
243
952
        lirc_imon: add support for setting/enabling iMON internal clock via sysfs
274
983
        * drivers/lirc_i2c/lirc_i2c.c:
275
984
        Add missing kernel version condition, fixes 2.6.31 build (from Paul Bender)
276
985
 
277
 
2009-07-20  jarodwilson  <jarodwilson@m320>
 
986
2009-07-20  jarodwilson  <jarodwilson@hades.wilsonet.com>
278
987
 
279
988
        * drivers/lirc_mceusb/lirc_mceusb.c:
280
989
        slightly improved description of latest formosa device addition
281
990
 
282
 
2009-07-20  lirc  <lirc@m320>
 
991
2009-07-20  lirc  <lirc@hades.wilsonet.com>
283
992
 
284
993
        * daemons/hw_iguanaIR.c: fixed compilation on Mac OS X,
285
994
        fixed race between child setting signal handler and iguana_deinit,
288
997
        normalize timeout value in readdata,
289
998
        handle EINTR in waitpid
290
999
 
291
 
2009-07-19  lirc  <lirc@m320>
 
1000
2009-07-19  lirc  <lirc@hades.wilsonet.com>
292
1001
 
293
1002
        * daemons/lircd.c: fixed timeout calculation for main select call
294
1003
 
295
 
2009-07-18  jarodwilson  <jarodwilson@m320>
 
1004
2009-07-18  jarodwilson  <jarodwilson@hades.wilsonet.com>
296
1005
 
297
1006
        * drivers/lirc_mceusb/lirc_mceusb.c:
298
1007
        lirc_mceusb: another Formosa device ID, from https://bugzilla.redhat.com/show_bug.cgi?id=512483
299
1008
 
300
 
2009-07-16  jarodwilson  <jarodwilson@m320>
 
1009
2009-07-16  jarodwilson  <jarodwilson@hades.wilsonet.com>
301
1010
 
302
1011
        * remotes/imon/lircd.conf.imon-ultrabay:
303
1012
        a 'begin remote' was mistakenly commented out
305
1014
        * remotes/mceusb/lircd.conf.mceusb:
306
1015
        Remove obsolete link, fix a broken link, make remote names unique w/in file
307
1016
 
308
 
2009-07-14  jarodwilson  <jarodwilson@m320>
 
1017
2009-07-14  jarodwilson  <jarodwilson@hades.wilsonet.com>
309
1018
 
310
1019
        * drivers/lirc_imon/lirc_imon.c:
311
1020
        reorder button press detection so mouse buttons on older devices get handled properly, and fix mouse speed consistency (hopefully)
312
1021
 
313
 
2009-07-09  jarodwilson  <jarodwilson@m320>
 
1022
2009-07-09  jarodwilson  <jarodwilson@hades.wilsonet.com>
314
1023
 
315
1024
        * drivers/lirc_sir/lirc_sir.c:
316
1025
        lirc_sir: saner default io port for external dongle devices
317
1026
 
318
 
2009-07-08  lirc  <lirc@m320>
 
1027
2009-07-08  lirc  <lirc@hades.wilsonet.com>
319
1028
 
320
1029
        * NEWS, configure.ac, daemons/lircd.c, daemons/lircmd.c, doc/html-source/configure.html, doc/html-source/install.html, doc/man-source/irsend.inc, doc/man-source/lircd.inc, tools/lirc_client.c:
321
1030
        moved default lircd, lircmd and lircrcd config file locations to /etc/lirc/
323
1032
        * daemons/receive.c:
324
1033
        only first config file was evaluated correctly in LIRC_MODE_CODE and LIRC_MODE_LIRCCODE
325
1034
 
326
 
2009-07-07  lirc  <lirc@m320>
 
1035
2009-07-07  lirc  <lirc@hades.wilsonet.com>
327
1036
 
328
1037
        * Makefile.am, autogen.sh, contrib/hal/20-ircontrol-lirc.fdi:
329
1038
        removed 20-ircontrol-lirc.fdi as it is a generated file
330
1039
 
331
1040
        * INSTALL: restored pointers to main documentation
332
1041
 
333
 
2009-07-07  jarodwilson  <jarodwilson@m320>
 
1042
2009-07-07  jarodwilson  <jarodwilson@hades.wilsonet.com>
334
1043
 
335
1044
        * drivers/lirc_i2c/lirc_i2c.c: lirc_i2c: support new i2c world order
336
1045
        - required for kernel 2.6.31, supported in 2.6.26 and later (so far as I can tell)
339
1048
 
340
1049
        * drivers/lirc_i2c/lirc_i2c.c: lirc_i2c: minor debug spew enhancements
341
1050
 
342
 
2009-07-06  jarodwilson  <jarodwilson@m320>
 
1051
2009-07-06  jarodwilson  <jarodwilson@hades.wilsonet.com>
343
1052
 
344
1053
        * drivers/lirc_imon/lirc_imon.c:
345
1054
        lirc_imon: rbuf in imon_probe needs some more checking
353
1062
        * drivers/lirc_imon/lirc_imon.c:
354
1063
        Input device name and phys path fixes for imon touchscreen devices, from Rene Harder
355
1064
 
356
 
2009-07-05  jarodwilson  <jarodwilson@m320>
 
1065
2009-07-05  jarodwilson  <jarodwilson@hades.wilsonet.com>
357
1066
 
358
1067
        * drivers/lirc_mceusb/lirc_mceusb.c:
359
1068
        add .reset_resume wiring to mceusb, fixes suspend/resume when waking up from ir button presses
364
1073
        * INSTALL, NEWS, configure.ac, contrib/hal/20-ircontrol-lirc.fdi, daemons/hw_atilibusb.c, drivers/Makefile.am, drivers/lirc_mceusb/lirc_mceusb.c, setup.data:
365
1074
        Move lirc_mceusb2 over the top of lirc_mceusb, all mceusb devices should be handled by this single driver now
366
1075
 
367
 
2009-06-22  jarodwilson  <jarodwilson@m320>
 
1076
2009-06-22  jarodwilson  <jarodwilson@hades.wilsonet.com>
368
1077
 
369
1078
        * NEWS: Enhance summary of iMON changes made for 0.8.6 in NEWS
370
1079
 
385
1094
        mythtv hides the cursor by default and most of its UI doesn't accept
386
1095
        mouse click input.
387
1096
 
388
 
2009-06-21  lirc  <lirc@m320>
 
1097
2009-06-21  lirc  <lirc@hades.wilsonet.com>
389
1098
 
390
1099
        * doc/release-html.sh: added imon.html
391
1100
 
396
1105
 
397
1106
        * NEWS: improved iMON driver including touchscreen support
398
1107
 
399
 
2009-06-20  lirc  <lirc@m320>
 
1108
2009-06-20  lirc  <lirc@hades.wilsonet.com>
400
1109
 
401
1110
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c:
402
1111
        send all available data even after buffer overrun
403
1112
 
404
1113
        * daemons/lircd.c: compilation fix for Mac OS
405
1114
 
406
 
2009-06-18  jarodwilson  <jarodwilson@m320>
 
1115
2009-06-18  jarodwilson  <jarodwilson@hades.wilsonet.com>
407
1116
 
408
1117
        * remotes/imon/lircd.conf.imon-mceusb:
409
1118
        add lircd.conf for iMON in MCE protocol mode
464
1173
        improve filtering of touchscreen vs. d-pad mouse input (mouse input
465
1174
        always has len == 5).
466
1175
 
467
 
2009-06-17  jarodwilson  <jarodwilson@m320>
 
1176
2009-06-17  jarodwilson  <jarodwilson@hades.wilsonet.com>
468
1177
 
469
1178
        * drivers/lirc_imon/lirc_imon.c:
470
1179
        lirc_imon: make mouse support actually work in the older devices
478
1187
        * drivers/lirc_imon/lirc_imon.c:
479
1188
        lirc_imon: add second toggle button value, per Rene Harder, and make debug spew about togging slightly more user-friendly
480
1189
 
481
 
2009-06-16  jarodwilson  <jarodwilson@m320>
 
1190
2009-06-16  jarodwilson  <jarodwilson@hades.wilsonet.com>
482
1191
 
483
1192
        * drivers/lirc_imon/lirc_imon.c: misc tweaks to sync up w/my git tree
484
1193
 
515
1224
        - add scroll wheel emulation using ch+/- when in mouse mode
516
1225
        - support mouse functionality on the older ffdc devices
517
1226
 
518
 
2009-06-15  jarodwilson  <jarodwilson@m320>
 
1227
2009-06-15  jarodwilson  <jarodwilson@hades.wilsonet.com>
519
1228
 
520
1229
        * drivers/lirc_imon/lirc_imon.c:
521
1230
        pad_mouse is a bit more succinct than is_mouse
541
1250
        * drivers/lirc_imon/lirc_imon.c:
542
1251
        use const instead of static to be consistent w/send_associate_24g
543
1252
 
544
 
2009-06-13  jarodwilson  <jarodwilson@m320>
 
1253
2009-06-13  jarodwilson  <jarodwilson@hades.wilsonet.com>
545
1254
 
546
1255
        * drivers/lirc_imon/lirc_imon.c:
547
1256
        lirc_imon: enable front-panel buttons and/or knobs
599
1308
 
600
1309
        * drivers/lirc_imon/lirc_imon.c: minor tweak to resync w/my git tree
601
1310
 
602
 
2009-06-05  lirc  <lirc@m320>
 
1311
2009-06-05  lirc  <lirc@hades.wilsonet.com>
603
1312
 
604
1313
        * NEWS, daemons/lircmd.c, doc/man-source/lircmd.inc:
605
1314
        Linux input support added to lircmd
606
1315
 
607
 
2009-06-03  lirc  <lirc@m320>
 
1316
2009-06-03  lirc  <lirc@hades.wilsonet.com>
608
1317
 
609
1318
        * remotes/imon/lircd.conf.imon-pad:
610
1319
        devices with USB ID 0x15c2, 0x0038 are using 64 codes in 0.8.5
611
1320
 
612
 
2009-06-01  lirc  <lirc@m320>
 
1321
2009-06-01  lirc  <lirc@hades.wilsonet.com>
613
1322
 
614
1323
        * daemons/lircd.c: log socket name
615
1324
 
618
1327
 
619
1328
        * doc/html-source/technical.html: added /dev/uinput to diagram
620
1329
 
621
 
2009-05-25  lirc  <lirc@m320>
 
1330
2009-05-25  lirc  <lirc@hades.wilsonet.com>
622
1331
 
623
1332
        * configure.ac:
624
1333
        try to compile ftdi driver only if libftdi headers are present
625
1334
 
626
 
2009-05-24  lirc  <lirc@m320>
 
1335
2009-05-24  lirc  <lirc@hades.wilsonet.com>
627
1336
 
628
1337
        * TODO: cleanup
629
1338
 
637
1346
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/foot.html, doc/html-source/index.html, setup.sh:
638
1347
        started 0.8.6 development
639
1348
 
640
 
2009-05-21  lirc  <lirc@m320>
 
1349
2009-05-21  lirc  <lirc@hades.wilsonet.com>
641
1350
 
642
1351
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
643
1352
        0.8.5 release
644
1353
 
645
 
2009-05-12  lirc  <lirc@m320>
 
1354
2009-05-12  lirc  <lirc@hades.wilsonet.com>
646
1355
 
647
1356
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
648
1357
        lirc-0.8.5pre3 snapshot release
649
1358
 
650
 
2009-05-07  lirc  <lirc@m320>
 
1359
2009-05-07  lirc  <lirc@hades.wilsonet.com>
651
1360
 
652
1361
        * daemons/hw_hiddev.c: reset repeat_flag
653
1362
 
654
 
2009-04-28  lirc  <lirc@m320>
 
1363
2009-04-28  lirc  <lirc@hades.wilsonet.com>
655
1364
 
656
1365
        * daemons/lircd.c: fixed bug in peer message forwarding
657
1366
 
658
1367
        * daemons/irrecord.c: don't reset toggle_bit_mask of template
659
1368
 
660
 
2009-04-26  lirc  <lirc@m320>
 
1369
2009-04-26  lirc  <lirc@hades.wilsonet.com>
661
1370
 
662
1371
        * daemons/ir_remote.c:
663
1372
        if there is a sequence match, treat current code as found
672
1381
 
673
1382
        * daemons/irrecord.c: dump also first signal candidate
674
1383
 
675
 
2009-04-13  lirc  <lirc@m320>
 
1384
2009-04-13  lirc  <lirc@hades.wilsonet.com>
676
1385
 
677
1386
        * daemons/hw_default.c: handle error in clear_rec_buffer correctly
678
1387
 
679
 
2009-04-10  jarodwilson  <jarodwilson@m320>
 
1388
2009-04-10  jarodwilson  <jarodwilson@hades.wilsonet.com>
680
1389
 
681
1390
        * drivers/lirc_imon/lirc_imon.c:
682
1391
        lirc_imon: implement pad2keys for older receivers
688
1397
        From http://www.brakemeier.de/electronics/vdr/lirc-imon.html,
689
1398
        pulled in at Michael's request.
690
1399
 
691
 
2009-04-10  lirc  <lirc@m320>
 
1400
2009-04-10  lirc  <lirc@hades.wilsonet.com>
692
1401
 
693
1402
        * daemons/hw_mplay.c: fix bug ID: 2748841
694
1403
 
707
1416
        * data2setup.sh, setup-functions.sh:
708
1417
        moved setup-functions to separate file
709
1418
 
710
 
2009-04-06  lirc  <lirc@m320>
 
1419
2009-04-06  lirc  <lirc@hades.wilsonet.com>
711
1420
 
712
1421
        * daemons/irrecord.c: point to generic devinput config file
713
1422
 
714
1423
        * daemons/hw_default.c: point to devinput driver
715
1424
 
716
 
2009-03-31  lirc  <lirc@m320>
 
1425
2009-03-31  lirc  <lirc@hades.wilsonet.com>
717
1426
 
718
1427
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
719
1428
        lirc-0.8.5pre2 snapshot release
720
1429
 
721
 
2009-03-29  lirc  <lirc@m320>
 
1430
2009-03-29  lirc  <lirc@hades.wilsonet.com>
722
1431
 
723
1432
        * drivers/lirc_dev/lirc_dev.c:
724
1433
        wakeup polling thread only when necessary
725
1434
 
726
1435
        * drivers/lirc_dev/lirc_dev.c: kthread_stop wakes up thread
727
1436
 
728
 
2009-03-28  lirc  <lirc@m320>
 
1437
2009-03-28  lirc  <lirc@hades.wilsonet.com>
729
1438
 
730
1439
        * drivers/lirc_dev/lirc_dev.c: cleaned up error handling
731
1440
 
733
1442
 
734
1443
        * drivers/lirc_dev/lirc_dev.c: use mutex instead of semaphore
735
1444
 
736
 
2009-03-22  lirc  <lirc@m320>
 
1445
2009-03-22  lirc  <lirc@hades.wilsonet.com>
737
1446
 
738
1447
        * drivers/lirc_dev/lirc_dev.c, drivers/kcompat.h: MINOR -> iminor
739
1448
 
740
 
2009-03-15  lirc  <lirc@m320>
 
1449
2009-03-15  lirc  <lirc@hades.wilsonet.com>
741
1450
 
742
1451
        * drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_ite8709/lirc_ite8709.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_streamzap/lirc_streamzap.c:
743
1452
        use ioctl in fops struct only
744
1453
 
745
 
2009-03-13  lirc  <lirc@m320>
 
1454
2009-03-13  lirc  <lirc@hades.wilsonet.com>
746
1455
 
747
1456
        * drivers/lirc_dev/lirc_dev.c:
748
1457
        buffer is only guaranteed to be valid after successful set_use_inc call
749
1458
 
750
 
2009-03-11  lirc  <lirc@m320>
 
1459
2009-03-11  lirc  <lirc@hades.wilsonet.com>
751
1460
 
752
1461
        * drivers/lirc_dev/lirc_dev.h: fixed kfifo implementation:
753
1462
        must not use fifo->size (size is rounded up inside kfifo implementation),
760
1469
 
761
1470
        * remotes/mceusb/lircd.conf.mceusb: Vista MCE remote
762
1471
 
763
 
2009-03-11  jarodwilson  <jarodwilson@m320>
 
1472
2009-03-11  jarodwilson  <jarodwilson@hades.wilsonet.com>
764
1473
 
765
1474
        * drivers/lirc_atiusb/lirc_atiusb.c:
766
1475
        lirc_atiusb: rename irctl struct, had same name as central lirc_dev struct, which was confusing
771
1480
        * drivers/lirc_atiusb/lirc_atiusb.c:
772
1481
        lirc_atiusb: use comment style matching kernel guidelines
773
1482
 
774
 
2009-03-10  jarodwilson  <jarodwilson@m320>
 
1483
2009-03-10  jarodwilson  <jarodwilson@hades.wilsonet.com>
775
1484
 
776
1485
        * drivers/lirc_atiusb/lirc_atiusb.c: lirc_atiusb: checkpatch cleanups
777
1486
 
778
 
2009-03-10  lirc  <lirc@m320>
 
1487
2009-03-10  lirc  <lirc@hades.wilsonet.com>
779
1488
 
780
1489
        * doc/html-source/help.html: fixed link to mailing list archive
781
1490
 
782
 
2009-03-09  lirc  <lirc@m320>
 
1491
2009-03-09  lirc  <lirc@hades.wilsonet.com>
783
1492
 
784
1493
        * drivers/lirc_bt829/lirc_bt829.c: log messages,
785
1494
        empty lines
787
1496
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h:
788
1497
        kfifo has its own locking
789
1498
 
790
 
2009-03-08  lirc  <lirc@m320>
 
1499
2009-03-08  lirc  <lirc@hades.wilsonet.com>
791
1500
 
792
1501
        * drivers/lirc_it87/lirc_it87.c:
793
1502
        ENOIOCTLCMD should not be seen by userspace
833
1542
 
834
1543
        * doc/html-source/configure.html: further clarifications and examples
835
1544
 
836
 
2009-03-05  lirc  <lirc@m320>
 
1545
2009-03-05  lirc  <lirc@hades.wilsonet.com>
837
1546
 
838
1547
        * daemons/hw_commandir.c: new CommandIR driver version 0.96
839
1548
 
840
 
2009-03-01  lirc  <lirc@m320>
 
1549
2009-03-01  lirc  <lirc@hades.wilsonet.com>
841
1550
 
842
1551
        * configure.ac, drivers/Makefile.am, drivers/lirc_cmdir/Makefile.am, drivers/lirc_cmdir/commandir.c, drivers/lirc_cmdir/commandir.h, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_cmdir/lirc_cmdir.h, setup.data:
843
1552
        removed lirc_cmdir kernel module in favour of userspace driver
848
1557
 
849
1558
        * drivers/lirc_imon/lirc_imon.c: corrected device name in comment
850
1559
 
851
 
2009-02-28  lirc  <lirc@m320>
 
1560
2009-02-28  lirc  <lirc@hades.wilsonet.com>
852
1561
 
853
1562
        * drivers/lirc_bt829/lirc_bt829.c: unified printk output messages
854
1563
 
859
1568
 
860
1569
        * drivers/lirc_sir/lirc_sir.c: header file cleanup
861
1570
 
862
 
2009-02-26  lirc  <lirc@m320>
 
1571
2009-02-26  lirc  <lirc@hades.wilsonet.com>
863
1572
 
864
1573
        * doc/html-source/pronto2lirc.html: tpyo
865
1574
 
866
 
2009-02-24  lirc  <lirc@m320>
 
1575
2009-02-24  lirc  <lirc@hades.wilsonet.com>
867
1576
 
868
1577
        * remotes/mceusb/lircd.conf.mceusb: PVR-150 Remote
869
1578
 
870
 
2009-02-23  lirc  <lirc@m320>
 
1579
2009-02-23  lirc  <lirc@hades.wilsonet.com>
871
1580
 
872
1581
        * drivers/lirc_parallel/lirc_parallel.c:
873
1582
        irq_handler prototype changed in 2.6.24
877
1586
        * drivers/lirc_streamzap/lirc_streamzap.c:
878
1587
        use current jiffies value for timer expiry value
879
1588
 
880
 
2009-02-23  jarodwilson  <jarodwilson@m320>
 
1589
2009-02-23  jarodwilson  <jarodwilson@hades.wilsonet.com>
881
1590
 
882
1591
        * drivers/lirc_imon/lirc_imon.c:
883
1592
        lirc_imon: make directional pad less frenetic
892
1601
        * drivers/lirc_dev/lirc_dev.c:
893
1602
        wrong var name from git->cvs resync (resolves 2610498)
894
1603
 
895
 
2009-02-15  lirc  <lirc@m320>
 
1604
2009-02-15  lirc  <lirc@hades.wilsonet.com>
896
1605
 
897
1606
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_mceusb/lirc_mceusb.c:
898
1607
        all lirc_buffer allocation handled inside lirc_dev
900
1609
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.ac, setup.sh:
901
1610
        lirc-0.8.5pre1 snapshot release
902
1611
 
903
 
2009-02-14  lirc  <lirc@m320>
 
1612
2009-02-14  lirc  <lirc@hades.wilsonet.com>
904
1613
 
905
1614
        * drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_ite8709/lirc_ite8709.c:
906
1615
        use defines instead of magic numbers for module parameter permissions
908
1617
        * drivers/lirc_imon/lirc_imon.c, drivers/lirc_sasem/lirc_sasem.c:
909
1618
        more reasonable parameter permissions
910
1619
 
911
 
2009-02-12  lirc  <lirc@m320>
 
1620
2009-02-12  lirc  <lirc@hades.wilsonet.com>
912
1621
 
913
1622
        * daemons/dump_config.c:
914
1623
        dump min_repeat and repeat_gap also for raw remotes
915
1624
 
916
 
2009-02-10  lirc  <lirc@m320>
 
1625
2009-02-10  lirc  <lirc@hades.wilsonet.com>
917
1626
 
918
1627
        * doc/html-source/configure.html:
919
1628
        clarification regarding how things work, in particular mode setting
920
1629
 
921
 
2009-02-08  lirc  <lirc@m320>
 
1630
2009-02-08  lirc  <lirc@hades.wilsonet.com>
922
1631
 
923
1632
        * drivers/lirc_parallel/lirc_parallel.c: typo
924
1633
 
925
 
2009-02-07  lirc  <lirc@m320>
 
1634
2009-02-07  lirc  <lirc@hades.wilsonet.com>
926
1635
 
927
1636
        * remotes/imon/lircd.conf.imon-pad:
928
1637
        different codes for MyDVD and Menu buttons
941
1650
 
942
1651
        * daemons/irrecord.c: changed gap heuristic for Samsung MF59-00291a
943
1652
 
944
 
2009-02-05  lirc  <lirc@m320>
 
1653
2009-02-05  lirc  <lirc@hades.wilsonet.com>
945
1654
 
946
1655
        * drivers/lirc_wpc8769l/lirc_wpc8769l.h, remotes/acer/lircd.conf.Aspire_6530G:
947
1656
        fix timings and remote definition
948
1657
 
949
 
2009-02-04  lirc  <lirc@m320>
 
1658
2009-02-04  lirc  <lirc@hades.wilsonet.com>
950
1659
 
951
1660
        * drivers/lirc_sir/lirc_sir.c: code reformatted
952
1661
 
955
1664
        * drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_sasem/lirc_sasem.c:
956
1665
        account for removal of info() and warn() macros in 2.6.29
957
1666
 
958
 
2009-02-02  lirc  <lirc@m320>
 
1667
2009-02-02  lirc  <lirc@hades.wilsonet.com>
959
1668
 
960
1669
        * drivers/lirc_mceusb/lirc_mceusb.c: likely
961
1670
 
962
1671
        * drivers/lirc_mceusb/lirc_mceusb.c: check for dev==NULL
963
1672
 
964
 
2009-02-01  lirc  <lirc@m320>
 
1673
2009-02-01  lirc  <lirc@hades.wilsonet.com>
965
1674
 
966
1675
        * drivers/lirc_i2c/lirc_i2c.c: code reformatted
967
1676
 
981
1690
        * drivers/lirc_i2c/lirc_i2c.c:
982
1691
        return EINVAL in case of unknown address in ir_attach
983
1692
 
984
 
2009-01-31  lirc  <lirc@m320>
 
1693
2009-01-31  lirc  <lirc@hades.wilsonet.com>
985
1694
 
986
1695
        * drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_it87/lirc_it87.h, drivers/lirc_ite8709/lirc_ite8709.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c:
987
1696
        code reformatted
988
1697
 
989
1698
        * daemons/config_file.c: warning when input is out of range
990
1699
 
991
 
2009-01-30  lirc  <lirc@m320>
 
1700
2009-01-30  lirc  <lirc@hades.wilsonet.com>
992
1701
 
993
1702
        * drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_ite8709/lirc_ite8709.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc.h:
994
1703
        unified comment style,
995
1704
        removed superfluous comments
996
1705
 
997
 
2009-01-29  jarodwilson  <jarodwilson@m320>
 
1706
2009-01-29  jarodwilson  <jarodwilson@hades.wilsonet.com>
998
1707
 
999
1708
        * remotes/imon/lircd.conf.imon-antec-veris:
1000
1709
        minor typo in conf file comments
1001
1710
 
1002
 
2009-01-29  lirc  <lirc@m320>
 
1711
2009-01-29  lirc  <lirc@hades.wilsonet.com>
1003
1712
 
1004
1713
        * drivers/lirc_imon/lirc_imon.c: s/VFD/display
1005
1714
 
1006
 
2009-01-28  lirc  <lirc@m320>
 
1715
2009-01-28  lirc  <lirc@hades.wilsonet.com>
1007
1716
 
1008
1717
        * drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_ite8709/lirc_ite8709.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h:
1009
1718
        renamed lirc_buffer_[read|write]_1 to read_buffer_[read|write]
1010
1719
 
1011
 
2009-01-27  lirc  <lirc@m320>
 
1720
2009-01-27  lirc  <lirc@hades.wilsonet.com>
1012
1721
 
1013
1722
        * drivers/lirc_dev/lirc_dev.c:
1014
1723
        Linus says: it's safe to use current->comm directly
1015
1724
 
1016
 
2009-01-26  lirc  <lirc@m320>
 
1725
2009-01-26  lirc  <lirc@hades.wilsonet.com>
1017
1726
 
1018
1727
        * drivers/lirc_imon/lirc_imon.c: fixed error handling bug
1019
1728
 
1023
1732
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sir/lirc_sir.c:
1024
1733
        removed unused code
1025
1734
 
1026
 
2009-01-25  lirc  <lirc@m320>
 
1735
2009-01-25  lirc  <lirc@hades.wilsonet.com>
1027
1736
 
1028
1737
        * drivers/lirc_ttusbir/lirc_ttusbir.c: corrected indentation
1029
1738
 
1043
1752
 
1044
1753
        * drivers/lirc_imon/lirc_imon.c: renamed dev variable to usbdev
1045
1754
 
1046
 
2009-01-24  lirc  <lirc@m320>
 
1755
2009-01-24  lirc  <lirc@hades.wilsonet.com>
1047
1756
 
1048
1757
        * drivers/lirc_i2c/lirc_i2c.c: clear i2c_client struct
1049
1758
 
1054
1763
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_it87/lirc_it87.h, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
1055
1764
        fixed typos in comments
1056
1765
 
1057
 
2009-01-22  lirc  <lirc@m320>
 
1766
2009-01-22  lirc  <lirc@hades.wilsonet.com>
1058
1767
 
1059
1768
        * drivers/lirc_dev/lirc_dev.c:
1060
1769
        added mapping of ioctl commands for 64 bit
1061
1770
 
1062
 
2009-01-19  lirc  <lirc@m320>
 
1771
2009-01-19  lirc  <lirc@hades.wilsonet.com>
1063
1772
 
1064
1773
        * drivers/lirc_i2c/lirc_i2c.c:
1065
1774
        check return value of lirc_register_driver()
1066
1775
 
1067
1776
        * drivers/lirc.h: removed superfluous include
1068
1777
 
1069
 
2009-01-18  lirc  <lirc@m320>
 
1778
2009-01-18  lirc  <lirc@hades.wilsonet.com>
1070
1779
 
1071
1780
        * remotes/atiusb/lircd.conf.atilibusb: Medion/X10 remote
1072
1781
 
1073
1782
        * remotes/imon/lircd.conf.imon-antec-veris: Antec Veris RM100
1074
1783
 
1075
 
2009-01-16  lirc  <lirc@m320>
 
1784
2009-01-16  lirc  <lirc@hades.wilsonet.com>
1076
1785
 
1077
1786
        * drivers/lirc_wpc8769l/lirc_wpc8769l.c: typo
1078
1787
 
1084
1793
 
1085
1794
        * drivers/lirc_dev/lirc_dev.c: get_task_comm not exported
1086
1795
 
1087
 
2009-01-15  lirc  <lirc@m320>
 
1796
2009-01-15  lirc  <lirc@hades.wilsonet.com>
1088
1797
 
1089
1798
        * drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c:
1090
1799
        fix link to device in sysfs
1092
1801
        * drivers/lirc_i2c/lirc_i2c.c:
1093
1802
        add link to device in sysfs (Paul Bender)
1094
1803
 
1095
 
2009-01-14  lirc  <lirc@m320>
 
1804
2009-01-14  lirc  <lirc@hades.wilsonet.com>
1096
1805
 
1097
1806
        * drivers/lirc_cmdir/commandir.c, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_wpc8769l/lirc_wpc8769l.c:
1098
1807
        removed inline
1099
1808
 
1100
 
2009-01-11  lirc  <lirc@m320>
 
1809
2009-01-11  lirc  <lirc@hades.wilsonet.com>
1101
1810
 
1102
1811
        * drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c:
1103
1812
        use mutex instead of semaphore for locking
1115
1824
 
1116
1825
        * drivers/lirc_serial/lirc_serial.c: added debug output
1117
1826
 
1118
 
2009-01-10  lirc  <lirc@m320>
 
1827
2009-01-10  lirc  <lirc@hades.wilsonet.com>
1119
1828
 
1120
1829
        * drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_wpc8769l/lirc_wpc8769l.h:
1121
1830
        removed workqueue,
1122
1831
        simplified wakeup module parameters,
1123
1832
        the code for wakeup now matches the 32 lsb in the lircd.conf
1124
1833
 
1125
 
2009-01-05  lirc  <lirc@m320>
 
1834
2009-01-05  lirc  <lirc@hades.wilsonet.com>
1126
1835
 
1127
1836
        * drivers/kcompat.h, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_cmdir/commandir.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c:
1128
1837
        use kzalloc avoiding separate memset call
1130
1839
        * drivers/lirc_ttusbir/.cvsignore, drivers/lirc_wpc8769l/.cvsignore, drivers/lirc_atiusb/.cvsignore, drivers/lirc_bt829/.cvsignore, drivers/lirc_cmdir/.cvsignore, drivers/lirc_dev/.cvsignore, drivers/lirc_gpio/.cvsignore, drivers/lirc_i2c/.cvsignore, drivers/lirc_igorplugusb/.cvsignore, drivers/lirc_imon/.cvsignore, drivers/lirc_it87/.cvsignore, drivers/lirc_ite8709/.cvsignore, drivers/lirc_mceusb/.cvsignore, drivers/lirc_parallel/.cvsignore, drivers/lirc_sasem/.cvsignore, drivers/lirc_serial/.cvsignore, drivers/lirc_sir/.cvsignore, drivers/lirc_streamzap/.cvsignore:
1131
1840
        updated .cvsignore files
1132
1841
 
1133
 
2009-01-04  lirc  <lirc@m320>
 
1842
2009-01-04  lirc  <lirc@hades.wilsonet.com>
1134
1843
 
1135
1844
        * drivers/lirc_dev/lirc_dev.c: support 32-bit ioctls on 64-bit Linux
1136
1845
 
1147
1856
        use strlcpy instead of strncpy,
1148
1857
        safe use of snprintf
1149
1858
 
1150
 
2009-01-03  lirc  <lirc@m320>
 
1859
2009-01-03  lirc  <lirc@hades.wilsonet.com>
1151
1860
 
1152
1861
        * INSTALL, NEWS, configure.ac, drivers/Makefile.am, drivers/lirc_wpc8769l/Makefile.am, drivers/lirc_wpc8769l/lirc_wpc8769l.c, drivers/lirc_wpc8769l/lirc_wpc8769l.h, remotes/acer/lircd.conf.Aspire_6530G, setup.data:
1153
1862
        added support for Winbond 8769L CIR port
1155
1864
        * drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_ite8709/lirc_ite8709.c:
1156
1865
        removed Emacs overrides
1157
1866
 
1158
 
2009-01-02  lirc  <lirc@m320>
 
1867
2009-01-02  lirc  <lirc@hades.wilsonet.com>
1159
1868
 
1160
1869
        * drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_ite8709/lirc_ite8709.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c:
1161
1870
        s/plugin/driver/
1164
1873
 
1165
1874
        * remotes/atiusb/lircd.conf.atilibusb: X10 OR22V
1166
1875
 
1167
 
2008-12-30  lirc  <lirc@m320>
 
1876
2008-12-30  lirc  <lirc@hades.wilsonet.com>
1168
1877
 
1169
1878
        * NEWS, configure.ac, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_ftdi.c, setup.data:
1170
1879
        added support for FTDI FT232-based IR Receiver
1171
1880
 
1172
 
2008-12-29  lirc  <lirc@m320>
 
1881
2008-12-29  lirc  <lirc@hades.wilsonet.com>
1173
1882
 
1174
1883
        * daemons/input_map.sh: handle comments
1175
1884
 
1177
1886
 
1178
1887
        * daemons/input_map.sh: how did this work?
1179
1888
 
1180
 
2008-12-27  lirc  <lirc@m320>
 
1889
2008-12-27  lirc  <lirc@hades.wilsonet.com>
1181
1890
 
1182
1891
        * daemons/hw_commandir.c, daemons/hw_udp.c:
1183
1892
        use waitfordata in readdata func instead of calling select directly
1184
1893
 
1185
1894
        * daemons/lircd.c: try different uinput locations
1186
1895
 
1187
 
2008-12-23  lirc  <lirc@m320>
 
1896
2008-12-23  lirc  <lirc@hades.wilsonet.com>
1188
1897
 
1189
1898
        * tools/pronto2lirc.py:
1190
1899
        Added support for CCFTools/CCFDecompiler XML files and multiple devices,
1191
1900
        Made more resiliant against whitespace imperfections in input files
1192
1901
 
1193
 
2008-12-14  lirc  <lirc@m320>
 
1902
2008-12-14  lirc  <lirc@hades.wilsonet.com>
1194
1903
 
1195
1904
        * drivers/lirc_imon/lirc_imon.c: suspend/resume support
1196
1905
 
1197
1906
        * daemons/irrecord.c: recognise Motorola protocol
1198
1907
 
1199
 
2008-12-08  lirc  <lirc@m320>
 
1908
2008-12-08  lirc  <lirc@hades.wilsonet.com>
1200
1909
 
1201
1910
        * daemons/irrecord.c: initialize remote struct for each new input
1202
1911
 
1203
1912
        * drivers/kcompat.h: 2.4 compatibility fix
1204
1913
 
1205
 
2008-12-06  lirc  <lirc@m320>
 
1914
2008-12-06  lirc  <lirc@hades.wilsonet.com>
1206
1915
 
1207
1916
        * NEWS, TODO, daemons/.cvsignore, daemons/Makefile.am, daemons/lircd.c, daemons/lircd.h, daemons/release.c, daemons/release.h, doc/man-source/lircd.inc:
1208
1917
        Linux input event generation using uinput
1209
1918
 
1210
 
2008-12-04  lirc  <lirc@m320>
 
1919
2008-12-04  lirc  <lirc@hades.wilsonet.com>
1211
1920
 
1212
1921
        * drivers/lirc_dev/lirc_dev.c:
1213
1922
        buffer overflow must be checked by client add_to_buf function,
1215
1924
 
1216
1925
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c: cleanup
1217
1926
 
1218
 
2008-11-30  lirc  <lirc@m320>
 
1927
2008-11-30  lirc  <lirc@hades.wilsonet.com>
1219
1928
 
1220
1929
        * daemons/irrecord.c: special code to handle Echostar protocol
1221
1930
 
1225
1934
        * daemons/irrecord.c:
1226
1935
        take over frequency setting from raw_mode config file
1227
1936
 
1228
 
2008-11-29  lirc  <lirc@m320>
 
1937
2008-11-29  lirc  <lirc@hades.wilsonet.com>
1229
1938
 
1230
1939
        * daemons/hw_devinput.c: typo
1231
1940
 
1232
1941
        * doc/html-source/devinput.html: potiential conflict with hald
1233
1942
 
1234
 
2008-11-09  jarodwilson  <jarodwilson@m320>
 
1943
2008-11-09  jarodwilson  <jarodwilson@hades.wilsonet.com>
1235
1944
 
1236
1945
        * NEWS, doc/html-source/index.html, doc/html-source/install.html, remotes/imon/lircd.conf.imon-antec-veris, remotes/imon/lircd.conf.imon-antec-veris.conf, remotes/imon/lircd.conf.imon-ultrabay:
1237
1946
        Add notes about large buffer imon devices and pointers to appropriate config files
1238
1947
 
1239
 
2008-11-08  jarodwilson  <jarodwilson@m320>
 
1948
2008-11-08  jarodwilson  <jarodwilson@hades.wilsonet.com>
1240
1949
 
1241
1950
        * remotes/imon/lircd.conf.imon-antec-veris.conf:
1242
1951
        split remote and panel buttons into two seperate remotes
1258
1967
        -rename vfd_* functions that apply to vfd and lcd to display_*
1259
1968
        -bump version
1260
1969
 
1261
 
2008-10-31  lirc  <lirc@m320>
 
1970
2008-10-31  lirc  <lirc@hades.wilsonet.com>
1262
1971
 
1263
1972
        * NEWS, configure.ac, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_awlibusb.c, remotes/awlibusb/lircd.conf.awlibusb, setup.data:
1264
1973
        added support for Awox RF/IR Remote (Arif)
1265
1974
 
1266
 
2008-10-29  lirc  <lirc@m320>
 
1975
2008-10-29  lirc  <lirc@hades.wilsonet.com>
1267
1976
 
1268
1977
        * daemons/lircd.c, doc/man-source/lircd.inc:
1269
1978
        listen for tcp port on specified address (Alexey Stratonnikov)
1270
1979
 
1271
 
2008-10-27  lirc  <lirc@m320>
 
1980
2008-10-27  lirc  <lirc@hades.wilsonet.com>
1272
1981
 
1273
1982
        * drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_mceusb/lirc_mceusb.c:
1274
1983
        set urb transfer_dma and transfer_flags correctly
1275
1984
 
1276
1985
        * daemons/irrecord.c: silence get_lead_length in non-interactive mode
1277
1986
 
1278
 
2008-10-26  lirc  <lirc@m320>
 
1987
2008-10-26  lirc  <lirc@hades.wilsonet.com>
1279
1988
 
1280
1989
        * daemons/Makefile.am: use correct path for input_map.sh
1281
1990
 
1288
1997
        * ANNOUNCE, NEWS, configure.ac, daemons/irrecord.c, doc/html-source/index.html, setup.sh:
1289
1998
        fixed show-stopper bug in irrecord for drivers using MODE2
1290
1999
 
1291
 
2008-10-18  lirc  <lirc@m320>
 
2000
2008-10-18  lirc  <lirc@hades.wilsonet.com>
1292
2001
 
1293
2002
        * daemons/irrecord.c:
1294
2003
        lower threshold for accepted bit percentage from 15 to 10 (RC-6)
1295
2004
 
1296
 
2008-10-17  jarodwilson  <jarodwilson@m320>
 
2005
2008-10-17  jarodwilson  <jarodwilson@hades.wilsonet.com>
1297
2006
 
1298
2007
        * remotes/imon/lircd.conf.imon-pad:
1299
2008
        imon pad remote definition additions -- gets user Ryan Gardner's remote fully working with 32-bit buffers and a 0x15c2:0x0038 imon lcd-based receiver (i.e., with current cvs)
1300
2009
 
1301
 
2008-10-15  jarodwilson  <jarodwilson@m320>
 
2010
2008-10-15  jarodwilson  <jarodwilson@hades.wilsonet.com>
1302
2011
 
1303
2012
        * drivers/lirc_imon/lirc_imon.c:
1304
2013
        lirc_imon: fix incorrect var name (the perils of two divergent trees...)
1305
2014
 
1306
 
2008-10-15  lirc  <lirc@m320>
 
2015
2008-10-15  lirc  <lirc@hades.wilsonet.com>
1307
2016
 
1308
2017
        * daemons/irrecord.c: better rc6_mask heuristic,
1309
2018
        clear new_codes array
1310
2019
 
1311
 
2008-10-15  jarodwilson  <jarodwilson@m320>
 
2020
2008-10-15  jarodwilson  <jarodwilson@hades.wilsonet.com>
1312
2021
 
1313
2022
        * drivers/lirc_imon/lirc_imon.c:
1314
2023
        lirc_imon: add some defines for display types and don't use larger buffer
1317
2026
        - only do usb_match_id for display type lists if display_type is auto-detect
1318
2027
        - revert to 4-byte buffer on LCD devices, it *should* work.
1319
2028
 
1320
 
2008-10-14  jarodwilson  <jarodwilson@m320>
 
2029
2008-10-14  jarodwilson  <jarodwilson@hades.wilsonet.com>
1321
2030
 
1322
2031
        * drivers/lirc_imon/lirc_imon.c:
1323
2032
        lirc_imon: further improvements to lcd device support
1330
2039
        - add ir-only device list, don't set up a display on these devices
1331
2040
        - fix inverted lcd setup packet bytes
1332
2041
 
1333
 
2008-10-13  lirc  <lirc@m320>
 
2042
2008-10-13  lirc  <lirc@hades.wilsonet.com>
1334
2043
 
1335
2044
        * setup.data: added VLSystem MPlay Mini
1336
2045
 
1337
2046
        * daemons/irrecord.c: dynamically allocate memory for new codes
1338
2047
 
1339
 
2008-10-13  jarodwilson  <jarodwilson@m320>
 
2048
2008-10-13  jarodwilson  <jarodwilson@hades.wilsonet.com>
1340
2049
 
1341
2050
        * drivers/lirc_imon/lirc_imon.c:
1342
2051
        lirc_imon: additional support for lcd-based devices
1343
2052
        - adds device ids for 0034 and 0036 lcd-based devices
1344
2053
        - adds mouse event support for lcd-based devices
1345
2054
 
1346
 
2008-10-12  lirc  <lirc@m320>
 
2055
2008-10-12  lirc  <lirc@hades.wilsonet.com>
1347
2056
 
1348
2057
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/foot.html, doc/html-source/index.html, setup.sh:
1349
2058
        0.8.4 release
1350
2059
 
1351
 
2008-10-05  lirc  <lirc@m320>
 
2060
2008-10-05  lirc  <lirc@hades.wilsonet.com>
1352
2061
 
1353
2062
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
1354
2063
        lirc-0.8.4pre2 snapshot release
1357
2066
 
1358
2067
        * drivers/kcompat.h: fixed compile error with device_create on 2.6.26
1359
2068
 
1360
 
2008-10-04  lirc  <lirc@m320>
 
2069
2008-10-04  lirc  <lirc@hades.wilsonet.com>
1361
2070
 
1362
2071
        * daemons/lircd.c: save errno
1363
2072
 
1364
 
2008-09-27  lirc  <lirc@m320>
 
2073
2008-09-27  lirc  <lirc@hades.wilsonet.com>
1365
2074
 
1366
2075
        * drivers/Makefile.common: Module.symversions/Modules.symversions
1367
2076
 
1368
2077
        * drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c:
1369
2078
        device_create API change in 2.6.27
1370
2079
 
1371
 
2008-09-25  lirc  <lirc@m320>
 
2080
2008-09-25  lirc  <lirc@hades.wilsonet.com>
1372
2081
 
1373
2082
        * acinclude.m4:
1374
2083
        prefer /lib/modules/`uname -r`/build over /lib/modules/`uname -r`/source,
1375
2084
        removed obsolete kerenlcc variable
1376
2085
 
1377
 
2008-09-22  lirc  <lirc@m320>
 
2086
2008-09-22  lirc  <lirc@hades.wilsonet.com>
1378
2087
 
1379
2088
        * doc/man-source/irsend.inc: s/rc/irsend
1380
2089
 
1381
 
2008-09-21  lirc  <lirc@m320>
 
2090
2008-09-21  lirc  <lirc@hades.wilsonet.com>
1382
2091
 
1383
2092
        * daemons/Makefile.am: added missing hw_commandir.h
1384
2093
 
1385
2094
        * daemons/irrecord.c: improved signal emulation
1386
2095
 
1387
 
2008-09-17  lirc  <lirc@m320>
 
2096
2008-09-17  lirc  <lirc@hades.wilsonet.com>
1388
2097
 
1389
2098
        * autogen.sh: depcom is not added to DIST_COMMON
1390
2099
 
1394
2103
        * drivers/lirc_streamzap/lirc_streamzap.c:
1395
2104
        fixed potential deadlock caused by timer_lock spin lock
1396
2105
 
1397
 
2008-09-14  lirc  <lirc@m320>
 
2106
2008-09-14  lirc  <lirc@hades.wilsonet.com>
1398
2107
 
1399
2108
        * daemons/hw_audio.c: ported from V18 to V19 (Thomas Beierlein)
1400
2109
 
1401
 
2008-09-06  lirc  <lirc@m320>
 
2110
2008-09-06  lirc  <lirc@hades.wilsonet.com>
1402
2111
 
1403
2112
        * drivers/lirc_dev/lirc_dev.c:
1404
2113
        looks like dev entry must be removed immediately when usb device is unplugged
1405
2114
 
1406
 
2008-09-03  lirc  <lirc@m320>
 
2115
2008-09-03  lirc  <lirc@hades.wilsonet.com>
1407
2116
 
1408
2117
        * daemons/hw_default.c: handle invalid data more gracefully
1409
2118
 
1410
2119
        * daemons/lircd.c:
1411
2120
        use actual hw driver in log output instead of the compile selection
1412
2121
 
1413
 
2008-08-29  lirc  <lirc@m320>
 
2122
2008-08-29  lirc  <lirc@hades.wilsonet.com>
1414
2123
 
1415
2124
        * NEWS, configure.ac, drivers/Makefile.am, drivers/lirc_ite8709/Makefile.am, drivers/lirc_ite8709/lirc_ite8709.c, setup.data:
1416
2125
        added support for ITE8709 CIR port (Gregory Lardiere)
1417
2126
 
1418
 
2008-08-27  lirc  <lirc@m320>
 
2127
2008-08-27  lirc  <lirc@hades.wilsonet.com>
1419
2128
 
1420
2129
        * daemons/irrecord.c:
1421
2130
        fixed issue when pulses are smaller than aeps value,
1422
2131
        inherit eps and aeps value from config file when analysing
1423
2132
 
1424
 
2008-08-23  lirc  <lirc@m320>
 
2133
2008-08-23  lirc  <lirc@hades.wilsonet.com>
1425
2134
 
1426
2135
        * daemons/hw_atilibusb.c, daemons/hw_commandir.c:
1427
2136
        _exit must be used in child thread
1428
2137
 
1429
 
2008-08-22  lirc  <lirc@m320>
 
2138
2008-08-22  lirc  <lirc@hades.wilsonet.com>
1430
2139
 
1431
2140
        * drivers/lirc_imon/lirc_imon.c:
1432
2141
        added support for IMON USB Control Board (IR & LCD)
1433
2142
 
1434
 
2008-08-21  lirc  <lirc@m320>
 
2143
2008-08-21  lirc  <lirc@hades.wilsonet.com>
1435
2144
 
1436
2145
        * daemons/lircd.c: don't exit even though device cannot be initialized
1437
2146
 
1438
 
2008-08-12  lirc  <lirc@m320>
 
2147
2008-08-12  lirc  <lirc@hades.wilsonet.com>
1439
2148
 
1440
2149
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/lirc_i2c.c:
1441
2150
        fix build on 2.6.27
1442
2151
 
1443
 
2008-08-05  innovationone  <innovationone@m320>
 
2152
2008-08-05  innovationone  <innovationone@hades.wilsonet.com>
1444
2153
 
1445
2154
        * daemons/hw_commandir.h:
1446
2155
        Changed default timing parameter for CommandIR II
1447
2156
 
1448
 
2008-07-31  lirc  <lirc@m320>
 
2157
2008-07-31  lirc  <lirc@hades.wilsonet.com>
1449
2158
 
1450
2159
        * TODO: SIMULATE command
1451
2160
 
1452
 
2008-07-30  lirc  <lirc@m320>
 
2161
2008-07-30  lirc  <lirc@hades.wilsonet.com>
1453
2162
 
1454
2163
        * drivers/lirc_imon/lirc_imon.c:
1455
2164
        moved error handling to the end of function where it belongs (instead of adding goto exit at the end of the switch)
1456
2165
 
1457
 
2008-07-28  innovationone  <innovationone@m320>
 
2166
2008-07-28  innovationone  <innovationone@hades.wilsonet.com>
1458
2167
 
1459
2168
        * daemons/hw_commandir.c, daemons/hw_commandir.h:
1460
2169
        * Minor housekeeping: renaming of usb handles to udev
1462
2171
        * Driver now polls for USB endpoint size
1463
2172
        * Driver now discards remote events received while LIRC not listening
1464
2173
 
1465
 
2008-07-23  lirc  <lirc@m320>
 
2174
2008-07-23  lirc  <lirc@hades.wilsonet.com>
1466
2175
 
1467
2176
        * doc/html-source/configure.html: fixed broken link
1468
2177
 
1469
 
2008-07-21  innovationone  <innovationone@m320>
 
2178
2008-07-21  innovationone  <innovationone@hades.wilsonet.com>
1470
2179
 
1471
2180
        * daemons/hw_commandir.c:
1472
2181
        Bug fixes for CommandIR userspace driver, including:
1475
2184
        - Removal of device with queued signals
1476
2185
        - Orphaned mode2 and irrecord processes that were forked
1477
2186
 
1478
 
2008-07-21  lirc  <lirc@m320>
 
2187
2008-07-21  lirc  <lirc@hades.wilsonet.com>
1479
2188
 
1480
2189
        * drivers/lirc_imon/lirc_imon.c:
1481
2190
        call UNLOCK_CONTEXT in all control paths
1482
2191
 
1483
 
2008-07-20  lirc  <lirc@m320>
 
2192
2008-07-20  lirc  <lirc@hades.wilsonet.com>
1484
2193
 
1485
2194
        * configure.ac, daemons/Makefile.am, daemons/irrecord.c:
1486
2195
        added analyse feature to irrecord again,
1490
2199
 
1491
2200
        * daemons/hw-types.c: keep alphabetical order
1492
2201
 
1493
 
2008-07-17  lirc  <lirc@m320>
 
2202
2008-07-17  lirc  <lirc@hades.wilsonet.com>
1494
2203
 
1495
2204
        * drivers/Makefile.am, drivers/Makefile.common:
1496
2205
        use Modules.symvers of lirc_dev
1497
2206
 
1498
 
2008-07-14  innovationone  <innovationone@m320>
 
2207
2008-07-14  innovationone  <innovationone@hades.wilsonet.com>
1499
2208
 
1500
2209
        * daemons/hw_commandir.c, daemons/hw_commandir.h, configure.ac, daemons/Makefile.am, daemons/hw-types.c, setup.data:
1501
2210
        1. Addition of new CommandIR driver supporting:
1505
2214
        2. Modification of configure, makefile, and setup files to add driver to
1506
2215
        USB Devices listing and compile.
1507
2216
 
1508
 
2008-07-03  lirc  <lirc@m320>
 
2217
2008-07-03  lirc  <lirc@hades.wilsonet.com>
1509
2218
 
1510
2219
        * tools/Makefile.am, configure.ac, daemons/Makefile.am, daemons/hw_audio.c, daemons/hw_audio_alsa.c:
1511
2220
        add external libraries to LDADD variables
1512
2221
 
1513
 
2008-07-01  lirc  <lirc@m320>
 
2222
2008-07-01  lirc  <lirc@hades.wilsonet.com>
1514
2223
 
1515
2224
        * daemons/Makefile.am, tools/Makefile.am, tools/mode2.c:
1516
2225
        read data through hardware abstraction layer
1519
2228
 
1520
2229
        * INSTALL: new automake version
1521
2230
 
1522
 
2008-06-30  lirc  <lirc@m320>
 
2231
2008-06-30  lirc  <lirc@hades.wilsonet.com>
1523
2232
 
1524
2233
        * daemons/hw_i2cuser.c: linux/i2c.h obsoleted by new i2c-tools
1525
2234
 
1526
 
2008-06-24  lirc  <lirc@m320>
 
2235
2008-06-24  lirc  <lirc@hades.wilsonet.com>
1527
2236
 
1528
2237
        * remotes/hauppauge/lircd.conf.hauppauge: HRV-1600 RT Remote
1529
2238
 
1530
 
2008-06-17  lirc  <lirc@m320>
 
2239
2008-06-17  lirc  <lirc@hades.wilsonet.com>
1531
2240
 
1532
2241
        * remotes/atiusb/lircd.conf.atilibusb: nVidia UR88A
1533
2242
 
1534
 
2008-06-13  lirc  <lirc@m320>
 
2243
2008-06-13  lirc  <lirc@hades.wilsonet.com>
1535
2244
 
1536
2245
        * NEWS, configure.ac, doc/html-source/configure.html, doc/html-source/foot.html, doc/html-source/programs.html, doc/html-source/pronto2lirc.html, doc/release-html.sh, tools/Makefile.am, tools/pronto2lirc.py:
1537
2246
        added pronto2lirc converter (Olavi Akerman)
1538
2247
 
1539
 
2008-06-12  lirc  <lirc@m320>
 
2248
2008-06-12  lirc  <lirc@hades.wilsonet.com>
1540
2249
 
1541
2250
        * remotes/imon/lircd.conf.imon-knob: corrected seemingly wrong codes
1542
2251
 
1543
 
2008-06-03  lirc  <lirc@m320>
 
2252
2008-06-03  lirc  <lirc@hades.wilsonet.com>
1544
2253
 
1545
2254
        * daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote.h:
1546
2255
        ignore_mask also covers pre_data and post_data now
1547
2256
 
1548
 
2008-06-02  lirc  <lirc@m320>
 
2257
2008-06-02  lirc  <lirc@hades.wilsonet.com>
1549
2258
 
1550
2259
        * daemons/hw_audio_alsa.c, doc/html-source/audio-alsa.html:
1551
2260
        support for stereo sampling (Ceri Coburn)
1553
2262
        * daemons/ir_remote_types.h:
1554
2263
        added ignore_mask to better support Aplle A1156 remote
1555
2264
 
1556
 
2008-05-31  lirc  <lirc@m320>
 
2265
2008-05-31  lirc  <lirc@hades.wilsonet.com>
1557
2266
 
1558
2267
        * daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote.c, remotes/apple/lircd.conf.macmini:
1559
2268
        added ignore_mask to better support Aplle A1156 remote
1560
2269
 
1561
 
2008-05-28  lirc  <lirc@m320>
 
2270
2008-05-28  lirc  <lirc@hades.wilsonet.com>
1562
2271
 
1563
2272
        * drivers/lirc_serial/lirc_serial.c:
1564
2273
        linux/io.h not available before 2.6.16
1565
2274
 
1566
 
2008-05-25  lirc  <lirc@m320>
 
2275
2008-05-25  lirc  <lirc@hades.wilsonet.com>
1567
2276
 
1568
2277
        * remotes/apple/lircd.conf.macmini: Apple MacBook2 configuration
1569
2278
 
1570
 
2008-05-22  lirc  <lirc@m320>
 
2279
2008-05-22  lirc  <lirc@hades.wilsonet.com>
1571
2280
 
1572
2281
        * daemons/irrecord.c:
1573
2282
        do not try to collect any remote control paremeters when using a template file
1574
2283
 
1575
 
2008-05-20  lirc  <lirc@m320>
 
2284
2008-05-20  lirc  <lirc@hades.wilsonet.com>
1576
2285
 
1577
2286
        * doc/html-source/configure.html, tools/Makefile.am, tools/lirc_client.c, tools/lirc_client.h:
1578
2287
        implementation of toggle_reset flag
1579
2288
 
1580
 
2008-05-19  uzuul  <uzuul@m320>
 
2289
2008-05-19  uzuul  <uzuul@hades.wilsonet.com>
1581
2290
 
1582
2291
        * drivers/lirc_atiusb/lirc_atiusb.c:
1583
2292
        revert the previous wrong patch on lirc_atiusb.c, keeping only the typo fix.
1584
2293
 
1585
 
2008-05-16  uzuul  <uzuul@m320>
 
2294
2008-05-16  uzuul  <uzuul@hades.wilsonet.com>
1586
2295
 
1587
2296
        * AUTHORS: lirc/AUTHORS completion
1588
2297
 
1593
2302
 
1594
2303
        * Makefile.am: fix make distcheck and distcheck-light targets
1595
2304
 
1596
 
2008-05-14  lirc  <lirc@m320>
 
2305
2008-05-14  lirc  <lirc@hades.wilsonet.com>
1597
2306
 
1598
2307
        * drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c:
1599
2308
        converted to device_create/device_destroy arguments
1600
2309
 
1601
 
2008-05-13  lirc  <lirc@m320>
 
2310
2008-05-13  lirc  <lirc@hades.wilsonet.com>
1602
2311
 
1603
2312
        * drivers/lirc_dev/lirc_dev.c, drivers/kcompat.h:
1604
2313
        using device_create/device_destroy from 2.6.26 on
1605
2314
 
1606
 
2008-05-11  lirc  <lirc@m320>
 
2315
2008-05-11  lirc  <lirc@hades.wilsonet.com>
1607
2316
 
1608
2317
        * daemons/transmit.c: check if transmit buffer is valid
1609
2318
 
1610
 
2008-05-09  lirc  <lirc@m320>
 
2319
2008-05-09  lirc  <lirc@hades.wilsonet.com>
1611
2320
 
1612
2321
        * daemons/config_file.c, daemons/config_file.h, daemons/irrecord.c, daemons/lircd.c, NEWS:
1613
2322
        support for include directive in lircd.conf
1614
2323
 
1615
 
2008-05-07  lirc  <lirc@m320>
 
2324
2008-05-07  lirc  <lirc@hades.wilsonet.com>
1616
2325
 
1617
2326
        * daemons/hw-types.c: fix build if linux/i2c-dev.h is not present
1618
2327
 
1619
 
2008-05-04  lirc  <lirc@m320>
 
2328
2008-05-04  lirc  <lirc@hades.wilsonet.com>
1620
2329
 
1621
2330
        * setup.sh, ANNOUNCE, NEWS, configure.ac, daemons/irrecord.c, doc/html-source/index.html:
1622
2331
        don't abort learning sequence when a button does not generate a signal at all
1629
2338
 
1630
2339
        * drivers/lirc_i2c/lirc_i2c.c: fix lirc_i2c crash on 2.6.25
1631
2340
 
1632
 
2008-04-28  lirc  <lirc@m320>
 
2341
2008-04-28  lirc  <lirc@hades.wilsonet.com>
1633
2342
 
1634
2343
        * daemons/hw_hiddev.c: work-around for bad repeat handling
1635
2344
 
1636
2345
        * drivers/lirc_atiusb/lirc_atiusb.c: fixed compile error with gcc 2.95
1637
2346
 
1638
 
2008-04-27  lirc  <lirc@m320>
 
2347
2008-04-27  lirc  <lirc@hades.wilsonet.com>
1639
2348
 
1640
2349
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
1641
2350
        lirc-0.8.3pre3 snapshot release
1642
2351
 
1643
 
2008-04-14  lirc  <lirc@m320>
 
2352
2008-04-14  lirc  <lirc@hades.wilsonet.com>
1644
2353
 
1645
2354
        * setup.data, setup.sh:
1646
2355
        added void param to allow empty port and irq setting for NSLU2
1647
2356
 
1648
 
2008-04-06  lirc  <lirc@m320>
 
2357
2008-04-06  lirc  <lirc@hades.wilsonet.com>
1649
2358
 
1650
2359
        * drivers/lirc_serial/lirc_serial.c: 2.4 compatibility
1651
2360
 
1655
2364
        * daemons/hw_iguanaIR.c:
1656
2365
        support carrier frequencies that are not divisible by 1000 Hz
1657
2366
 
1658
 
2008-03-30  lirc  <lirc@m320>
 
2367
2008-03-30  lirc  <lirc@hades.wilsonet.com>
1659
2368
 
1660
2369
        * daemons/hw_default.c, daemons/hw_iguanaIR.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c:
1661
2370
        moved setting of last_send and last_code to new send_ir_ncode function
1663
2372
        * daemons/hw_uirt2_common.c:
1664
2373
        changed flush function not to wait in command_ext
1665
2374
 
1666
 
2008-03-16  lirc  <lirc@m320>
 
2375
2008-03-16  lirc  <lirc@hades.wilsonet.com>
1667
2376
 
1668
2377
        * remotes/atiusb/lircd.conf.atiusb: Medion MD1 NBC P/N 40008282
1669
2378
 
1670
 
2008-03-02  lirc  <lirc@m320>
 
2379
2008-03-02  lirc  <lirc@hades.wilsonet.com>
1671
2380
 
1672
2381
        * NEWS, configure.ac, daemons/hw-types.c, daemons/hw_hiddev.c, remotes/samsung/lircd.conf.samsung, setup.data:
1673
2382
        added support for Samsung USB IR Receiver
1674
2383
 
1675
2384
        * daemons/hw_devinput.c: check event.value only for EV_KEY
1676
2385
 
1677
 
2008-02-14  lirc  <lirc@m320>
 
2386
2008-02-14  lirc  <lirc@hades.wilsonet.com>
1678
2387
 
1679
2388
        * daemons/irrecord.c: fix memory overwrite
1680
2389
 
1681
 
2008-02-09  lirc  <lirc@m320>
 
2390
2008-02-09  lirc  <lirc@hades.wilsonet.com>
1682
2391
 
1683
2392
        * daemons/hw_hiddev.c: spurious repeat detection
1684
2393
 
1685
2394
        * remotes/atiusb/lircd.conf.atiusb: Snapstream Firefly R1000
1686
2395
 
1687
 
2008-02-06  lirc  <lirc@m320>
 
2396
2008-02-06  lirc  <lirc@hades.wilsonet.com>
1688
2397
 
1689
2398
        * daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, daemons/release.c:
1690
2399
        fixed mapping of button sequences,
1691
2400
        code refactoring
1692
2401
 
1693
 
2008-02-04  lirc  <lirc@m320>
 
2402
2008-02-04  lirc  <lirc@hades.wilsonet.com>
1694
2403
 
1695
2404
        * daemons/ir_remote.c:
1696
2405
        fixed detection of code sequences with three or more entries
1697
2406
 
1698
 
2008-02-03  lirc  <lirc@m320>
 
2407
2008-02-03  lirc  <lirc@hades.wilsonet.com>
1699
2408
 
1700
2409
        * acconfig.h: acconfig.h is obsolete
1701
2410
 
1702
 
2008-01-27  lirc  <lirc@m320>
 
2411
2008-01-27  lirc  <lirc@hades.wilsonet.com>
1703
2412
 
1704
2413
        * remotes/atiusb/lircd.conf.atiusb: Toshiba MCE Remote Control (X10)
1705
2414
 
1706
 
2008-01-26  lirc  <lirc@m320>
 
2415
2008-01-26  lirc  <lirc@hades.wilsonet.com>
1707
2416
 
1708
2417
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c:
1709
2418
        increased sample rate to 100 Hz,
1711
2420
 
1712
2421
        * remotes/creative/lircd.conf.alsa_usb: Creative RM-1800
1713
2422
 
1714
 
2008-01-25  lirc  <lirc@m320>
 
2423
2008-01-25  lirc  <lirc@hades.wilsonet.com>
1715
2424
 
1716
2425
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c:
1717
2426
        fixed calculation of gap time
1718
2427
 
1719
 
2008-01-19  lirc  <lirc@m320>
 
2428
2008-01-19  lirc  <lirc@hades.wilsonet.com>
1720
2429
 
1721
2430
        * drivers/lirc_imon/lirc_imon.c, NEWS, configure.ac, daemons/hw_devinput.c, setup.data:
1722
2431
        added support for Soundgraph iMON IR/LCD (Dean Harding)
1723
2432
 
1724
 
2008-01-13  lirc  <lirc@m320>
 
2433
2008-01-13  lirc  <lirc@hades.wilsonet.com>
1725
2434
 
1726
2435
        * daemons/hw_irlink.h:
1727
2436
        added support for IRLink receiver (Maxim Muratov)
1738
2447
        * drivers/lirc_cmdir/commandir.c, drivers/kcompat.h:
1739
2448
        removed multi-line #if macros for unifdef
1740
2449
 
1741
 
2008-01-12  lirc  <lirc@m320>
 
2450
2008-01-12  lirc  <lirc@hades.wilsonet.com>
1742
2451
 
1743
2452
        * drivers/lirc.h, drivers/lirc_streamzap/lirc_streamzap.c, daemons/hw_default.c:
1744
2453
        added LIRC_CAN_GET_REC_RESOLUTION feature to prevent ioctl errors
1748
2457
 
1749
2458
        * NEWS: added support for VLSystem MPlay Blast (Benoit Laurent)
1750
2459
 
1751
 
2007-12-27  lirc  <lirc@m320>
 
2460
2007-12-27  lirc  <lirc@hades.wilsonet.com>
1752
2461
 
1753
2462
        * doc/man-source/irxevent.inc: URL
1754
2463
 
1755
 
2007-12-22  lirc  <lirc@m320>
 
2464
2007-12-22  lirc  <lirc@hades.wilsonet.com>
1756
2465
 
1757
2466
        * remotes/vlsystem/lircd.conf.mplay, configure.ac, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_mplay.c, daemons/hw_mplay.h, setup.data:
1758
2467
        added support for VLSystem MPlay Blast (Benoit Laurent)
1759
2468
 
1760
 
2007-12-17  lirc  <lirc@m320>
 
2469
2007-12-17  lirc  <lirc@hades.wilsonet.com>
1761
2470
 
1762
2471
        * drivers/lirc_parallel/lirc_parallel.c:
1763
2472
        added parameter to check for PSELECD
1764
2473
 
1765
 
2007-12-15  lirc  <lirc@m320>
 
2474
2007-12-15  lirc  <lirc@hades.wilsonet.com>
1766
2475
 
1767
2476
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/kcompat.h:
1768
2477
        SA_INTERRUPT and SA_SHIRQ removed in 2.6.24
1774
2483
        * daemons/hw_iguanaIR.c:
1775
2484
        support for setting channels and transmit carrier
1776
2485
 
1777
 
2007-12-13  lirc  <lirc@m320>
 
2486
2007-12-13  lirc  <lirc@hades.wilsonet.com>
1778
2487
 
1779
2488
        * remotes/apple/lircd.conf.macmini: MacBookPro 15" SantaRosa (3.1)
1780
2489
 
1781
 
2007-11-08  lirc  <lirc@m320>
 
2490
2007-11-08  lirc  <lirc@hades.wilsonet.com>
1782
2491
 
1783
2492
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_cmdir/commandir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_atiusb/lirc_atiusb.c:
1784
2493
        corrected including of asm/uaccess.h vs linux/uaccess.h
1788
2497
        * doc/Makefile.am, doc/release-man.sh, doc/table.sh:
1789
2498
        fix building out of tree
1790
2499
 
1791
 
2007-11-04  lirc  <lirc@m320>
 
2500
2007-11-04  lirc  <lirc@hades.wilsonet.com>
1792
2501
 
1793
2502
        * daemons/hw_hiddev.c, configure.ac, daemons/hw-types.c:
1794
2503
        check for hiddev availability
1796
2505
        * doc/Makefile.am, doc/release-html.sh, doc/release-man.sh, doc/table.sh, drivers/Makefile.common:
1797
2506
        fix building out of tree
1798
2507
 
1799
 
2007-11-03  lirc  <lirc@m320>
 
2508
2007-11-03  lirc  <lirc@hades.wilsonet.com>
1800
2509
 
1801
2510
        * drivers/lirc_dev/lirc_dev.c:
1802
2511
        use completion events instead of semaphores
1803
2512
 
1804
 
2007-11-01  lirc  <lirc@m320>
 
2513
2007-11-01  lirc  <lirc@hades.wilsonet.com>
1805
2514
 
1806
2515
        * remotes/mceusb/lircd.conf.mceusb: updated for HP MCE 2007 remote
1807
2516
 
1809
2518
 
1810
2519
        * configure.ac, doc/table.sh: add commandir kernel module to the list
1811
2520
 
1812
 
2007-10-28  lirc  <lirc@m320>
 
2521
2007-10-28  lirc  <lirc@hades.wilsonet.com>
1813
2522
 
1814
2523
        * daemons/hw_hiddev.c: fix macmini signal repetition
1815
2524
 
1816
 
2007-10-27  lirc  <lirc@m320>
 
2525
2007-10-27  lirc  <lirc@hades.wilsonet.com>
1817
2526
 
1818
2527
        * daemons/hw_iguanaIR.c: fixed file handle leak
1819
2528
 
1820
2529
        * configure.ac: fully respect the --disable-daemonize configure option
1821
2530
 
1822
 
2007-10-21  lirc  <lirc@m320>
 
2531
2007-10-21  lirc  <lirc@hades.wilsonet.com>
1823
2532
 
1824
2533
        * drivers/Makefile.common: allow out of tree builds
1825
2534
 
1826
2535
        * NEWS: implemented SIMULATE command
1827
2536
 
1828
 
2007-10-18  lirc  <lirc@m320>
 
2537
2007-10-18  lirc  <lirc@hades.wilsonet.com>
1829
2538
 
1830
2539
        * drivers/Makefile.common, daemons/Makefile.am, tools/Makefile.am:
1831
2540
        allow out of tree builds
1832
2541
 
1833
 
2007-10-13  lirc  <lirc@m320>
 
2542
2007-10-13  lirc  <lirc@hades.wilsonet.com>
1834
2543
 
1835
2544
        * ANNOUNCE, NEWS, configure.ac, doc/html-source/index.html, setup.sh:
1836
2545
        lirc-0.8.3pre1 snapshot release
1837
2546
 
1838
2547
        * daemons/hw_hiddev.c: added repeat support for macmini driver
1839
2548
 
1840
 
2007-10-06  lirc  <lirc@m320>
 
2549
2007-10-06  lirc  <lirc@hades.wilsonet.com>
1841
2550
 
1842
2551
        * remotes/pinnacle_systems/lircd.conf.pctv: Chan+Stop -> Chan-Stop
1843
2552
 
1844
 
2007-10-03  lirc  <lirc@m320>
 
2553
2007-10-03  lirc  <lirc@hades.wilsonet.com>
1845
2554
 
1846
2555
        * drivers/lirc_atiusb/lirc_atiusb.c: fixed rbuf initialisation
1847
2556
 
1848
2557
        * remotes/apple/lircd.conf.macmini: alternative config
1849
2558
 
1850
 
2007-09-30  lirc  <lirc@m320>
 
2559
2007-09-30  lirc  <lirc@hades.wilsonet.com>
1851
2560
 
1852
2561
        * drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_atiusb/lirc_atiusb.c:
1853
2562
        use goto on for allocation errors instead of nested if blocks,
1854
2563
        corrected wrong deallocations in error case
1855
2564
 
1856
 
2007-09-29  lirc  <lirc@m320>
 
2565
2007-09-29  lirc  <lirc@hades.wilsonet.com>
1857
2566
 
1858
2567
        * daemons/lircd.c, daemons/lircd.h, doc/man-source/irsend.inc, doc/man-source/lircd.inc, tools/irsend.c:
1859
2568
        implemented SIMULATE command
1864
2573
 
1865
2574
        * daemons/irrecord.c: use hardware resolution for aeps if available
1866
2575
 
1867
 
2007-09-28  lirc  <lirc@m320>
 
2576
2007-09-28  lirc  <lirc@hades.wilsonet.com>
1868
2577
 
1869
2578
        * drivers/lirc_ttusbir/lirc_ttusbir.c: removed unnecessary lock
1870
2579
 
1871
 
2007-09-27  lirc  <lirc@m320>
 
2580
2007-09-27  lirc  <lirc@hades.wilsonet.com>
1872
2581
 
1873
2582
        * drivers/lirc_streamzap/lirc_streamzap.c:
1874
2583
        increased buffer size to better support protocols with high bit count,
1882
2591
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_ttusbir/lirc_ttusbir.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_cmdir/commandir.c, drivers/lirc_cmdir/commandir.h, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_cmdir/lirc_cmdir.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/kcompat.h, drivers/lirc.h:
1883
2592
        checkpatch cleanup
1884
2593
 
1885
 
2007-09-14  lirc  <lirc@m320>
 
2594
2007-09-14  lirc  <lirc@hades.wilsonet.com>
1886
2595
 
1887
2596
        * remotes/atiusb/lircd.conf.atilibusb: RF Remote Control
1888
2597
 
1889
 
2007-09-09  lirc  <lirc@m320>
 
2598
2007-09-09  lirc  <lirc@hades.wilsonet.com>
1890
2599
 
1891
2600
        * drivers/lirc_i2c/lirc_i2c.c:
1892
2601
        converted strcpy calls to strlcpy calls with correct size
1896
2605
 
1897
2606
        * daemons/hw_hiddev.c: fix spurious repeats (hardware bug)
1898
2607
 
1899
 
2007-09-01  lirc  <lirc@m320>
 
2608
2007-09-01  lirc  <lirc@hades.wilsonet.com>
1900
2609
 
1901
2610
        * remotes/atiusb/lircd.conf.atiusb: Medion MD97000
1902
2611
 
1903
 
2007-08-30  lirc  <lirc@m320>
 
2612
2007-08-30  lirc  <lirc@hades.wilsonet.com>
1904
2613
 
1905
2614
        * drivers/lirc_dev/lirc_dev.c:
1906
2615
        updates for 2.6.23: unregister_chrdev returns void
1907
2616
 
1908
2617
        * drivers/lirc_serial/lirc_serial.c: NSLU2 define change
1909
2618
 
1910
 
2007-08-26  lirc  <lirc@m320>
 
2619
2007-08-26  lirc  <lirc@hades.wilsonet.com>
1911
2620
 
1912
2621
        * daemons/hw-types.c: include macmini driver in hw_list
1913
2622
 
1914
 
2007-08-25  lirc  <lirc@m320>
 
2623
2007-08-25  lirc  <lirc@hades.wilsonet.com>
1915
2624
 
1916
2625
        * daemons/hw_hiddev.c: Dvico IR Receiver with Compro remote
1917
2626
 
1918
 
2007-08-17  lirc  <lirc@m320>
 
2627
2007-08-17  lirc  <lirc@hades.wilsonet.com>
1919
2628
 
1920
2629
        * daemons/slinke.c: added mode parameter to open(O_CREATE) call
1921
2630
 
1922
 
2007-08-12  lirc  <lirc@m320>
 
2631
2007-08-12  lirc  <lirc@hades.wilsonet.com>
1923
2632
 
1924
2633
        * daemons/serial.c: code is used only in debug mode
1925
2634
 
1928
2637
 
1929
2638
        * remotes/atiusb/lircd.conf.atiusb: OR24V
1930
2639
 
1931
 
2007-08-03  lirc  <lirc@m320>
 
2640
2007-08-03  lirc  <lirc@hades.wilsonet.com>
1932
2641
 
1933
2642
        * drivers/lirc_serial/lirc_serial.c:
1934
2643
        add correct removal of platform device in case the loading of the module fails (Juerg Haefliger)
1935
2644
 
1936
 
2007-07-29  lirc  <lirc@m320>
 
2645
2007-07-29  lirc  <lirc@hades.wilsonet.com>
1937
2646
 
1938
2647
        * daemons/receive.h, daemons/release.c, daemons/transmit.c, daemons/hw_uirt2_raw.c, daemons/hw_usbx.c, daemons/hw_usbx.h, daemons/ir_remote.c, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/irrecord.c, daemons/lircd.c, daemons/receive.c, daemons/hw_uirt2.c, daemons/hw_udp.c, daemons/hw_pinsys.c, daemons/hw_pinsys.h, daemons/hw_pixelview.c, daemons/hw_pixelview.h, daemons/hw_silitek.c, daemons/hw_silitek.h, daemons/hw_slinke.c, daemons/hw_slinke.h, daemons/hw_tira.c, daemons/hw_tira.h, daemons/hw_hiddev.c, daemons/hw_irman.c, daemons/hw_irman.h, daemons/hw_livedrive_common.c, daemons/hw_livedrive_common.h, daemons/hw_logitech.c, daemons/hw_logitech.h, daemons/hw_mouseremote.c, daemons/hw_mouseremote.h, daemons/hw_mp3anywhere.c, daemons/hw_mp3anywhere.h, daemons/hw_pcmak.c, daemons/hw_pcmak.h, daemons/hw_creative.c, daemons/hw_creative.h, daemons/hw_creative_infracd.c, daemons/hw_creative_infracd.h, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_devinput.c, daemons/hw_dsp.c, daemons/hw_ea65.c, daemons/hw_ea65.h, daemons/config_file.c, daemons/dump_config.c, daemons/dump_config.h, daemons/hardware.h, daemons/hw_accent.c, daemons/hw_accent.h, daemons/hw_alsa_usb.c, daemons/hw_audio.c, daemons/hw_bte.c, daemons/hw_bte.h, daemons/hw_caraca.c, daemons/hw_caraca.h:
1939
2648
        implemented gap range
1940
2649
 
1941
 
2007-07-27  lirc  <lirc@m320>
 
2650
2007-07-27  lirc  <lirc@hades.wilsonet.com>
1942
2651
 
1943
2652
        * doc/html-source/devinput.html: typo
1944
2653
 
1945
2654
        * doc/html-source/devinput.html, doc/release-html.sh:
1946
2655
        added documentation how to use /dev/input driver
1947
2656
 
1948
 
2007-07-25  lirc  <lirc@m320>
 
2657
2007-07-25  lirc  <lirc@hades.wilsonet.com>
1949
2658
 
1950
2659
        * drivers/lirc_i2c/lirc_i2c.c:
1951
2660
        shorten string to fin into buffer on 2.6.22
1952
2661
 
1953
 
2007-07-22  lirc  <lirc@m320>
 
2662
2007-07-22  lirc  <lirc@hades.wilsonet.com>
1954
2663
 
1955
2664
        * drivers/lirc_atiusb/lirc_atiusb.c:
1956
2665
        Chinese variant of the Xbox DVD kit
1960
2669
 
1961
2670
        * configure.ac, configure.in: renamed configure.in to configure.ac
1962
2671
 
1963
 
2007-07-16  lirc  <lirc@m320>
 
2672
2007-07-16  lirc  <lirc@hades.wilsonet.com>
1964
2673
 
1965
2674
        * daemons/hw_usbx.c: fixed compile error in debug mode
1966
2675
 
1967
2676
        * configure.in: added audio_alsa to help text
1968
2677
 
1969
 
2007-07-15  lirc  <lirc@m320>
 
2678
2007-07-15  lirc  <lirc@hades.wilsonet.com>
1970
2679
 
1971
2680
        * daemons/hw_audio_alsa.c: value should be decimal, not octal
1972
2681
 
1975
2684
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_i2cuser.c, setup.data:
1976
2685
        added user-space I2C driver (Adam Sampson)
1977
2686
 
1978
 
2007-07-14  lirc  <lirc@m320>
 
2687
2007-07-14  lirc  <lirc@hades.wilsonet.com>
1979
2688
 
1980
2689
        * drivers/lirc_atiusb/lirc_atiusb.c:
1981
2690
        Chinese variant of the Xbox DVD kit
1982
2691
 
1983
 
2007-07-13  innovationone  <innovationone@m320>
 
2692
2007-07-13  innovationone  <innovationone@hades.wilsonet.com>
1984
2693
 
1985
2694
        * drivers/lirc_cmdir/commandir.c, drivers/lirc_cmdir/lirc_cmdir.c:
1986
2695
        Tidy code to remove warnings above kernel 2.6.18, and removed unused variables.
1987
2696
 
1988
 
2007-07-08  lirc  <lirc@m320>
 
2697
2007-07-08  lirc  <lirc@hades.wilsonet.com>
1989
2698
 
1990
2699
        * remotes/asus/lircd.conf.asusdh: Asus AI Remote
1991
2700
 
1992
 
2007-07-02  innovationone  <innovationone@m320>
 
2701
2007-07-02  innovationone  <innovationone@hades.wilsonet.com>
1993
2702
 
1994
2703
        * drivers/lirc_cmdir/commandir.c, drivers/lirc_cmdir/commandir.h:
1995
2704
        CommandIR Driver, required by lirc_cmdir.
1997
2706
        * drivers/lirc_cmdir/Makefile.am:
1998
2707
        Compile commandir driver at LIRC compile time as well.
1999
2708
 
2000
 
2007-07-01  lirc  <lirc@m320>
 
2709
2007-07-01  lirc  <lirc@hades.wilsonet.com>
2001
2710
 
2002
2711
        * remotes/x10/lircd.conf.mp3anywhere: UR51A
2003
2712
 
2004
2713
        * remotes/atiusb/lircd.conf.atilibusb: Medion X10 MD8800
2005
2714
 
2006
 
2007-06-16  lirc  <lirc@m320>
 
2715
2007-06-16  lirc  <lirc@hades.wilsonet.com>
2007
2716
 
2008
2717
        * TODO: release events are already implemented
2009
2718
 
2015
2724
        * daemons/hw_irman.c, daemons/ir_remote.c:
2016
2725
        fixed use of potentially uninitialised pre/post variables
2017
2726
 
2018
 
2007-06-10  lirc  <lirc@m320>
 
2727
2007-06-10  lirc  <lirc@hades.wilsonet.com>
2019
2728
 
2020
2729
        * daemons/hw_pinsys.c:
2021
2730
        added example code how to calculate the checksum byte
2022
2731
 
2023
 
2007-06-09  lirc  <lirc@m320>
 
2732
2007-06-09  lirc  <lirc@hades.wilsonet.com>
2024
2733
 
2025
2734
        * doc/Makefile.am:
2026
2735
        create dummy lirc.hwdb to stisfy make (real file will be created on release)
2032
2741
        * configure.in, doc/html-source/index.html, setup.sh, ANNOUNCE, NEWS:
2033
2742
        0.8.2 release
2034
2743
 
2035
 
2007-06-08  lirc  <lirc@m320>
 
2744
2007-06-08  lirc  <lirc@hades.wilsonet.com>
2036
2745
 
2037
2746
        * remotes/atiusb/lircd.conf.atiusb: another config
2038
2747
 
2039
2748
        * doc/Makefile.am: added lirc.hwdb to distribution
2040
2749
 
2041
 
2007-06-07  lirc  <lirc@m320>
 
2750
2007-06-07  lirc  <lirc@hades.wilsonet.com>
2042
2751
 
2043
2752
        * remotes/atiusb/lircd.conf.atiusb: added Toshiba X10 remote
2044
2753
 
2045
 
2007-05-27  lirc  <lirc@m320>
 
2754
2007-05-27  lirc  <lirc@hades.wilsonet.com>
2046
2755
 
2047
2756
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2048
2757
        lirc-0.8.2pre3 snapshot release
2049
2758
 
2050
 
2007-05-26  uzuul  <uzuul@m320>
 
2759
2007-05-26  uzuul  <uzuul@hades.wilsonet.com>
2051
2760
 
2052
2761
        * doc/html-source/technical.html, doc/html-source/index.html:
2053
2762
        document lirc.hwdb for packagers and developers
2057
2766
 
2058
2767
        * doc/table.sh: remove one more bashism
2059
2768
 
2060
 
2007-05-26  lirc  <lirc@m320>
 
2769
2007-05-26  lirc  <lirc@hades.wilsonet.com>
2061
2770
 
2062
2771
        * autogen.sh, configure.in:
2063
2772
        setup.sh hook does not work with autoconf 2.61 anymore
2069
2778
 
2070
2779
        * daemons/irrecord.c: prevent compiler warning
2071
2780
 
2072
 
2007-05-11  lirc  <lirc@m320>
 
2781
2007-05-11  lirc  <lirc@hades.wilsonet.com>
2073
2782
 
2074
2783
        * drivers/lirc_serial/lirc_serial.c: debug sense toggling issue
2075
2784
 
2076
 
2007-05-06  lirc  <lirc@m320>
 
2785
2007-05-06  lirc  <lirc@hades.wilsonet.com>
2077
2786
 
2078
2787
        * daemons/release.c, daemons/release.h:
2079
2788
        automatic release event generation in lircd
2083
2792
        * NEWS, acconfig.h, daemons/Makefile.am, daemons/ir_remote.c, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/lircd.c, daemons/lircd.h, doc/man-source/lircd.inc:
2084
2793
        automatic release event generation in lircd
2085
2794
 
2086
 
2007-05-05  lirc  <lirc@m320>
 
2795
2007-05-05  lirc  <lirc@hades.wilsonet.com>
2087
2796
 
2088
2797
        * TODO: more todos
2089
2798
 
2093
2802
        * configure.in, daemons/hw-types.c, daemons/hw_hiddev.c, remotes/apple/lircd.conf.macmini, setup.data, NEWS:
2094
2803
        added support for Apple Mac mini USB IR Receiver (Stephen Williams)
2095
2804
 
2096
 
2007-05-04  lirc  <lirc@m320>
 
2805
2007-05-04  lirc  <lirc@hades.wilsonet.com>
2097
2806
 
2098
2807
        * drivers/lirc_serial/lirc_serial.c: initialize timestamp on resume
2099
2808
 
2100
2809
        * drivers/lirc_serial/lirc_serial.c: improved sense auto-detection
2101
2810
 
2102
 
2007-04-29  lirc  <lirc@m320>
 
2811
2007-04-29  lirc  <lirc@hades.wilsonet.com>
2103
2812
 
2104
2813
        * drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c:
2105
2814
        irq handlers changed in 2.6.19
2106
2815
 
2107
 
2007-04-26  lirc  <lirc@m320>
 
2816
2007-04-26  lirc  <lirc@hades.wilsonet.com>
2108
2817
 
2109
2818
        * drivers/lirc_serial/lirc_serial.c: interrupt handler in 2.6.19
2110
2819
 
2111
2820
        * drivers/lirc_serial/lirc_serial.c: use __init and __exit
2112
2821
 
2113
 
2007-04-25  lirc  <lirc@m320>
 
2822
2007-04-25  lirc  <lirc@hades.wilsonet.com>
2114
2823
 
2115
2824
        * drivers/lirc_serial/lirc_serial.c:
2116
2825
        fixed compile error of last commit with kernel >= 2.6.18
2118
2827
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
2119
2828
        lirc-0.8.2pre2 snapshot release
2120
2829
 
2121
 
2007-04-23  lirc  <lirc@m320>
 
2830
2007-04-23  lirc  <lirc@hades.wilsonet.com>
2122
2831
 
2123
2832
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_usbx.c, daemons/hw_usbx.h, daemons/serial.c, remotes/adstech/lircd.conf.usbx-707, setup.data:
2124
2833
        added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
2125
2834
 
2126
 
2007-04-22  lirc  <lirc@m320>
 
2835
2007-04-22  lirc  <lirc@hades.wilsonet.com>
2127
2836
 
2128
2837
        * drivers/lirc_serial/lirc_serial.c:
2129
2838
        platform driver model beginning with 2.6.18 (Andrei Tanas)
2130
2839
 
2131
2840
        * drivers/lirc_dev/lirc_dev.h: lirc_buffer_clear
2132
2841
 
2133
 
2007-04-21  lirc  <lirc@m320>
 
2842
2007-04-21  lirc  <lirc@hades.wilsonet.com>
2134
2843
 
2135
2844
        * doc/table.sh: removed bashism
2136
2845
 
2137
2846
        * daemons/hw_pinsys.c: fixed repeats
2138
2847
 
2139
 
2007-04-14  lirc  <lirc@m320>
 
2848
2007-04-14  lirc  <lirc@hades.wilsonet.com>
2140
2849
 
2141
2850
        * daemons/lircd.c, drivers/lirc.h: new LIRC_NOTIFY_DECODE ioctl
2142
2851
 
2143
 
2007-04-08  lirc  <lirc@m320>
 
2852
2007-04-08  lirc  <lirc@hades.wilsonet.com>
2144
2853
 
2145
2854
        * NEWS, daemons/hw_default.c, daemons/hw_hiddev.c, daemons/lircd.c, daemons/lircd.h:
2146
2855
        periodically try to reopen lirc device if reading fails
2150
2859
        * daemons/hw-types.c, daemons/hw_hiddev.c, NEWS, configure.in, setup.data:
2151
2860
        added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
2152
2861
 
2153
 
2007-04-06  lirc  <lirc@m320>
 
2862
2007-04-06  lirc  <lirc@hades.wilsonet.com>
2154
2863
 
2155
2864
        * tools/irsend.c: support for --address and --count switches
2156
2865
 
2157
2866
        * remotes/creative/lircd.conf.alsa_usb: dummy gap
2158
2867
 
2159
 
2007-04-04  lirc  <lirc@m320>
 
2868
2007-04-04  lirc  <lirc@hades.wilsonet.com>
2160
2869
 
2161
2870
        * doc/html-source/index.html, doc/html-source/install.html:
2162
2871
        lircd.conf.pctv changed in 0.8.2, not 0.8.1
2163
2872
 
2164
 
2007-03-31  lirc  <lirc@m320>
 
2873
2007-03-31  lirc  <lirc@hades.wilsonet.com>
2165
2874
 
2166
2875
        * daemons/irrecord.c: fixed toggle bit mask messages
2167
2876
 
2168
 
2007-03-30  lirc  <lirc@m320>
 
2877
2007-03-30  lirc  <lirc@hades.wilsonet.com>
2169
2878
 
2170
2879
        * tools/irxevent.c: compile with gcc 2.95.4
2171
2880
 
2172
 
2007-03-24  lirc  <lirc@m320>
 
2881
2007-03-24  lirc  <lirc@hades.wilsonet.com>
2173
2882
 
2174
2883
        * daemons/hardware.h, daemons/hw_default.c, daemons/hw_default.h, daemons/lircd.c:
2175
2884
        changed interface of ioctl_func
2176
2885
 
2177
2886
        * tools/lirc_client.c: fixed crash in lirc_setmode when resetting mode
2178
2887
 
2179
 
2007-03-18  lirc  <lirc@m320>
 
2888
2007-03-18  lirc  <lirc@hades.wilsonet.com>
2180
2889
 
2181
2890
        * drivers/lirc_imon/lirc_imon.c, remotes/imon/lircd.conf.imon-2.4g, remotes/imon/lircd.conf.imon-2.4g-lt, doc/html-source/imon-24g.html, doc/release-html.sh, doc/table.sh, NEWS, configure.in, setup.data:
2182
2891
        support for SoundGraph iMON 2.4G DT
2183
2892
 
2184
2893
        * NEWS: support for setting carrier frequency
2185
2894
 
2186
 
2007-03-17  lirc  <lirc@m320>
 
2895
2007-03-17  lirc  <lirc@hades.wilsonet.com>
2187
2896
 
2188
2897
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2189
2898
        lirc-0.8.2pre1 snapshot release
2190
2899
 
2191
 
2007-03-14  lirc  <lirc@m320>
 
2900
2007-03-14  lirc  <lirc@hades.wilsonet.com>
2192
2901
 
2193
2902
        * doc/html-source/index.html: supported hardware list
2194
2903
 
2195
2904
        * doc/html-source/audio-alsa.html: irrecord
2196
2905
 
2197
 
2007-03-11  lirc  <lirc@m320>
 
2906
2007-03-11  lirc  <lirc@hades.wilsonet.com>
2198
2907
 
2199
2908
        * tools/irxevent.c: added daemon option
2200
2909
 
2202
2911
 
2203
2912
        * tools/irxevent.c: make local variables and functions static
2204
2913
 
2205
 
2007-03-10  lirc  <lirc@m320>
 
2914
2007-03-10  lirc  <lirc@hades.wilsonet.com>
2206
2915
 
2207
2916
        * daemons/config_file.c, daemons/receive.c:
2208
2917
        increased minimum timeout when waiting for new data (this will give more reliable repeat detection);
2225
2934
 
2226
2935
        * daemons/irrecord.c: prevent detection of bogus repeats
2227
2936
 
2228
 
2007-03-08  lirc  <lirc@m320>
 
2937
2007-03-08  lirc  <lirc@hades.wilsonet.com>
2229
2938
 
2230
2939
        * TODO:
2231
2940
        replaced toggle_bit by toggle_bit_mask to better support ATI Remote Wonder type RF remotes
2232
2941
 
2233
 
2007-03-06  lirc  <lirc@m320>
 
2942
2007-03-06  lirc  <lirc@hades.wilsonet.com>
2234
2943
 
2235
2944
        * remotes/atiusb/lircd.conf.atiusb:
2236
2945
        another Q-Sonic Master Remote PC / TV config
2237
2946
 
2238
 
2007-02-28  lirc  <lirc@m320>
 
2947
2007-02-28  lirc  <lirc@hades.wilsonet.com>
2239
2948
 
2240
2949
        * NEWS, configure.in, daemons/hw-types.c, daemons/hw_hiddev.c, remotes/asus/lircd.conf.asusdh, setup.data:
2241
2950
        added support for Asus DH remote (Brice DUBOST, Bernhard Frauendienst)
2242
2951
 
2243
 
2007-02-27  lirc  <lirc@m320>
 
2952
2007-02-27  lirc  <lirc@hades.wilsonet.com>
2244
2953
 
2245
2954
        * daemons/hw_devinput.c: EV_SYN was previously called EV_RST
2246
2955
 
2247
 
2007-02-20  lirc  <lirc@m320>
 
2956
2007-02-20  lirc  <lirc@hades.wilsonet.com>
2248
2957
 
2249
2958
        * daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/irrecord.c, daemons/lircd.c, daemons/transmit.c:
2250
2959
        replaced toggle_bit by toggle_bit_mask to better support ATI Remote Wonder type RF remotes
2256
2965
 
2257
2966
        * daemons/config_file.c: warning about missing gap value
2258
2967
 
2259
 
2007-02-19  lirc  <lirc@m320>
 
2968
2007-02-19  lirc  <lirc@hades.wilsonet.com>
2260
2969
 
2261
2970
        * daemons/hw_creative.c: support arbitrary NEC protocol remotes
2262
2971
 
2263
 
2007-02-18  lirc  <lirc@m320>
 
2972
2007-02-18  lirc  <lirc@hades.wilsonet.com>
2264
2973
 
2265
2974
        * remotes/imon/lircd.conf.imon-rsc: added gap
2266
2975
 
2272
2981
 
2273
2982
        * daemons/ir_remote.c: fixed resetting of current code
2274
2983
 
2275
 
2007-02-16  lirc  <lirc@m320>
 
2984
2007-02-16  lirc  <lirc@hades.wilsonet.com>
2276
2985
 
2277
2986
        * NEWS, daemons/transmit.c:
2278
2987
        fixed show-stopper bug in RC-6 transmit code
2279
2988
 
2280
 
2007-02-13  lirc  <lirc@m320>
 
2989
2007-02-13  lirc  <lirc@hades.wilsonet.com>
2281
2990
 
2282
2991
        * drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c:
2283
2992
        backwards compatibility
2288
2997
        * daemons/hw-types.c, NEWS, configure.in, daemons/Makefile.am, daemons/hw_accent.c, daemons/hw_accent.h, remotes/kanam_accent/lircd.conf.IR-100, setup.data:
2289
2998
        added support for Kanam Accent (Niccolo Rigacci)
2290
2999
 
2291
 
2007-02-12  lirc  <lirc@m320>
 
3000
2007-02-12  lirc  <lirc@hades.wilsonet.com>
2292
3001
 
2293
3002
        * NEWS, configure.in, drivers/lirc_imon/lirc_imon.c, remotes/imon/lircd.conf.imon-2.4g-lt, setup.data:
2294
3003
        support for SoundGraph iMON 2.4G LT (Morten Bogeskov)
2295
3004
 
2296
 
2007-02-07  lirc  <lirc@m320>
 
3005
2007-02-07  lirc  <lirc@hades.wilsonet.com>
2297
3006
 
2298
3007
        * doc/man-source/irsend.inc: fixed syntax errors
2299
3008
 
2300
 
2007-01-30  lirc  <lirc@m320>
 
3009
2007-01-30  lirc  <lirc@hades.wilsonet.com>
2301
3010
 
2302
3011
        * daemons/lircd.c: SET_TRANSMITTERS 0 is not a valid command
2303
3012
 
2304
 
2007-01-25  lirc  <lirc@m320>
 
3013
2007-01-25  lirc  <lirc@hades.wilsonet.com>
2305
3014
 
2306
3015
        * drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_parallel/lirc_parallel.h:
2307
3016
        support multiple indendent transmitters
2308
3017
 
2309
 
2007-01-24  lirc  <lirc@m320>
 
3018
2007-01-24  lirc  <lirc@hades.wilsonet.com>
2310
3019
 
2311
3020
        * drivers/lirc_atiusb/lirc_atiusb.c: fixed merge error
2312
3021
 
2313
 
2007-01-23  lirc  <lirc@m320>
 
3022
2007-01-23  lirc  <lirc@hades.wilsonet.com>
2314
3023
 
2315
3024
        * setup.data: removed obsolete note about I2C layer
2316
3025
 
2317
 
2007-01-22  lirc  <lirc@m320>
 
3026
2007-01-22  lirc  <lirc@hades.wilsonet.com>
2318
3027
 
2319
3028
        * drivers/lirc_atiusb/lirc_atiusb.c:
2320
3029
        Xbox support (Michael Wojciechowski, Vassilis Virvilis)
2321
3030
 
2322
 
2007-01-17  lirc  <lirc@m320>
 
3031
2007-01-17  lirc  <lirc@hades.wilsonet.com>
2323
3032
 
2324
3033
        * drivers/Makefile.common:
2325
3034
        don't try to create device node if /dev/lirc already exists in some form
2327
3036
        * doc/html-source/foot.html, doc/html-source/index.html, doc/html-source/install.html, remotes/pinnacle_systems/lircd.conf.pctv, daemons/hw_pinsys.c:
2328
3037
        enable 3 bytes code for better reliability
2329
3038
 
2330
 
2007-01-16  lirc  <lirc@m320>
 
3039
2007-01-16  lirc  <lirc@hades.wilsonet.com>
2331
3040
 
2332
3041
        * acinclude.m4:
2333
3042
        Resolving a sandbox violation when compiling lirc inside a sandbox (Daniel Drake, Matthias Schwarzott)
2349
3058
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2350
3059
        working on 0.8.2
2351
3060
 
2352
 
2007-01-07  lirc  <lirc@m320>
 
3061
2007-01-07  lirc  <lirc@hades.wilsonet.com>
2353
3062
 
2354
3063
        * doc/html-source/index.html, NEWS, configure.in, setup.sh, ANNOUNCE:
2355
3064
        0.8.1 release
2356
3065
 
2357
 
2007-01-02  lirc  <lirc@m320>
 
3066
2007-01-02  lirc  <lirc@hades.wilsonet.com>
2358
3067
 
2359
3068
        * drivers/kcompat.h: pre 2.6.11 kernels did not use __bitwise attribute
2360
3069
 
2361
 
2006-12-30  lirc  <lirc@m320>
 
3070
2006-12-30  lirc  <lirc@hades.wilsonet.com>
2362
3071
 
2363
3072
        * doc/html-source/install.html, configure.in:
2364
3073
        link to Technisat MediaFocus I changed
2365
3074
 
2366
 
2006-12-29  lirc  <lirc@m320>
 
3075
2006-12-29  lirc  <lirc@hades.wilsonet.com>
2367
3076
 
2368
3077
        * remotes/imon/lircd.conf.imon-knob: fixed KnobVolUp code
2369
3078
 
2376
3085
        * drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_sasem/lirc_sasem.c:
2377
3086
        fixed crash on 2.4 kernels with devfs
2378
3087
 
2379
 
2006-12-27  lirc  <lirc@m320>
 
3088
2006-12-27  lirc  <lirc@hades.wilsonet.com>
2380
3089
 
2381
3090
        * drivers/lirc_serial/lirc_serial.c:
2382
3091
        nslu2: replaced direct port-access by cleaner gpio_line_set()
2383
3092
 
2384
 
2006-12-19  lirc  <lirc@m320>
 
3093
2006-12-19  lirc  <lirc@hades.wilsonet.com>
2385
3094
 
2386
3095
        * remotes/leadtek/lircd.conf.PVR2000: updated version
2387
3096
 
2388
 
2006-12-12  lirc  <lirc@m320>
 
3097
2006-12-12  lirc  <lirc@hades.wilsonet.com>
2389
3098
 
2390
3099
        * remotes/atiusb/lircd.conf.atiusb:
2391
3100
        added Medion OR24E RF MCE Remote Control
2392
3101
 
2393
 
2006-12-11  lirc  <lirc@m320>
 
3102
2006-12-11  lirc  <lirc@hades.wilsonet.com>
2394
3103
 
2395
3104
        * tools/irpty.c, tools/irxevent.c: fixed progname
2396
3105
 
2397
3106
        * daemons/hw_devinput.c: ignore EV_SYN
2398
3107
 
2399
 
2006-12-07  lirc  <lirc@m320>
 
3108
2006-12-07  lirc  <lirc@hades.wilsonet.com>
2400
3109
 
2401
3110
        * daemons/hw_uirt2_raw.c: fixed repeat detection
2402
3111
 
2403
 
2006-12-03  lirc  <lirc@m320>
 
3112
2006-12-03  lirc  <lirc@hades.wilsonet.com>
2404
3113
 
2405
3114
        * daemons/hw_uirt2_raw.c: added descriptive error message
2406
3115
 
2407
3116
        * daemons/hw_uirt2_raw.c: use default value if frequency is not given
2408
3117
 
2409
 
2006-12-01  lirc  <lirc@m320>
 
3118
2006-12-01  lirc  <lirc@hades.wilsonet.com>
2410
3119
 
2411
3120
        * drivers/kcompat.h, drivers/lirc_streamzap/lirc_streamzap.c:
2412
3121
        pm_message_t
2413
3122
 
2414
3123
        * daemons/hw_uirt2_raw.c: fold repeated signal sequences
2415
3124
 
2416
 
2006-11-28  lirc  <lirc@m320>
 
3125
2006-11-28  lirc  <lirc@hades.wilsonet.com>
2417
3126
 
2418
3127
        * remotes/imon/lircd.conf.imon-pad: corrected name
2419
3128
 
2420
3129
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2421
3130
        lirc-0.8.1pre3 snapshot release
2422
3131
 
2423
 
2006-11-22  lirc  <lirc@m320>
 
3132
2006-11-22  lirc  <lirc@hades.wilsonet.com>
2424
3133
 
2425
3134
        * NEWS, configure.in, daemons/hw-types.c, daemons/hw_uirt2_common.c, daemons/hw_uirt2_common.h, daemons/hw_uirt2_raw.c, daemons/serial.c, daemons/serial.h, setup.data:
2426
3135
        added support for USB-UIRT
2427
3136
 
2428
 
2006-11-11  lirc  <lirc@m320>
 
3137
2006-11-11  lirc  <lirc@hades.wilsonet.com>
2429
3138
 
2430
3139
        * doc/table.sh: make script portable (closes bug 1592832)
2431
3140
 
2432
3141
        * remotes/atiusb/lircd.conf.atiusb: updated config file for MD95700
2433
3142
 
2434
 
2006-11-09  lirc  <lirc@m320>
 
3143
2006-11-09  lirc  <lirc@hades.wilsonet.com>
2435
3144
 
2436
3145
        * doc/html-source/install.html, configure.in, setup.data, setup.sh:
2437
3146
        improve installation guidance and documentation
2438
3147
 
2439
 
2006-10-27  lirc  <lirc@m320>
 
3148
2006-10-27  lirc  <lirc@hades.wilsonet.com>
2440
3149
 
2441
3150
        * configure.in: link to Linux input layer config file
2442
3151
 
2443
 
2006-10-20  lirc  <lirc@m320>
 
3152
2006-10-20  lirc  <lirc@hades.wilsonet.com>
2444
3153
 
2445
3154
        * remotes/imon/lircd.conf.imon-pad: Antec Fusion Wheel
2446
3155
 
2447
3156
        * drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c:
2448
3157
        include linux/autoconf.h instead of obsolete linux/config.h
2449
3158
 
2450
 
2006-10-14  lirc  <lirc@m320>
 
3159
2006-10-14  lirc  <lirc@hades.wilsonet.com>
2451
3160
 
2452
3161
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2453
3162
        lirc-0.8.1pre2 snapshot release
2454
3163
 
2455
 
2006-10-09  lirc  <lirc@m320>
 
3164
2006-10-09  lirc  <lirc@hades.wilsonet.com>
2456
3165
 
2457
3166
        * daemons/lircmd.c: removed misplaced ;
2458
3167
 
2459
 
2006-10-08  lirc  <lirc@m320>
 
3168
2006-10-08  lirc  <lirc@hades.wilsonet.com>
2460
3169
 
2461
3170
        * daemons/irrecord.c, daemons/lircd.c: cleanup of logprintf function
2462
3171
 
2463
3172
        * configure.in: respect empty CFLAGS
2464
3173
 
2465
 
2006-10-07  lirc  <lirc@m320>
 
3174
2006-10-07  lirc  <lirc@hades.wilsonet.com>
2466
3175
 
2467
3176
        * configure.in: fixed test for already set CFLAGS environment variable
2468
3177
 
2469
 
2006-10-05  lirc  <lirc@m320>
 
3178
2006-10-05  lirc  <lirc@hades.wilsonet.com>
2470
3179
 
2471
3180
        * drivers/lirc_streamzap/.cvsignore, drivers/lirc_i2c/.cvsignore, drivers/lirc_igorplugusb/.cvsignore, drivers/lirc_imon/.cvsignore, drivers/lirc_it87/.cvsignore, drivers/lirc_mceusb/.cvsignore, drivers/lirc_parallel/.cvsignore, drivers/lirc_sasem/.cvsignore, drivers/lirc_serial/.cvsignore, drivers/lirc_sir/.cvsignore, drivers/lirc_atiusb/.cvsignore, drivers/lirc_bt829/.cvsignore, drivers/lirc_cmdir/.cvsignore, drivers/lirc_dev/.cvsignore, drivers/lirc_gpio/.cvsignore:
2472
3181
        ignore Modules.symvers
2476
3185
        * NEWS, acconfig.h, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_iguanaIR.c, setup.data:
2477
3186
        added support for Iguanaworks USB IR Transceiver (Joseph Dunn)
2478
3187
 
2479
 
2006-10-01  lirc  <lirc@m320>
 
3188
2006-10-01  lirc  <lirc@hades.wilsonet.com>
2480
3189
 
2481
3190
        * daemons/hw_uirt2_common.c:
2482
3191
        improved reliability of driver (Wilfried Weissmann)
2483
3192
 
2484
 
2006-09-22  lirc  <lirc@m320>
 
3193
2006-09-22  lirc  <lirc@hades.wilsonet.com>
2485
3194
 
2486
3195
        * NEWS, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h:
2487
3196
        transmitter support (Daniel Melander)
2488
3197
 
2489
 
2006-08-24  lirc  <lirc@m320>
 
3198
2006-08-24  lirc  <lirc@hades.wilsonet.com>
2490
3199
 
2491
3200
        * remotes/atiusb/lircd.conf.atiusb: added toggle codes for Medion X10
2492
3201
 
2493
 
2006-08-13  lirc  <lirc@m320>
 
3202
2006-08-13  lirc  <lirc@hades.wilsonet.com>
2494
3203
 
2495
3204
        * remotes/creative/lircd.conf.alsa_usb:
2496
3205
        new configuration for  Sound Blaster Live! External USB for alsa_usb driver
2497
3206
 
2498
 
2006-08-10  lirc  <lirc@m320>
 
3207
2006-08-10  lirc  <lirc@hades.wilsonet.com>
2499
3208
 
2500
3209
        * drivers/lirc_cmdir/lirc_cmdir.c: merge of latest driver updates
2501
3210
 
2502
 
2006-08-04  lirc  <lirc@m320>
 
3211
2006-08-04  lirc  <lirc@hades.wilsonet.com>
2503
3212
 
2504
3213
        * configure.in: corrected config filename
2505
3214
 
2506
 
2006-08-03  lirc  <lirc@m320>
 
3215
2006-08-03  lirc  <lirc@hades.wilsonet.com>
2507
3216
 
2508
3217
        * contrib/lirc.rules:
2509
3218
        udev 091 requires comparison with ==, sholud be backwards compatible down to udev 055
2510
3219
 
2511
 
2006-08-01  lirc  <lirc@m320>
 
3220
2006-08-01  lirc  <lirc@hades.wilsonet.com>
2512
3221
 
2513
3222
        * configure.in: make configure respect CFLAGS
2514
3223
 
2515
 
2006-07-31  lirc  <lirc@m320>
 
3224
2006-07-31  lirc  <lirc@hades.wilsonet.com>
2516
3225
 
2517
3226
        * drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c:
2518
3227
        fixed endianness issues in usb drivers with idVendor and idProduct
2519
3228
 
2520
 
2006-07-23  lirc  <lirc@m320>
 
3229
2006-07-23  lirc  <lirc@hades.wilsonet.com>
2521
3230
 
2522
3231
        * drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_sasem/lirc_sasem.c:
2523
3232
        compile on 2.6.18 (Matthias Schwarzott)
2524
3233
 
2525
 
2006-07-18  lirc  <lirc@m320>
 
3234
2006-07-18  lirc  <lirc@hades.wilsonet.com>
2526
3235
 
2527
3236
        * daemons/hw_devinput.c:
2528
3237
        extended logging only in debug builds to prevent logfile flooding
2529
3238
 
2530
 
2006-07-16  lirc  <lirc@m320>
 
3239
2006-07-16  lirc  <lirc@hades.wilsonet.com>
2531
3240
 
2532
3241
        * daemons/hw_tira.c: fix for Tira2 (B. Galliart)
2533
3242
 
2535
3244
 
2536
3245
        * drivers/lirc_dev/lirc_dev.c: removed chunk_size from irctl struct
2537
3246
 
2538
 
2006-07-07  lirc  <lirc@m320>
 
3247
2006-07-07  lirc  <lirc@hades.wilsonet.com>
2539
3248
 
2540
3249
        * drivers/Makefile.common:
2541
3250
        additional include path required to compile lirc_gpio on 2.6.17
2542
3251
 
2543
 
2006-07-06  lirc  <lirc@m320>
 
3252
2006-07-06  lirc  <lirc@hades.wilsonet.com>
2544
3253
 
2545
3254
        * drivers/lirc_gpio/lirc_gpio.c: 2000XP Deluxe subsystem ID
2546
3255
 
2547
 
2006-06-26  lirc  <lirc@m320>
 
3256
2006-06-26  lirc  <lirc@hades.wilsonet.com>
2548
3257
 
2549
3258
        * drivers/lirc_i2c/lirc_i2c.c: make I2C_HW_B_CX2341X really work
2550
3259
 
2551
 
2006-06-20  lirc  <lirc@m320>
 
3260
2006-06-20  lirc  <lirc@hades.wilsonet.com>
2552
3261
 
2553
3262
        * drivers/lirc_gpio/lirc_gpio.c: bttv header files were moved in 2.6.17
2554
3263
 
2555
 
2006-06-15  lirc  <lirc@m320>
 
3264
2006-06-15  lirc  <lirc@hades.wilsonet.com>
2556
3265
 
2557
3266
        * remotes/atiusb/lircd.conf.atiusb: added Medion 8802 remote
2558
3267
 
2559
 
2006-06-07  lirc  <lirc@m320>
 
3268
2006-06-07  lirc  <lirc@hades.wilsonet.com>
2560
3269
 
2561
3270
        * daemons/ir_remote.c:
2562
3271
        fixed recognition of remotes that send multiple codes for each button
2563
3272
 
2564
3273
        * daemons/slinke.c: compile fix
2565
3274
 
2566
 
2006-06-05  lirc  <lirc@m320>
 
3275
2006-06-05  lirc  <lirc@hades.wilsonet.com>
2567
3276
 
2568
3277
        * drivers/lirc_gpio/lirc_gpio.c:
2569
3278
        added support for Askey CPH03x TV Capturer (Adam Sulmicki)
2570
3279
 
2571
 
2006-06-04  lirc  <lirc@m320>
 
3280
2006-06-04  lirc  <lirc@hades.wilsonet.com>
2572
3281
 
2573
3282
        * configure.in, doc/html-source/index.html, setup.sh, ANNOUNCE, NEWS:
2574
3283
        lirc-0.8.1pre1 snapshot release
2580
3289
 
2581
3290
        * daemons/irrecord.c: fixed compiler warning
2582
3291
 
2583
 
2006-05-27  lirc  <lirc@m320>
 
3292
2006-05-27  lirc  <lirc@hades.wilsonet.com>
2584
3293
 
2585
3294
        * remotes/imon/lircd.conf.imon-pad: buttons aded by Corrin Lakeland
2586
3295
 
2587
 
2006-05-23  lirc  <lirc@m320>
 
3296
2006-05-23  lirc  <lirc@hades.wilsonet.com>
2588
3297
 
2589
3298
        * tools/lirc_client.c: fixed crash when reading in config file
2590
3299
 
2591
 
2006-05-20  lirc  <lirc@m320>
 
3300
2006-05-20  lirc  <lirc@hades.wilsonet.com>
2592
3301
 
2593
3302
        * drivers/lirc_gpio/lirc_gpio.c: added BTTV_BOARD_PV_M4900 id
2594
3303
 
2596
3305
 
2597
3306
        * drivers/lirc_i2c/lirc_i2c.c: new I2C id for PVR350
2598
3307
 
2599
 
2006-05-14  lirc  <lirc@m320>
 
3308
2006-05-14  lirc  <lirc@hades.wilsonet.com>
2600
3309
 
2601
3310
        * daemons/hw_devinput.c: prevent logfile flooding on fatal errors
2602
3311
 
2603
 
2006-05-06  lirc  <lirc@m320>
 
3312
2006-05-06  lirc  <lirc@hades.wilsonet.com>
2604
3313
 
2605
3314
        * tools/Makefile.am, tools/lirc_client.c, tools/lirc_client.h, tools/lircrcd.c:
2606
3315
        added function to set current mode
2612
3321
 
2613
3322
        * remotes/creative/lircd.conf.livedrive: added headphone codes
2614
3323
 
2615
 
2006-04-29  lirc  <lirc@m320>
 
3324
2006-04-29  lirc  <lirc@hades.wilsonet.com>
2616
3325
 
2617
3326
        * remotes/creative/lircd.conf.alsa_usb, remotes/sigma_designs/lircd.conf.realmagic:
2618
3327
        added real signals
2619
3328
 
2620
 
2006-04-09  lirc  <lirc@m320>
 
3329
2006-04-09  lirc  <lirc@hades.wilsonet.com>
2621
3330
 
2622
3331
        * data2setup.sh: warning about autogenerated file
2623
3332
 
2624
3333
        * remotes/imon/lircd.conf.imon-knob, configure.in, setup.data:
2625
3334
        added iMON Knob configuration
2626
3335
 
2627
 
2006-04-05  lirc  <lirc@m320>
 
3336
2006-04-05  lirc  <lirc@hades.wilsonet.com>
2628
3337
 
2629
3338
        * daemons/irrecord.c, daemons/lircd.c:
2630
3339
        va_start/va_end must be used for all appearances of vfprintf independently
2631
3340
 
2632
 
2006-03-24  lirc  <lirc@m320>
 
3341
2006-03-24  lirc  <lirc@hades.wilsonet.com>
2633
3342
 
2634
3343
        * daemons/serial.c: don't change stopbit setting in tty_setrtscts()
2635
3344
 
2636
 
2006-03-21  lirc  <lirc@m320>
 
3345
2006-03-21  lirc  <lirc@hades.wilsonet.com>
2637
3346
 
2638
3347
        * remotes/leadtek/lircd.conf.RM-0010:
2639
3348
        more buttons on CoolCommand remote
2640
3349
 
2641
 
2006-03-04  lirc  <lirc@m320>
 
3350
2006-03-04  lirc  <lirc@hades.wilsonet.com>
2642
3351
 
2643
3352
        * drivers/lirc_i2c/lirc_i2c.c, drivers/kcompat.h:
2644
3353
        changes for 2.6.16: i2c changes
2646
3355
        * drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_imon/lirc_imon.c, drivers/kcompat.h:
2647
3356
        changes for 2.6.16: removed owner field in usb_driver struct
2648
3357
 
2649
 
2006-02-28  lirc  <lirc@m320>
 
3358
2006-02-28  lirc  <lirc@hades.wilsonet.com>
2650
3359
 
2651
3360
        * daemons/lircd.c:
2652
3361
        fixed overflow of client array (thanks to Martin von Gagern for the patch)
2653
3362
 
2654
 
2006-02-25  lirc  <lirc@m320>
 
3363
2006-02-25  lirc  <lirc@hades.wilsonet.com>
2655
3364
 
2656
3365
        * configure.in:
2657
3366
        ./configure treats --disable-maintainer-mode as --enable
2658
3367
 
2659
3368
        * daemons/dump_config.c: log driver really in use
2660
3369
 
2661
 
2006-02-04  lirc  <lirc@m320>
 
3370
2006-02-04  lirc  <lirc@hades.wilsonet.com>
2662
3371
 
2663
3372
        * daemons/ir_remote.c: fixed overflow in toggle bit handling
2664
3373
 
2665
 
2006-02-01  lirc  <lirc@m320>
 
3374
2006-02-01  lirc  <lirc@hades.wilsonet.com>
2666
3375
 
2667
3376
        * doc/html-source/audio-alsa.html: corrected irrecord call
2668
3377
 
2669
 
2006-01-29  lirc  <lirc@m320>
 
3378
2006-01-29  lirc  <lirc@hades.wilsonet.com>
2670
3379
 
2671
3380
        * drivers/lirc_atiusb/lirc_atiusb.c:
2672
3381
        clear rest of buffer also for repeats
2673
3382
 
2674
 
2006-01-28  lirc  <lirc@m320>
 
3383
2006-01-28  lirc  <lirc@hades.wilsonet.com>
2675
3384
 
2676
3385
        * daemons/config_file.h, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/receive.c, daemons/transmit.c:
2677
3386
        added Bang+Olufsen protocol support
2678
3387
 
2679
 
2006-01-22  lirc  <lirc@m320>
 
3388
2006-01-22  lirc  <lirc@hades.wilsonet.com>
2680
3389
 
2681
3390
        * TODO, daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote_types.h, daemons/receive.c:
2682
3391
        implemented min_code_repeat to support protocol used by Creative RM-900
2683
3392
 
2684
3393
        * daemons/lircd.c: compile on Mac OS
2685
3394
 
2686
 
2006-01-21  lirc  <lirc@m320>
 
3395
2006-01-21  lirc  <lirc@hades.wilsonet.com>
2687
3396
 
2688
3397
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
2689
3398
        replace asm/segment.h (obsolete) by asm/uaccess.h
2694
3403
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2695
3404
        0.8.0 release
2696
3405
 
2697
 
2006-01-19  lirc  <lirc@m320>
 
3406
2006-01-19  lirc  <lirc@hades.wilsonet.com>
2698
3407
 
2699
3408
        * remotes/atiusb/lircd.conf.atiusb:
2700
3409
        Medion USB Remote Control X10, model no. 40009936
2701
3410
 
2702
 
2006-01-14  lirc  <lirc@m320>
 
3411
2006-01-14  lirc  <lirc@hades.wilsonet.com>
2703
3412
 
2704
3413
        * ANNOUNCE, NEWS, configure.in, setup.sh:
2705
3414
        lirc-0.8.0pre4 snapshot release
2706
3415
 
2707
3416
        * drivers/lirc_sir/lirc_sir.c: enabled transmit code for Tekram 210
2708
3417
 
2709
 
2006-01-09  lirc  <lirc@m320>
 
3418
2006-01-09  lirc  <lirc@hades.wilsonet.com>
2710
3419
 
2711
3420
        * remotes/atiusb/lircd.conf.atiusb: corrections for Medion MD1 remote
2712
3421
 
2713
 
2006-01-08  lirc  <lirc@m320>
 
3422
2006-01-08  lirc  <lirc@hades.wilsonet.com>
2714
3423
 
2715
3424
        * tools/lirc_client.c:
2716
3425
        working again: try to open /etc/lircrc if default file does not exit
2717
3426
 
2718
3427
        * tools/lircrcd.c: remove socket file on exit
2719
3428
 
2720
 
2006-01-07  lirc  <lirc@m320>
 
3429
2006-01-07  lirc  <lirc@hades.wilsonet.com>
2721
3430
 
2722
3431
        * drivers/kcompat.h: added include of linux/pci.h
2723
3432
 
2724
 
2006-01-06  lirc  <lirc@m320>
 
3433
2006-01-06  lirc  <lirc@hades.wilsonet.com>
2725
3434
 
2726
3435
        * drivers/lirc_streamzap/lirc_streamzap.c:
2727
3436
        fixed race condition with usb interrupt in timer handler which would lead to a lockup
2728
3437
 
2729
 
2006-01-03  lirc  <lirc@m320>
 
3438
2006-01-03  lirc  <lirc@hades.wilsonet.com>
2730
3439
 
2731
3440
        * TODO: list not becoming shorter
2732
3441
 
2733
 
2006-01-02  lirc  <lirc@m320>
 
3442
2006-01-02  lirc  <lirc@hades.wilsonet.com>
2734
3443
 
2735
3444
        * tools/mode2.c: fixed check for wrong argument count
2736
3445
 
2737
 
2006-01-01  lirc  <lirc@m320>
 
3446
2006-01-01  lirc  <lirc@hades.wilsonet.com>
2738
3447
 
2739
3448
        * drivers/kcompat.h, drivers/lirc_gpio/lirc_gpio.c:
2740
3449
        2.6.15: BTTV_* renamed to BTTV_BOARD_*
2741
3450
 
2742
 
2005-12-28  lirc  <lirc@m320>
 
3451
2005-12-28  lirc  <lirc@hades.wilsonet.com>
2743
3452
 
2744
3453
        * drivers/kcompat.h: compatibility for 2.2.x kernels
2745
3454
 
2746
 
2005-12-27  lirc  <lirc@m320>
 
3455
2005-12-27  lirc  <lirc@hades.wilsonet.com>
2747
3456
 
2748
3457
        * .cvsignore: added stamp-h1
2749
3458
 
2758
3467
        * tools/lirc_client.c, tools/lirc_client.h:
2759
3468
        lirc_send_command() not part of official interface yet
2760
3469
 
2761
 
2005-12-26  lirc  <lirc@m320>
 
3470
2005-12-26  lirc  <lirc@hades.wilsonet.com>
2762
3471
 
2763
3472
        * remotes/atiusb/lircd.conf.atiusb: another remote config
2764
3473
 
2765
3474
        * NEWS, acconfig.h, configure.in, drivers/lirc_sir/lirc_sir.c, setup.data:
2766
3475
        added support for Actisys Act220L(+) (Jan Roemisch)
2767
3476
 
2768
 
2005-12-17  lirc  <lirc@m320>
 
3477
2005-12-17  lirc  <lirc@hades.wilsonet.com>
2769
3478
 
2770
3479
        * drivers/lirc_sir/lirc_sir.c:
2771
3480
        pulses were too short or even were not sent at all
2775
3484
        * AUTHORS, NEWS, acconfig.h, configure.in, drivers/lirc_serial/lirc_serial.c, setup.data:
2776
3485
        added support for Linksys NSLU2 (Matthias Goebl)
2777
3486
 
2778
 
2005-12-10  lirc  <lirc@m320>
 
3487
2005-12-10  lirc  <lirc@hades.wilsonet.com>
2779
3488
 
2780
3489
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
2781
3490
        lirc-0.8.0pre2 snapshot release
2787
3496
        * remotes/pixelview/lircd.conf.playtv_pro, setup.data:
2788
3497
        PixelView PlayTV MPEG2
2789
3498
 
2790
 
2005-12-08  lirc  <lirc@m320>
 
3499
2005-12-08  lirc  <lirc@hades.wilsonet.com>
2791
3500
 
2792
3501
        * configure.in: always use LIBUSB_CONFIG
2793
3502
 
2794
 
2005-12-04  lirc  <lirc@m320>
 
3503
2005-12-04  lirc  <lirc@hades.wilsonet.com>
2795
3504
 
2796
3505
        * drivers/kcompat.h: fixed typo
2797
3506
 
2798
 
2005-12-03  lirc  <lirc@m320>
 
3507
2005-12-03  lirc  <lirc@hades.wilsonet.com>
2799
3508
 
2800
3509
        * drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_sasem/lirc_sasem.c:
2801
3510
        changes for 2.6.15
2802
3511
 
2803
 
2005-11-28  lirc  <lirc@m320>
 
3512
2005-11-28  lirc  <lirc@hades.wilsonet.com>
2804
3513
 
2805
3514
        * contrib/lirc.m4: proper quoting
2806
3515
 
2807
3516
        * tools/lirc_client.c: need one more for terminating 0
2808
3517
 
2809
 
2005-11-27  lirc  <lirc@m320>
 
3518
2005-11-27  lirc  <lirc@hades.wilsonet.com>
2810
3519
 
2811
3520
        * tools/lirc_clientd.c: log messages using syslog
2812
3521
 
2813
3522
        * drivers/kcompat.h, drivers/lirc_bt829/lirc_bt829.c:
2814
3523
        use pci_name() instead of obsolete pci_pretty_name()
2815
3524
 
2816
 
2005-11-26  lirc  <lirc@m320>
 
3525
2005-11-26  lirc  <lirc@hades.wilsonet.com>
2817
3526
 
2818
3527
        * remotes/atiusb/lircd.conf.atiusb: MEDION X10 RF
2819
3528
 
2820
3529
        * tools/lirc_client.c, tools/lirc_client.h, tools/lirc_clientd.c:
2821
3530
        added function to retrieve current mode
2822
3531
 
2823
 
2005-11-12  lirc  <lirc@m320>
 
3532
2005-11-12  lirc  <lirc@hades.wilsonet.com>
2824
3533
 
2825
3534
        * doc/html-source/alsa-usb.html, doc/release-html.sh, doc/table.sh:
2826
3535
        added dedicated alsa_usb documentation
2828
3537
        * doc/html-source/install.html, NEWS, configure.in:
2829
3538
        replaced "any" with "all" and "userspace"
2830
3539
 
2831
 
2005-11-09  lirc  <lirc@m320>
 
3540
2005-11-09  lirc  <lirc@hades.wilsonet.com>
2832
3541
 
2833
3542
        * tools/lirc_clientd.c:
2834
3543
        remove version string from usage and error messages
2835
3544
 
2836
 
2005-11-08  lirc  <lirc@m320>
 
3545
2005-11-08  lirc  <lirc@hades.wilsonet.com>
2837
3546
 
2838
3547
        * drivers/lirc_bt829/lirc_bt829.c: fixed compiler warnings
2839
3548
 
2841
3550
 
2842
3551
        * tools/lirc_client.h: add stddef.h for size_t
2843
3552
 
2844
 
2005-11-05  lirc  <lirc@m320>
 
3553
2005-11-05  lirc  <lirc@hades.wilsonet.com>
2845
3554
 
2846
3555
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2847
3556
        lirc-0.8.0pre1 snapshot release
2851
3560
 
2852
3561
        * remotes/generic/RCMM-32.conf: added RCMM-32 template
2853
3562
 
2854
 
2005-11-01  lirc  <lirc@m320>
 
3563
2005-11-01  lirc  <lirc@hades.wilsonet.com>
2855
3564
 
2856
3565
        * tools/.cvsignore, tools/Makefile.am, tools/lirc_client.c, tools/lirc_client.h, tools/lirc_clientd.c:
2857
3566
        initial support for lirc client daemon that syncronises mode between clients
2858
3567
 
2859
3568
        * remotes/atiusb/lircd.conf.atiusb: changed obviously wrong code
2860
3569
 
2861
 
2005-10-30  lirc  <lirc@m320>
 
3570
2005-10-30  lirc  <lirc@hades.wilsonet.com>
2862
3571
 
2863
3572
        * daemons/lircd.c, daemons/lircmd.c:
2864
3573
        remove version string from usage and error messages
2865
3574
 
2866
 
2005-10-29  lirc  <lirc@m320>
 
3575
2005-10-29  lirc  <lirc@hades.wilsonet.com>
2867
3576
 
2868
3577
        * remotes/bestbuy/lircd.conf.bestbuy2: corrected code for 9 button
2869
3578
 
2873
3582
        * drivers/kcompat.h, drivers/lirc_atiusb/lirc_atiusb.c, drivers/lirc_imon/lirc_imon.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_streamzap/lirc_streamzap.c:
2874
3583
        USB changes for 2.6.14
2875
3584
 
2876
 
2005-10-25  lirc  <lirc@m320>
 
3585
2005-10-25  lirc  <lirc@hades.wilsonet.com>
2877
3586
 
2878
3587
        * daemons/lircd.c, daemons/ir_remote.c:
2879
3588
        fixed potential information leaks (thanks to Rik Bobbaers for pointing out the problem)
2880
3589
 
2881
 
2005-10-21  lirc  <lirc@m320>
 
3590
2005-10-21  lirc  <lirc@hades.wilsonet.com>
2882
3591
 
2883
3592
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2884
3593
        lirc-0.7.3pre1 snapshot release
2885
3594
 
2886
3595
        * NEWS: changes since last release
2887
3596
 
2888
 
2005-10-20  lirc  <lirc@m320>
 
3597
2005-10-20  lirc  <lirc@hades.wilsonet.com>
2889
3598
 
2890
3599
        * daemons/lircd.c: more robust write for receive simulation
2891
3600
 
2901
3610
 
2902
3611
        * drivers/kcompat.h: I2C_ALGO_BIT disappeared in 2.6.14
2903
3612
 
2904
 
2005-10-16  lirc  <lirc@m320>
 
3613
2005-10-16  lirc  <lirc@hades.wilsonet.com>
2905
3614
 
2906
3615
        * doc/man-source/xmode2.inc:
2907
3616
        added reading from stdin to support visualisation of captured mode2 signals
2913
3622
        * tools/xmode2.c:
2914
3623
        added reading from stdin to support visualisation of captured mode2 signals
2915
3624
 
2916
 
2005-10-15  lirc  <lirc@m320>
 
3625
2005-10-15  lirc  <lirc@hades.wilsonet.com>
2917
3626
 
2918
3627
        * daemons/transmit.c:
2919
3628
        fixed misbehaviour if transmitting small gap value while a space is pending (affected configs: FURBY and Toshiba TDP-S2)
2920
3629
 
2921
 
2005-10-05  lirc  <lirc@m320>
 
3630
2005-10-05  lirc  <lirc@hades.wilsonet.com>
2922
3631
 
2923
3632
        * remotes/hauppauge/lircd.conf.hauppauge: config for WinTV Nexus-S
2924
3633
 
2925
 
2005-10-04  lirc  <lirc@m320>
 
3634
2005-10-04  lirc  <lirc@hades.wilsonet.com>
2926
3635
 
2927
3636
        * drivers/lirc_it87/lirc_it87.c:
2928
3637
        call release_region() if request_irq() fails
2929
3638
 
2930
 
2005-09-25  lirc  <lirc@m320>
 
3639
2005-09-25  lirc  <lirc@hades.wilsonet.com>
2931
3640
 
2932
3641
        * drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_cmdir/lirc_cmdir.h:
2933
3642
        support for packet queueing and timing in the hardware driver to eliminate udelay()s that cause stuttering
2934
3643
 
2935
 
2005-09-22  lirc  <lirc@m320>
 
3644
2005-09-22  lirc  <lirc@hades.wilsonet.com>
2936
3645
 
2937
3646
        * drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
2938
3647
        get rid of verify_area
2939
3648
 
2940
 
2005-09-13  lirc  <lirc@m320>
 
3649
2005-09-13  lirc  <lirc@hades.wilsonet.com>
2941
3650
 
2942
3651
        * remotes/mceusb/lircd.conf.mceusb: updated for MCE 2005 remote
2943
3652
 
2944
 
2005-09-10  lirc  <lirc@m320>
 
3653
2005-09-10  lirc  <lirc@hades.wilsonet.com>
2945
3654
 
2946
3655
        * tools/irxevent.c: don't try to send events to non-existing window
2947
3656
 
2948
 
2005-09-06  lirc  <lirc@m320>
 
3657
2005-09-06  lirc  <lirc@hades.wilsonet.com>
2949
3658
 
2950
3659
        * remotes/asus/lircd.conf.digimatrix:
2951
3660
        alternative version of remote control bundled with DigiMatrix
2952
3661
 
2953
 
2005-09-03  lirc  <lirc@m320>
 
3662
2005-09-03  lirc  <lirc@hades.wilsonet.com>
2954
3663
 
2955
3664
        * daemons/transmit.c:
2956
3665
        consider NO_HEAD_REP when doing low gap concatenation
2957
3666
 
2958
 
2005-09-01  lirc  <lirc@m320>
 
3667
2005-09-01  lirc  <lirc@hades.wilsonet.com>
2959
3668
 
2960
3669
        * remotes/dvico/lircd.conf.fusionHDTV: new version
2961
3670
 
2962
 
2005-08-31  lirc  <lirc@m320>
 
3671
2005-08-31  lirc  <lirc@hades.wilsonet.com>
2963
3672
 
2964
3673
        * daemons/hw_hiddev.c: corrected code length
2965
3674
 
2966
 
2005-08-26  lirc  <lirc@m320>
 
3675
2005-08-26  lirc  <lirc@hades.wilsonet.com>
2967
3676
 
2968
3677
        * daemons/irrecord.c:
2969
3678
        fix bug when recording with -f option using udp driver
2970
3679
 
2971
3680
        * remotes/atiusb/lircd.conf.atiusb: Medion MD95700 remote
2972
3681
 
2973
 
2005-08-24  pmiller9  <pmiller9@m320>
 
3682
2005-08-24  pmiller9  <pmiller9@hades.wilsonet.com>
2974
3683
 
2975
3684
        * drivers/lirc_atiusb/lirc_atiusb.c:
2976
3685
        do not do async unlinking when decrementing mod count
2977
3686
 
2978
 
2005-08-15  lirc  <lirc@m320>
 
3687
2005-08-15  lirc  <lirc@hades.wilsonet.com>
2979
3688
 
2980
3689
        * tools/xmode2.c:
2981
3690
        rewritten event handling to make this tool remotely usable
2983
3692
        * daemons/lircd.c:
2984
3693
        fixed potential crash when starting without -d option
2985
3694
 
2986
 
2005-08-14  lirc  <lirc@m320>
 
3695
2005-08-14  lirc  <lirc@hades.wilsonet.com>
2987
3696
 
2988
3697
        * configure.in: give correct error message
2989
3698
 
2998
3707
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
2999
3708
        lirc-0.7.2 release
3000
3709
 
3001
 
2005-08-11  lirc  <lirc@m320>
 
3710
2005-08-11  lirc  <lirc@hades.wilsonet.com>
3002
3711
 
3003
3712
        * daemons/hw_uirt2_common.c: support extended version information
3004
3713
 
3005
 
2005-08-10  lirc  <lirc@m320>
 
3714
2005-08-10  lirc  <lirc@hades.wilsonet.com>
3006
3715
 
3007
3716
        * drivers/lirc_imon/lirc_imon.c, drivers/lirc_sasem/lirc_sasem.c:
3008
3717
        use GFP_ATOMIC in interrupt context
3009
3718
 
3010
 
2005-08-08  lirc  <lirc@m320>
 
3719
2005-08-08  lirc  <lirc@hades.wilsonet.com>
3011
3720
 
3012
3721
        * drivers/lirc_dev/lirc_dev.c: corrected debug output
3013
3722
 
3014
 
2005-08-06  lirc  <lirc@m320>
 
3723
2005-08-06  lirc  <lirc@hades.wilsonet.com>
3015
3724
 
3016
3725
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
3017
3726
        lirc-0.7.2pre3 snapshot release
3018
3727
 
3019
 
2005-08-04  lirc  <lirc@m320>
 
3728
2005-08-04  lirc  <lirc@hades.wilsonet.com>
3020
3729
 
3021
3730
        * tools/irxevent.c, doc/man-source/irxevent.inc:
3022
3731
        support for KeySym and KeyCode in key definition (Warren Melnick)
3023
3732
 
3024
 
2005-08-02  lirc  <lirc@m320>
 
3733
2005-08-02  lirc  <lirc@hades.wilsonet.com>
3025
3734
 
3026
3735
        * daemons/irrecord.c:
3027
3736
        device is set to wrong value when using -H option due to missing break
3028
3737
 
3029
 
2005-08-01  lirc  <lirc@m320>
 
3738
2005-08-01  lirc  <lirc@hades.wilsonet.com>
3030
3739
 
3031
3740
        * drivers/kcompat.h: inlucde linux/device.h when necessary
3032
3741
 
3034
3743
 
3035
3744
        * drivers/lirc_cmdir/Makefile.am: add lirc_cmdir.h
3036
3745
 
3037
 
2005-07-31  lirc  <lirc@m320>
 
3746
2005-07-31  lirc  <lirc@hades.wilsonet.com>
3038
3747
 
3039
3748
        * daemons/hw-types.c: enable alsa_usb in any driver configuration
3040
3749
 
3041
 
2005-07-30  lirc  <lirc@m320>
 
3750
2005-07-30  lirc  <lirc@hades.wilsonet.com>
3042
3751
 
3043
3752
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
3044
3753
        lirc-0.7.2pre2 snapshot release
3045
3754
 
3046
3755
        * drivers/Makefile.am: added lirc_cmdir
3047
3756
 
3048
 
2005-07-22  lirc  <lirc@m320>
 
3757
2005-07-22  lirc  <lirc@hades.wilsonet.com>
3049
3758
 
3050
3759
        * drivers/lirc_dev/lirc_dev.c, drivers/kcompat.h:
3051
3760
        updated udev support for 2.6.13 kernels
3052
3761
 
3053
 
2005-07-18  lirc  <lirc@m320>
 
3762
2005-07-18  lirc  <lirc@hades.wilsonet.com>
3054
3763
 
3055
3764
        * NEWS, configure.in, drivers/Makefile.am, setup.data:
3056
3765
        added support for new version of Windows Media Center Remotes (Martin Blatter, Eric Moors)
3058
3767
        * acinclude.m4:
3059
3768
        add /lib/modules/`uname -r`/build as a kernel source path
3060
3769
 
3061
 
2005-07-15  tjdavies  <tjdavies@m320>
 
3770
2005-07-15  tjdavies  <tjdavies@hades.wilsonet.com>
3062
3771
 
3063
3772
        * drivers/lirc_sasem/lirc_sasem.c, remotes/sasem/lircd.conf.sasem:
3064
3773
        Use all 8 bytes of IR code
3065
3774
 
3066
 
2005-07-11  lirc  <lirc@m320>
 
3775
2005-07-11  lirc  <lirc@hades.wilsonet.com>
3067
3776
 
3068
3777
        * drivers/lirc_dev/lirc_dev.c: check for a module owner,
3069
3778
        checking the return value of down_interruptible,
3070
3779
        keeping the semaphore count and return value in irctl_open() correct
3071
3780
 
3072
 
2005-07-10  lirc  <lirc@m320>
 
3781
2005-07-10  lirc  <lirc@hades.wilsonet.com>
3073
3782
 
3074
3783
        * drivers/lirc_cmdir/.cvsignore, daemons/hw_slinke.c, drivers/lirc_cmdir/Makefile.am, drivers/lirc_cmdir/lirc_cmdir.c, drivers/lirc_cmdir/lirc_cmdir.h, tools/irsend.c, daemons/hw_pixelview.c, daemons/hw_silitek.c, daemons/hw_tira.c, daemons/hw_udp.c, daemons/hw_uirt2.c, daemons/hw_uirt2_raw.c, daemons/lircd.c, daemons/lircd.h, doc/man-source/irsend.inc, drivers/lirc.h, daemons/hw-types.c, daemons/hw_alsa_usb.c, daemons/hw_atilibusb.c, daemons/hw_audio.c, daemons/hw_audio_alsa.c, daemons/hw_bte.c, daemons/hw_caraca.c, daemons/hw_creative.c, daemons/hw_creative_infracd.c, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_devinput.c, daemons/hw_dsp.c, daemons/hw_ea65.c, daemons/hw_hiddev.c, daemons/hw_irman.c, daemons/hw_livedrive_midi.c, daemons/hw_livedrive_seq.c, daemons/hw_logitech.c, daemons/hw_mouseremote.c, daemons/hw_mp3anywhere.c, daemons/hw_pcmak.c, daemons/hw_pinsys.c, daemons/hardware.h, setup.data, configure.in, NEWS:
3075
3784
        added support for InnovationOne's COMMANDIR USB Transceiver (Evelyn Yeung, Matt Bodkin)
3076
3785
 
3077
 
2005-07-04  tjdavies  <tjdavies@m320>
 
3786
2005-07-04  tjdavies  <tjdavies@hades.wilsonet.com>
3078
3787
 
3079
3788
        * remotes/sasem/lircd.conf.sasem, drivers/lirc_sasem/Makefile.am, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_sasem/lirc_sasem.h:
3080
3789
        Rewritten Sasem driver
3081
3790
 
3082
 
2005-06-18  lirc  <lirc@m320>
 
3791
2005-06-18  lirc  <lirc@hades.wilsonet.com>
3083
3792
 
3084
3793
        * daemons/config_file.c, daemons/ir_remote_types.h, daemons/receive.c:
3085
3794
        support for parity bit in serial protocols
3086
3795
 
3087
 
2005-06-17  lirc  <lirc@m320>
 
3796
2005-06-17  lirc  <lirc@hades.wilsonet.com>
3088
3797
 
3089
3798
        * remotes/dvico/lircd.conf.fusionHDTV: new remote
3090
3799
 
3091
 
2005-06-11  lirc  <lirc@m320>
 
3800
2005-06-11  lirc  <lirc@hades.wilsonet.com>
3092
3801
 
3093
3802
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
3094
3803
        lirc-0.7.2pre1 snapshot release
3095
3804
 
3096
3805
        * doc/html-source/configure.html: typo
3097
3806
 
3098
 
2005-06-07  lirc  <lirc@m320>
 
3807
2005-06-07  lirc  <lirc@hades.wilsonet.com>
3099
3808
 
3100
3809
        * doc/html-source/install.html, doc/html-source/configure.html, doc/html-source/technical.html:
3101
3810
        html tidy
3102
3811
 
3103
 
2005-06-05  lirc  <lirc@m320>
 
3812
2005-06-05  lirc  <lirc@hades.wilsonet.com>
3104
3813
 
3105
3814
        * configure.in, remotes/asus/lircd.conf.digimatrix:
3106
3815
        added default config file for Digimatrix
3113
3822
 
3114
3823
        * daemons/hw_tira.c: remove lock files if tira_setup() fails
3115
3824
 
3116
 
2005-05-29  lirc  <lirc@m320>
 
3825
2005-05-29  lirc  <lirc@hades.wilsonet.com>
3117
3826
 
3118
3827
        * remotes/creative/lircd.conf.alsa_usb, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_alsa_usb.c, setup.data, NEWS, acconfig.h, configure.in:
3119
3828
        added support for Sound Blaster Extigy/Audigy 2 NX (Clemens Ladisch)
3124
3833
        * drivers/lirc_streamzap/lirc_streamzap.c:
3125
3834
        added missing transition in state machine
3126
3835
 
3127
 
2005-05-28  lirc  <lirc@m320>
 
3836
2005-05-28  lirc  <lirc@hades.wilsonet.com>
3128
3837
 
3129
3838
        * remotes/remotec/lircd.conf.BW6130, remotes/remotec/lircmd.conf.BW6130, daemons/hw-types.c, daemons/hw_hiddev.c, doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.data, setup.sh:
3130
3839
        added support for Remotec Multimedia PC Remote BW6130 (Maik Freudenberg)
3131
3840
 
3132
3841
        * daemons/transmit.c: support RCMM transmit
3133
3842
 
3134
 
2005-05-01  tjdavies  <tjdavies@m320>
 
3843
2005-05-01  tjdavies  <tjdavies@hades.wilsonet.com>
3135
3844
 
3136
3845
        * remotes/sasem/lircd.conf.dignhv5, remotes/sasem/lircd.conf.sasem:
3137
3846
        New name for lircd.conf.sasem
3138
3847
 
3139
 
2005-04-23  lirc  <lirc@m320>
 
3848
2005-04-23  lirc  <lirc@hades.wilsonet.com>
3140
3849
 
3141
3850
        * daemons/config_file.h, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/irrecord.c, daemons/slinke.c, daemons/config_file.c:
3142
3851
        cleanup of protocol flags
3147
3856
        * drivers/lirc_parallel/lirc_parallel.c:
3148
3857
        turn IR off after reclaiming port
3149
3858
 
3150
 
2005-04-17  lirc  <lirc@m320>
 
3859
2005-04-17  lirc  <lirc@hades.wilsonet.com>
3151
3860
 
3152
3861
        * doc/html-source/foot.html, NEWS, configure.in, setup.data:
3153
3862
        0.7.1 release
3154
3863
 
3155
 
2005-04-16  venkyr  <venkyr@m320>
 
3864
2005-04-16  venkyr  <venkyr@hades.wilsonet.com>
3156
3865
 
3157
3866
        * NEWS: Re: iMON-PAD and iMON-RSC support.
3158
3867
 
3166
3875
        Created separate config file for IMON RSC remote.  Original file (imon)
3167
3876
        contains configuration for IMON MultiMedian remote.
3168
3877
 
3169
 
2005-04-15  venkyr  <venkyr@m320>
 
3878
2005-04-15  venkyr  <venkyr@hades.wilsonet.com>
3170
3879
 
3171
3880
        * remotes/imon/lircd.conf.imon-pad: Config file for iMON PAD remote
3172
3881
 
3173
3882
        * drivers/lirc_imon/lirc_imon.c:
3174
3883
        Added support for controllers that decode the IR in firmware (iMON-PAD).
3175
3884
 
3176
 
2005-04-14  lirc  <lirc@m320>
 
3885
2005-04-14  lirc  <lirc@hades.wilsonet.com>
3177
3886
 
3178
3887
        * drivers/lirc_gpio/lirc_gpio.c:
3179
3888
        added support for new version of Winfast TV2000 XP card (Stephen Vinall)
3180
3889
 
3181
 
2005-04-09  lirc  <lirc@m320>
 
3890
2005-04-09  lirc  <lirc@hades.wilsonet.com>
3182
3891
 
3183
3892
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3184
3893
        lirc-0.7.1pre4 snapshot release
3185
3894
 
3186
 
2005-04-01  lirc  <lirc@m320>
 
3895
2005-04-01  lirc  <lirc@hades.wilsonet.com>
3187
3896
 
3188
3897
        * remotes/kworld/lircd.conf.kworld: added configuration for DVB-T card
3189
3898
 
3190
 
2005-03-30  lirc  <lirc@m320>
 
3899
2005-03-30  lirc  <lirc@hades.wilsonet.com>
3191
3900
 
3192
3901
        * remotes/atiusb/lircd.conf.atiusb:
3193
3902
        correction for SAPPHIRE_ATIUSB_5000023600
3194
3903
 
3195
 
2005-03-29  lirc  <lirc@m320>
 
3904
2005-03-29  lirc  <lirc@hades.wilsonet.com>
3196
3905
 
3197
3906
        * remotes/atiusb/lircd.conf.atiusb:
3198
3907
        new configuration for ATI Remote Wonder Sapphire version
3200
3909
        * drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_sasem/lirc_sasem.h:
3201
3910
        A few tidyups and keypress timings
3202
3911
 
3203
 
2005-03-28  lirc  <lirc@m320>
 
3912
2005-03-28  lirc  <lirc@hades.wilsonet.com>
3204
3913
 
3205
3914
        * drivers/lirc_sasem/lirc_sasem.h, drivers/lirc_sasem/lirc_sasem.c:
3206
3915
        update to support 2.6 kernels
3208
3917
        * configure.in, drivers/lirc_i2c/lirc_i2c.c, remotes/adaptec/lircd.conf.AVC-2410:
3209
3918
        use full code for Adaptec AVC-2410 card
3210
3919
 
3211
 
2005-03-27  lirc  <lirc@m320>
 
3920
2005-03-27  lirc  <lirc@hades.wilsonet.com>
3212
3921
 
3213
3922
        * daemons/config_file.h, daemons/ir_remote.h, daemons/ir_remote_types.h, daemons/receive.c, daemons/transmit.c:
3214
3923
        added support for SPACE_FIRST protocol
3216
3925
        * daemons/hw_default.c:
3217
3926
        removed obsolete remaining_gap calculation in transmit simulation code
3218
3927
 
3219
 
2005-03-26  lirc  <lirc@m320>
 
3928
2005-03-26  lirc  <lirc@hades.wilsonet.com>
3220
3929
 
3221
3930
        * NEWS: added due credit for Adaptec AVC-2410 code
3222
3931
 
3232
3941
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3233
3942
        lirc-0.7.1pre3 snapshot release
3234
3943
 
3235
 
2005-03-25  lirc  <lirc@m320>
 
3944
2005-03-25  lirc  <lirc@hades.wilsonet.com>
3236
3945
 
3237
3946
        * remotes/ericsson/lircd.conf.bte, daemons/hw_bte.c:
3238
3947
        fix tty_create_lock call,
3239
3948
        minor changes
3240
3949
 
3241
 
2005-03-24  lirc  <lirc@m320>
 
3950
2005-03-24  lirc  <lirc@hades.wilsonet.com>
3242
3951
 
3243
3952
        * daemons/lircd.c: refusing to connect to myself
3244
3953
 
3245
 
2005-03-21  lirc  <lirc@m320>
 
3954
2005-03-21  lirc  <lirc@hades.wilsonet.com>
3246
3955
 
3247
3956
        * drivers/lirc_igorplugusb/lirc_igorplugusb.c:
3248
3957
        removed unregister in set_use_dec
3249
3958
 
3250
 
2005-03-20  lirc  <lirc@m320>
 
3959
2005-03-20  lirc  <lirc@hades.wilsonet.com>
3251
3960
 
3252
3961
        * tools/lirc_client.c:
3253
3962
        make lirc_flags non-static as lircrc_config relies on this function
3255
3964
        * remotes/ericsson/lircd.conf.bte, daemons/hw_bte.c, daemons/hw_bte.h, setup.sh:
3256
3965
        bte driver updated
3257
3966
 
3258
 
2005-03-13  lirc  <lirc@m320>
 
3967
2005-03-13  lirc  <lirc@hades.wilsonet.com>
3259
3968
 
3260
3969
        * daemons/hw_hiddev.c: simplified repeat logic
3261
3970
 
3262
 
2005-03-12  lirc  <lirc@m320>
 
3971
2005-03-12  lirc  <lirc@hades.wilsonet.com>
3263
3972
 
3264
3973
        * drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_igorplugusb/lirc_igorplugusb.c, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_atiusb/lirc_atiusb.c:
3265
3974
        removed obsolete unregister code
3269
3978
 
3270
3979
        * daemons/hw_hiddev.c: make repeat work
3271
3980
 
3272
 
2005-03-11  lirc  <lirc@m320>
 
3981
2005-03-11  lirc  <lirc@hades.wilsonet.com>
3273
3982
 
3274
3983
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_hiddev.c, remotes/dvico/lircd.conf.fusionHDTV, setup.data:
3275
3984
        added support for DViCO USB Remote (William Uther)
3286
3995
 
3287
3996
        * tools/irpty.c: compile on FreeBSD
3288
3997
 
3289
 
2005-03-07  lirc  <lirc@m320>
 
3998
2005-03-07  lirc  <lirc@hades.wilsonet.com>
3290
3999
 
3291
4000
        * daemons/hw_bte.c, daemons/hw_dsp.c, daemons/hw_logitech.c, daemons/hw_mouseremote.c, daemons/hw_mp3anywhere.c, daemons/hw_udp.c, daemons/hw_uirt2_raw.c, daemons/receive.c, daemons/serial.c, daemons/transmit.c:
3292
4001
        applied patch: eliminate format related compiler warnings
3293
4002
 
3294
 
2005-03-06  lirc  <lirc@m320>
 
4003
2005-03-06  lirc  <lirc@hades.wilsonet.com>
3295
4004
 
3296
4005
        * daemons/hw_livedrive_seq.c, daemons/hw_livedrive_midi.c:
3297
4006
        added include for reverse function
3305
4014
        * drivers/lirc_streamzap/lirc_streamzap.c:
3306
4015
        prevent buffer overflows in delay buffer
3307
4016
 
3308
 
2005-03-05  lirc  <lirc@m320>
 
4017
2005-03-05  lirc  <lirc@hades.wilsonet.com>
3309
4018
 
3310
4019
        * drivers/lirc_streamzap/lirc_streamzap.c, drivers/lirc_dev/lirc_dev.c:
3311
4020
        corrected locking,
3314
4023
        removed unnecessary variables,
3315
4024
        minor number is now set by lirc_register_plugin
3316
4025
 
3317
 
2005-02-28  lirc  <lirc@m320>
 
4026
2005-02-28  lirc  <lirc@hades.wilsonet.com>
3318
4027
 
3319
4028
        * drivers/lirc_igorplugusb/.cvsignore: added .cvsignore
3320
4029
 
3321
4030
        * drivers/lirc_streamzap/lirc_streamzap.c: cleaned up timer locking
3322
4031
 
3323
 
2005-02-27  lirc  <lirc@m320>
 
4032
2005-02-27  lirc  <lirc@hades.wilsonet.com>
3324
4033
 
3325
4034
        * drivers/lirc_streamzap/lirc_streamzap.c:
3326
4035
        flush hardware buffer on open
3330
4039
 
3331
4040
        * tools/mode2.c: support LIRC_MODE_CODE and LIRC_MODE_LIRCCODE
3332
4041
 
3333
 
2005-02-26  lirc  <lirc@m320>
 
4042
2005-02-26  lirc  <lirc@hades.wilsonet.com>
3334
4043
 
3335
4044
        * remotes/atiusb/lircd.conf.atiusb: added configuration for Niveus X10
3336
4045
 
3337
 
2005-02-22  pmiller9  <pmiller9@m320>
 
4046
2005-02-22  pmiller9  <pmiller9@hades.wilsonet.com>
3338
4047
 
3339
4048
        * drivers/lirc_atiusb/lirc_atiusb.c: change buffer lengths
3340
4049
 
3341
4050
        * drivers/lirc_atiusb/lirc_atiusb.c: fix ati2 buffer problem
3342
4051
 
3343
 
2005-02-20  lirc  <lirc@m320>
 
4052
2005-02-20  lirc  <lirc@hades.wilsonet.com>
3344
4053
 
3345
4054
        * doc/html-source/index.html, setup.sh, ANNOUNCE, NEWS, configure.in:
3346
4055
        lirc-0.7.1pre2 snapshot release
3347
4056
 
3348
 
2005-02-19  lirc  <lirc@m320>
 
4057
2005-02-19  lirc  <lirc@hades.wilsonet.com>
3349
4058
 
3350
4059
        * drivers/lirc_streamzap/lirc_streamzap.c:
3351
4060
        minimise error in signal length
3368
4077
        decoding was very unreliable since release 0.6.6 for Motorola
3369
4078
        protocol which is mostly used by Grundig remotes
3370
4079
 
3371
 
2005-02-12  lirc  <lirc@m320>
 
4080
2005-02-12  lirc  <lirc@hades.wilsonet.com>
3372
4081
 
3373
4082
        * drivers/lirc_streamzap/lirc_streamzap.c: fixed CVS keyword
3374
4083
 
3378
4087
        * daemons/receive.c, drivers/Makefile.am, drivers/lirc_streamzap/.cvsignore, drivers/lirc_streamzap/Makefile.am, drivers/lirc_streamzap/lirc_streamzap.c, remotes/streamzap/lircd.conf.streamzap, NEWS, configure.in, setup.data:
3379
4088
        added support for Streamzap PC remote
3380
4089
 
3381
 
2005-02-07  lirc  <lirc@m320>
 
4090
2005-02-07  lirc  <lirc@hades.wilsonet.com>
3382
4091
 
3383
4092
        * daemons/dump_config.c, daemons/irrecord.c: support multi-code buttons
3384
4093
 
3385
 
2005-02-05  lirc  <lirc@m320>
 
4094
2005-02-05  lirc  <lirc@hades.wilsonet.com>
3386
4095
 
3387
4096
        * drivers/lirc_sir/lirc_sir.c:
3388
4097
        removed obsolete calls to enable_irq/disable_irq
3389
4098
 
3390
4099
        * daemons/config_file.c: fixed bug related to multi-code buttons
3391
4100
 
3392
 
2005-02-01  venkyr  <venkyr@m320>
 
4101
2005-02-01  venkyr  <venkyr@hades.wilsonet.com>
3393
4102
 
3394
4103
        * drivers/lirc_imon/lirc_imon.c:
3395
4104
        lirc_unregister_plugin is now properly handled on USB disconnects.
3396
4105
 
3397
 
2005-01-29  venkyr  <venkyr@m320>
 
4106
2005-01-29  venkyr  <venkyr@hades.wilsonet.com>
3398
4107
 
3399
4108
        * drivers/lirc_imon/lirc_imon.c:
3400
4109
        Added support for external iMON IR recevier.
3401
4110
        Added support for VFDs with 6-pkt protocol.
3402
4111
        Fixes for gcc-3.4 issues.
3403
4112
 
3404
 
2005-01-29  lirc  <lirc@m320>
 
4113
2005-01-29  lirc  <lirc@hades.wilsonet.com>
3405
4114
 
3406
4115
        * remotes/atiusb/lircd.conf.atiusb: fixed wrong code
3407
4116
 
3408
 
2005-01-26  lirc  <lirc@m320>
 
4117
2005-01-26  lirc  <lirc@hades.wilsonet.com>
3409
4118
 
3410
4119
        * drivers/lirc_imon/.cvsignore, drivers/lirc_imon/Makefile.am, drivers/lirc_imon/lirc_imon.c, remotes/imon/lircd.conf.imon, configure.in, setup.data, NEWS:
3411
4120
        added support for Soundgraph iMON MultiMedian IR/VFD (Venky Raju)
3412
4121
 
3413
4122
        * remotes/atiusb/lircd.conf.atiusb: new X10 remote variation
3414
4123
 
3415
 
2005-01-26  pmiller9  <pmiller9@m320>
 
4124
2005-01-26  pmiller9  <pmiller9@hades.wilsonet.com>
3416
4125
 
3417
4126
        * drivers/lirc_atiusb/lirc_atiusb.c:
3418
4127
        make sure to do async unlinks everywhere
3419
4128
 
3420
 
2005-01-23  lirc  <lirc@m320>
 
4129
2005-01-23  lirc  <lirc@hades.wilsonet.com>
3421
4130
 
3422
4131
        * doc/html-source/head.html: added favicon
3423
4132
 
3424
 
2005-01-22  lirc  <lirc@m320>
 
4133
2005-01-22  lirc  <lirc@hades.wilsonet.com>
3425
4134
 
3426
4135
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3427
4136
        lirc-0.7.1pre1 release
3431
4140
        * remotes/x10/lircd.conf.mouseremote, remotes/x10/lircmd.conf.mouseremote, NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_mouseremote.c, daemons/hw_mouseremote.h, daemons/serial.c, daemons/serial.h, setup.data:
3432
4141
        added support for X10 MouseRemote RF Receiver (Geoffrey Hausheer)
3433
4142
 
3434
 
2005-01-14  lirc  <lirc@m320>
 
4143
2005-01-14  lirc  <lirc@hades.wilsonet.com>
3435
4144
 
3436
4145
        * drivers/lirc_i2c/lirc_i2c.c, NEWS:
3437
4146
        added support for Hauppauge PVR150 (Per J�nsson)
3438
4147
 
3439
 
2005-01-07  lirc  <lirc@m320>
 
4148
2005-01-07  lirc  <lirc@hades.wilsonet.com>
3440
4149
 
3441
4150
        * drivers/lirc_parallel/lirc_parallel.c:
3442
4151
        use parport macros to call irq functions
3443
4152
 
3444
 
2004-12-31  lirc  <lirc@m320>
 
4153
2004-12-31  lirc  <lirc@hades.wilsonet.com>
3445
4154
 
3446
4155
        * drivers/lirc_serial/lirc_serial.c:
3447
4156
        interrupt handler functional again...
3448
4157
 
3449
4158
        * drivers/lirc_serial/lirc_serial.c: corrected appearance of warning
3450
4159
 
3451
 
2004-12-30  lirc  <lirc@m320>
 
4160
2004-12-30  lirc  <lirc@hades.wilsonet.com>
3452
4161
 
3453
4162
        * drivers/lirc_sir/lirc_sir.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_serial/lirc_serial.c, NEWS:
3454
4163
        get rid of check_region (breaks 2.2.x compatibility)
3455
4164
 
3456
4165
        * drivers/lirc_i2c/lirc_i2c.c: removed unnecessary include
3457
4166
 
3458
 
2004-12-27  lirc  <lirc@m320>
 
4167
2004-12-27  lirc  <lirc@hades.wilsonet.com>
3459
4168
 
3460
4169
        * remotes/atiusb/lircd.conf.atiusb:
3461
4170
        added more buttons for Q-Sonic Master Remote 6in1 PC
3462
4171
 
3463
 
2004-12-25  lirc  <lirc@m320>
 
4172
2004-12-25  lirc  <lirc@hades.wilsonet.com>
3464
4173
 
3465
4174
        * drivers/lirc_serial/lirc_serial.c:
3466
4175
        parameter to choose transmitter polarity added (Stefan Schmidt)
3474
4183
        * drivers/lirc_serial/lirc_serial.c:
3475
4184
        shared interrupts: handle only if really for us
3476
4185
 
3477
 
2004-12-19  lirc  <lirc@m320>
 
4186
2004-12-19  lirc  <lirc@hades.wilsonet.com>
3478
4187
 
3479
4188
        * remotes/hauppauge/lircd.conf.hauppauge: no spaces allowed in names
3480
4189
 
3484
4193
        * doc/html-source/install.html:
3485
4194
        added note about Linux input layer config file
3486
4195
 
3487
 
2004-12-18  lirc  <lirc@m320>
 
4196
2004-12-18  lirc  <lirc@hades.wilsonet.com>
3488
4197
 
3489
4198
        * daemons/hw-types.c, acconfig.h, configure.in:
3490
4199
        3 additional checks for header files (patch by Matthias Ringwald)
3491
4200
 
3492
 
2004-12-01  lirc  <lirc@m320>
 
4201
2004-12-01  lirc  <lirc@hades.wilsonet.com>
3493
4202
 
3494
4203
        * drivers/lirc_i2c/lirc_i2c.c: request ivtv for PVR-250 as well
3495
4204
 
3498
4207
        * drivers/lirc_serial/lirc_serial.c:
3499
4208
        allow interrupt sharing (patch from Jason Miller)
3500
4209
 
3501
 
2004-12-01  pmiller9  <pmiller9@m320>
 
4210
2004-12-01  pmiller9  <pmiller9@hades.wilsonet.com>
3502
4211
 
3503
4212
        * drivers/lirc_atiusb/lirc_atiusb.c: patch from an ati-rw2 user.
3504
4213
 
3505
 
2004-11-28  lirc  <lirc@m320>
 
4214
2004-11-28  lirc  <lirc@hades.wilsonet.com>
3506
4215
 
3507
4216
        * tools/Makefile.am:
3508
4217
        the library revision should have been incremented in the last release
3509
4218
 
3510
 
2004-11-25  lirc  <lirc@m320>
 
4219
2004-11-25  lirc  <lirc@hades.wilsonet.com>
3511
4220
 
3512
4221
        * setup.sh: even cleaner solution for shell search problem
3513
4222
 
3516
4225
 
3517
4226
        * drivers/lirc_sir/lirc_sir.c: fixed build for SA1100 machines
3518
4227
 
3519
 
2004-11-21  lirc  <lirc@m320>
 
4228
2004-11-21  lirc  <lirc@hades.wilsonet.com>
3520
4229
 
3521
4230
        * TODO, daemons/lircd.c, daemons/transmit.c:
3522
4231
        transmit behaviour: if(min_repeat>0 && remaining_gap<10000) directly send out all signals (should fix problems with JVC/Echostar dish box described by Karl Bongers)
3523
4232
 
3524
 
2004-11-20  lirc  <lirc@m320>
 
4233
2004-11-20  lirc  <lirc@hades.wilsonet.com>
3525
4234
 
3526
4235
        * daemons/receive.c:
3527
4236
        fixed bug affecting repeat handling with remotes that have a repeat signal,
3550
4259
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3551
4260
        started development for 0.7.1
3552
4261
 
3553
 
2004-11-14  pmiller9  <pmiller9@m320>
 
4262
2004-11-14  pmiller9  <pmiller9@hades.wilsonet.com>
3554
4263
 
3555
4264
        * drivers/lirc_atiusb/lirc_atiusb.c: Fixes memory freeing issues
3556
4265
        Remote Wonder II now supported using one LIRC device
3557
4266
        VERY EXPERIMENTAL!
3558
4267
 
3559
 
2004-11-07  lirc  <lirc@m320>
 
4268
2004-11-07  lirc  <lirc@hades.wilsonet.com>
3560
4269
 
3561
4270
        * NEWS: release delayed due to failed regression tests
3562
4271
 
3564
4273
 
3565
4274
        * drivers/lirc_parallel/lirc_parallel.c: fixed 64-bit division trouble
3566
4275
 
3567
 
2004-11-06  lirc  <lirc@m320>
 
4276
2004-11-06  lirc  <lirc@hades.wilsonet.com>
3568
4277
 
3569
4278
        * configure.in: fixed caraca config file selection
3570
4279
 
3571
4280
        * NEWS, configure.in: 0.7.0 release
3572
4281
 
3573
 
2004-10-29  pmiller9  <pmiller9@m320>
 
4282
2004-10-29  pmiller9  <pmiller9@hades.wilsonet.com>
3574
4283
 
3575
4284
        * drivers/lirc_atiusb/lirc_atiusb.c: add better debugging
3576
4285
 
3577
4286
        * drivers/lirc_atiusb/lirc_atiusb.c:
3578
4287
        major changes to better support remote wonder II (two inbound endpoints) -- still need to determine what data needs to be ignored from each endpoint
3579
4288
 
3580
 
2004-10-23  lirc  <lirc@m320>
 
4289
2004-10-23  lirc  <lirc@hades.wilsonet.com>
3581
4290
 
3582
4291
        * NEWS, setup.data: added TriTan Technology TView95
3583
4292
 
3584
4293
        * tools/xmode2.c: fixed core dump when font is missing
3585
4294
 
3586
 
2004-10-19  pmiller9  <pmiller9@m320>
 
4295
2004-10-19  pmiller9  <pmiller9@hades.wilsonet.com>
3587
4296
 
3588
4297
        * drivers/lirc_atiusb/lirc_atiusb.c:
3589
4298
        minor change; display endpoint in hex
3590
4299
 
3591
 
2004-10-11  lirc  <lirc@m320>
 
4300
2004-10-11  lirc  <lirc@hades.wilsonet.com>
3592
4301
 
3593
4302
        * daemons/hw_devinput.c: fix usage of pre/post data with devinput
3594
4303
 
3595
 
2004-10-10  pmiller9  <pmiller9@m320>
 
4304
2004-10-10  pmiller9  <pmiller9@hades.wilsonet.com>
3596
4305
 
3597
4306
        * drivers/lirc_atiusb/lirc_atiusb.c:
3598
4307
        add a little more debugging information
3599
4308
 
3600
 
2004-10-09  lirc  <lirc@m320>
 
4309
2004-10-09  lirc  <lirc@hades.wilsonet.com>
3601
4310
 
3602
4311
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3603
4312
        lirc-0_7_0pre8 pre-release
3606
4315
 
3607
4316
        * autogen.sh: updated links
3608
4317
 
3609
 
2004-10-08  pmiller9  <pmiller9@m320>
 
4318
2004-10-08  pmiller9  <pmiller9@hades.wilsonet.com>
3610
4319
 
3611
4320
        * drivers/lirc_atiusb/lirc_atiusb.c: remove old macro
3612
4321
 
3613
4322
        * drivers/lirc_atiusb/lirc_atiusb.c:
3614
4323
        kernel 2.4 doesn't support multiple usb tables per module; changed method for determining if we're using a remote wonder 1 or 2.
3615
4324
 
3616
 
2004-09-26  pmiller9  <pmiller9@m320>
 
4325
2004-09-26  pmiller9  <pmiller9@hades.wilsonet.com>
3617
4326
 
3618
4327
        * drivers/lirc_atiusb/lirc_atiusb.c:
3619
4328
        it appears that kernel 2.4 automagically resubmits urb after transfer completion.
3627
4336
        * drivers/lirc_atiusb/lirc_atiusb.c:
3628
4337
        implemented code for ATI's Remote Wonder II (based on patch from Falk Zoll)
3629
4338
 
3630
 
2004-09-25  lirc  <lirc@m320>
 
4339
2004-09-25  lirc  <lirc@hades.wilsonet.com>
3631
4340
 
3632
4341
        * remotes/atiusb/lircd.conf.atiusb:
3633
4342
        added some additional model information
3635
4344
        * contrib/lirc.rules, doc/html-source/install.html, configure.in:
3636
4345
        added hints for devfs and sysfs
3637
4346
 
3638
 
2004-09-11  lirc  <lirc@m320>
 
4347
2004-09-11  lirc  <lirc@hades.wilsonet.com>
3639
4348
 
3640
4349
        * daemons/hw-types.c, daemons/hw_atilibusb.c, acconfig.h, configure.in, daemons/Makefile.am, setup.data, NEWS:
3641
4350
        added userspce USB driver for ATI remotes (Michael Gold)
3642
4351
 
3643
 
2004-09-05  lirc  <lirc@m320>
 
4352
2004-09-05  lirc  <lirc@hades.wilsonet.com>
3644
4353
 
3645
4354
        * drivers/lirc_sir/lirc_sir.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_serial/lirc_serial.c, drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/lirc_i2c.c:
3646
4355
        sysfs and devfs clean-ups (David H�rdeman),
3647
4356
        compilation fixes
3648
4357
 
3649
 
2004-09-04  lirc  <lirc@m320>
 
4358
2004-09-04  lirc  <lirc@hades.wilsonet.com>
3650
4359
 
3651
4360
        * remotes/atiusb/lircd.conf.atiusb: added another config variation
3652
4361
 
3653
 
2004-09-02  pmiller9  <pmiller9@m320>
 
4362
2004-09-02  pmiller9  <pmiller9@hades.wilsonet.com>
3654
4363
 
3655
4364
        * drivers/lirc_atiusb/lirc_atiusb.c:
3656
4365
        linux 2.6.8.1 atiusb fix patch from Martin Tomasek <mtd@centrum.cz>
3657
4366
 
3658
 
2004-08-28  lirc  <lirc@m320>
 
4367
2004-08-28  lirc  <lirc@hades.wilsonet.com>
3659
4368
 
3660
4369
        * daemons/receive.c: bugfix for serial protocol decoder
3661
4370
 
3662
 
2004-08-21  lirc  <lirc@m320>
 
4371
2004-08-21  lirc  <lirc@hades.wilsonet.com>
3663
4372
 
3664
4373
        * drivers/lirc_parallel/lirc_parallel.c:
3665
4374
        get rid of floating point operations
3666
4375
 
3667
 
2004-08-20  lirc  <lirc@m320>
 
4376
2004-08-20  lirc  <lirc@hades.wilsonet.com>
3668
4377
 
3669
4378
        * remotes/mceusb/lircd.conf.mceusb:
3670
4379
        additional buttons for HP Media Center remote control
3671
4380
 
3672
 
2004-08-09  pmiller9  <pmiller9@m320>
 
4381
2004-08-09  pmiller9  <pmiller9@hades.wilsonet.com>
3673
4382
 
3674
4383
        * drivers/lirc_atiusb/lirc_atiusb.c:
3675
4384
        Patch from Reynald Poittevin to fix remote id stripping.
3676
4385
 
3677
 
2004-08-07  lirc  <lirc@m320>
 
4386
2004-08-07  lirc  <lirc@hades.wilsonet.com>
3678
4387
 
3679
4388
        * drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_bt829/lirc_bt829.c:
3680
4389
        make more stuff static (David H�rdeman)
3691
4400
        * drivers/lirc_dev/lirc_dev.c:
3692
4401
        devfs and sysfs support for 2.6 (David H�rdeman)
3693
4402
 
3694
 
2004-08-05  lirc  <lirc@m320>
 
4403
2004-08-05  lirc  <lirc@hades.wilsonet.com>
3695
4404
 
3696
4405
        * configure.in, drivers/Makefile.am, drivers/lirc_igorplugusb/Makefile.am, drivers/lirc_igorplugusb/lirc_igorplugusb.c, setup.data, NEWS:
3697
4406
        added support for Igor Cesko's USB IR receiver (Jan Hochstein)
3698
4407
 
3699
4408
        * drivers/lirc_dev/lirc_dev.c: check for error
3700
4409
 
3701
 
2004-07-31  lirc  <lirc@m320>
 
4410
2004-07-31  lirc  <lirc@hades.wilsonet.com>
3702
4411
 
3703
4412
        * remotes/atiusb/lircd.conf.atiusb:
3704
4413
        added config file for another variation of this receiver
3705
4414
 
3706
 
2004-07-26  lirc  <lirc@m320>
 
4415
2004-07-26  lirc  <lirc@hades.wilsonet.com>
3707
4416
 
3708
4417
        * configure.in: fixed typo in possible_drivers
3709
4418
 
3710
 
2004-07-25  lirc  <lirc@m320>
 
4419
2004-07-25  lirc  <lirc@hades.wilsonet.com>
3711
4420
 
3712
4421
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
3713
4422
        lirc-0_7_0pre7 release
3715
4424
        * drivers/lirc_mceusb/lirc_mceusb.c:
3716
4425
        support for 2.6 kernels (Malte Rohde)
3717
4426
 
3718
 
2004-07-24  lirc  <lirc@m320>
 
4427
2004-07-24  lirc  <lirc@hades.wilsonet.com>
3719
4428
 
3720
4429
        * remotes/pcmak/lircd.conf.pcmak, remotes/pcmak/lircmd.conf.pcmak, remotes/pcmak/lircrc.pcmak, NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_pcmak.c, daemons/hw_pcmak.h, setup.data, setup.sh:
3721
4430
        added support for ELMAK PCMAK (Pawel Nowak)
3722
4431
 
3723
 
2004-07-18  lirc  <lirc@m320>
 
4432
2004-07-18  lirc  <lirc@hades.wilsonet.com>
3724
4433
 
3725
4434
        * configure.in, setup.data:
3726
4435
        convenience entries for Extigy USB sound card
3727
4436
 
3728
 
2004-07-11  lirc  <lirc@m320>
 
4437
2004-07-11  lirc  <lirc@hades.wilsonet.com>
3729
4438
 
3730
4439
        * configure.in, doc/html-source/install.html:
3731
4440
        changed link for Technisat driver
3732
4441
 
3733
 
2004-06-19  lirc  <lirc@m320>
 
4442
2004-06-19  lirc  <lirc@hades.wilsonet.com>
3734
4443
 
3735
4444
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
3736
4445
        lirc-0.7.0pre6
3738
4447
        * configure.in, drivers/Makefile.am, drivers/lirc_sasem/.cvsignore, drivers/lirc_sasem/Makefile.am, drivers/lirc_sasem/lirc_sasem.c, drivers/lirc_sasem/lirc_sasem.h, remotes/sasem/lircd.conf.dignhv5, setup.data, NEWS:
3739
4448
        added support for Sasem OnAir Remocon-V (Oliver Stabel)
3740
4449
 
3741
 
2004-06-13  lirc  <lirc@m320>
 
4450
2004-06-13  lirc  <lirc@hades.wilsonet.com>
3742
4451
 
3743
4452
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
3744
4453
        lirc-0.7.0pre5
3746
4455
        * doc/html-source/help.html:
3747
4456
        list archive at geocrawler seems to have disappeared
3748
4457
 
3749
 
2004-05-30  lirc  <lirc@m320>
 
4458
2004-05-30  lirc  <lirc@hades.wilsonet.com>
3750
4459
 
3751
4460
        * tools/mode2.c: fixed compiler warning (Michael Mauch)
3752
4461
 
3753
 
2004-05-23  lirc  <lirc@m320>
 
4462
2004-05-23  lirc  <lirc@hades.wilsonet.com>
3754
4463
 
3755
4464
        * remotes/hercules/lircd.conf.smarttv_stereo, configure.in, data2setup.sh, setup.data:
3756
4465
        added config file for Hercules SmartTV Stereo TV card (Dimitris Michail)
3757
4466
 
3758
 
2004-05-23  pmiller9  <pmiller9@m320>
 
4467
2004-05-23  pmiller9  <pmiller9@hades.wilsonet.com>
3759
4468
 
3760
4469
        * drivers/lirc_atiusb/lirc_atiusb.c:
3761
4470
        oops.  forgot to increment the version #define
3762
4471
 
3763
 
2004-05-20  lirc  <lirc@m320>
 
4472
2004-05-20  lirc  <lirc@hades.wilsonet.com>
3764
4473
 
3765
4474
        * remotes/atiusb/lircd.conf.atiusb-unknown_ch, remotes/atiusb/lircd.conf.atiusb, configure.in:
3766
4475
        added new atiusb config files,
3767
4476
        general clean-up
3768
4477
 
3769
 
2004-05-16  lirc  <lirc@m320>
 
4478
2004-05-16  lirc  <lirc@hades.wilsonet.com>
3770
4479
 
3771
4480
        * drivers/lirc_parallel/lirc_parallel.c:
3772
4481
        inteface change in 2.6.4 (Stian Davidsen)
3773
4482
 
3774
 
2004-05-06  pmiller9  <pmiller9@m320>
 
4483
2004-05-06  pmiller9  <pmiller9@hades.wilsonet.com>
3775
4484
 
3776
4485
        * drivers/lirc_atiusb/lirc_atiusb.c:
3777
4486
        attempt to handle repeats, somewhat based on the gatos code
3778
4487
        -- new module parameter, repeat = repeat timeout (1/100 sec)
3779
4488
 
3780
 
2004-04-28  pmiller9  <pmiller9@m320>
 
4489
2004-04-28  pmiller9  <pmiller9@hades.wilsonet.com>
3781
4490
 
3782
4491
        * remotes/atiusb/lircd.conf.atiusb: use channel 1 or set unique=0
3783
4492
 
3788
4497
        - bump version to 0.4
3789
4498
        *** channel number not tested with 4/5-byte Dutch remotes ***
3790
4499
 
3791
 
2004-04-27  lirc  <lirc@m320>
 
4500
2004-04-27  lirc  <lirc@hades.wilsonet.com>
3792
4501
 
3793
4502
        * drivers/lirc_atiusb/lirc_atiusb.c:
3794
4503
        usb structure change in 2.6.5 (Kenneth Aafloy)
3804
4513
 
3805
4514
        * drivers/lirc_gpio/lirc_gpio.c: return if bttv_get_cardinfo() fails
3806
4515
 
3807
 
2004-04-25  lirc  <lirc@m320>
 
4516
2004-04-25  lirc  <lirc@hades.wilsonet.com>
3808
4517
 
3809
4518
        * drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/.cvsignore, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/.cvsignore, drivers/lirc_sir/Makefile.am, drivers/lirc_i2c/Makefile.am, drivers/lirc_it87/.cvsignore, drivers/lirc_it87/Makefile.am, drivers/lirc_mceusb/.cvsignore, drivers/lirc_mceusb/Makefile.am, drivers/lirc_parallel/.cvsignore, drivers/lirc_bt829/.cvsignore, drivers/lirc_bt829/Makefile.am, drivers/lirc_dev/.cvsignore, drivers/lirc_dev/Makefile.am, drivers/lirc_gpio/.cvsignore, drivers/lirc_gpio/Makefile.am, drivers/lirc_i2c/.cvsignore, daemons/lircmd.c, drivers/lirc_atiusb/.cvsignore, drivers/lirc_atiusb/Makefile.am, NEWS, TODO, acinclude.m4, configure.in:
3810
4519
        install .ko modules on 2.6
3811
4520
 
3812
 
2004-04-24  lirc  <lirc@m320>
 
4521
2004-04-24  lirc  <lirc@hades.wilsonet.com>
3813
4522
 
3814
4523
        * drivers/lirc_serial/lirc_serial.c:
3815
4524
        added IgorPlug to parameter list (patch by Martin Lillepuu)
3816
4525
 
3817
 
2004-04-10  lirc  <lirc@m320>
 
4526
2004-04-10  lirc  <lirc@hades.wilsonet.com>
3818
4527
 
3819
4528
        * drivers/lirc_atiusb/lirc_atiusb.c:
3820
4529
        renamed KERNEL26 define to be consistent with all other modules
3821
4530
 
3822
 
2004-04-10  pmiller9  <pmiller9@m320>
 
4531
2004-04-10  pmiller9  <pmiller9@hades.wilsonet.com>
3823
4532
 
3824
4533
        * drivers/lirc_atiusb/lirc_atiusb.c:
3825
4534
        fix lirc #includes such it'll compile under kernel 2.6 from lirc's source
3826
4535
 
3827
 
2004-04-09  lirc  <lirc@m320>
 
4536
2004-04-09  lirc  <lirc@hades.wilsonet.com>
3828
4537
 
3829
4538
        * setup.sh:
3830
4539
        work-around for problems reported with cdialog 0.9b-20040316
3832
4541
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_mceusb/Makefile.am, drivers/lirc_i2c/lirc_i2c.c, drivers/kcompat.h, drivers/lirc_bt829/Makefile.am, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.h:
3833
4542
        more drivers that compile with 2.6
3834
4543
 
3835
 
2004-04-04  lirc  <lirc@m320>
 
4544
2004-04-04  lirc  <lirc@hades.wilsonet.com>
3836
4545
 
3837
4546
        * drivers/kcompat.h:
3838
4547
        added note about CONFIG_MODULE_UNLOAD for 2.6 kernels
3839
4548
 
3840
 
2004-03-30  lirc  <lirc@m320>
 
4549
2004-03-30  lirc  <lirc@hades.wilsonet.com>
3841
4550
 
3842
4551
        * drivers/kcompat.h:
3843
4552
        fixed warning about redefinition of daemonize in kernels with modversions enabled
3844
4553
 
3845
 
2004-03-29  lirc  <lirc@m320>
 
4554
2004-03-29  lirc  <lirc@hades.wilsonet.com>
3846
4555
 
3847
4556
        * configure.in: fixed setting of default values
3848
4557
 
3849
 
2004-03-28  lirc  <lirc@m320>
 
4558
2004-03-28  lirc  <lirc@hades.wilsonet.com>
3850
4559
 
3851
4560
        * drivers/kcompat.h: fixed unsafe defines
3852
4561
 
3856
4565
        * drivers/lirc_mceusb/.cvsignore:
3857
4566
        added .cvsignore for lirc_mceusb directory
3858
4567
 
3859
 
2004-03-25  lirc  <lirc@m320>
 
4568
2004-03-25  lirc  <lirc@hades.wilsonet.com>
3860
4569
 
3861
4570
        * doc/man-source/irxevent.inc: reformatted for nicer man page output
3862
4571
 
3864
4573
        added Focus flag (Rob Spearman),
3865
4574
        restructured code to actually match the documentation
3866
4575
 
3867
 
2004-03-15  lirc  <lirc@m320>
 
4576
2004-03-15  lirc  <lirc@hades.wilsonet.com>
3868
4577
 
3869
4578
        * drivers/lirc_dev/lirc_dev.c:
3870
4579
        fixed problem with lirc_dev thread exiting too early
3871
4580
 
3872
 
2004-03-07  lirc  <lirc@m320>
 
4581
2004-03-07  lirc  <lirc@hades.wilsonet.com>
3873
4582
 
3874
4583
        * tools/lirc_client.c, NEWS, acconfig.h, doc/html-source/configure.html, doc/html-source/install.html:
3875
4584
        system-wide lircrc (Michal Svec)
3876
4585
 
3877
 
2004-03-06  lirc  <lirc@m320>
 
4586
2004-03-06  lirc  <lirc@hades.wilsonet.com>
3878
4587
 
3879
4588
        * drivers/lirc_mceusb/lirc_mceusb.c: cleanups
3880
4589
 
3881
 
2004-03-02  lirc  <lirc@m320>
 
4590
2004-03-02  lirc  <lirc@hades.wilsonet.com>
3882
4591
 
3883
4592
        * drivers/lirc_i2c/lirc_i2c.c:
3884
4593
        fixed endianness issue in Hauppauge driver
3885
4594
 
3886
4595
        * daemons/lircd.c: --listen takes optional argument
3887
4596
 
3888
 
2004-02-29  lirc  <lirc@m320>
 
4597
2004-02-29  lirc  <lirc@hades.wilsonet.com>
3889
4598
 
3890
4599
        * remotes/mceusb/lircd.conf.mceusb: fixed eps and gap value
3891
4600
 
3896
4605
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_mceusb/lirc_mceusb.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, NEWS, drivers/lirc_bt829/lirc_bt829.c, drivers/lirc_dev/lirc_dev.c:
3897
4606
        replaced get_key interface with more flexible add_to_buf method
3898
4607
 
3899
 
2004-02-11  lirc  <lirc@m320>
 
4608
2004-02-11  lirc  <lirc@hades.wilsonet.com>
3900
4609
 
3901
4610
        * tools/mode2.c: check for character device
3902
4611
 
3903
 
2004-02-08  lirc  <lirc@m320>
 
4612
2004-02-08  lirc  <lirc@hades.wilsonet.com>
3904
4613
 
3905
4614
        * daemons/config_file.c, daemons/config_file.h, daemons/dump_config.c, daemons/ir_remote.h, daemons/receive.c, daemons/transmit.c:
3906
4615
        added preliminary support for serial protocols
3907
4616
 
3908
 
2004-02-06  lirc  <lirc@m320>
 
4617
2004-02-06  lirc  <lirc@hades.wilsonet.com>
3909
4618
 
3910
4619
        * daemons/dump_config.c: write rc6_mask
3911
4620
 
3912
 
2004-02-05  lirc  <lirc@m320>
 
4621
2004-02-05  lirc  <lirc@hades.wilsonet.com>
3913
4622
 
3914
4623
        * daemons/irrecord.c: don't set ptrail for pulse encoded remotes
3915
4624
 
3916
 
2004-02-04  lirc  <lirc@m320>
 
4625
2004-02-04  lirc  <lirc@hades.wilsonet.com>
3917
4626
 
3918
4627
        * daemons/irrecord.c: prevent infinite loop during toggle bit detection
3919
4628
 
3920
 
2004-02-02  lirc  <lirc@m320>
 
4629
2004-02-02  lirc  <lirc@hades.wilsonet.com>
3921
4630
 
3922
4631
        * remotes/creative/lircd.conf.livedrive, daemons/hw_livedrive_common.h, daemons/hw_livedrive_midi.c, daemons/hw_livedrive_seq.c:
3923
4632
        added support for audigy2 livedrive controls (Stephen Beahm)
3924
4633
 
3925
 
2004-01-31  lirc  <lirc@m320>
 
4634
2004-01-31  lirc  <lirc@hades.wilsonet.com>
3926
4635
 
3927
4636
        * daemons/irrecord.c: apply transform functions to all remote configs
3928
4637
 
3929
 
2004-01-31  pmiller9  <pmiller9@m320>
 
4638
2004-01-31  pmiller9  <pmiller9@hades.wilsonet.com>
3930
4639
 
3931
4640
        * drivers/lirc_atiusb/lirc_atiusb.c: fix couple typos
3932
4641
 
3934
4643
        forgot to submit urb for receiving!
3935
4644
        tested and working w/ 2.6 (I finally got lirc to compile)
3936
4645
 
3937
 
2004-01-29  pmiller9  <pmiller9@m320>
 
4646
2004-01-29  pmiller9  <pmiller9@hades.wilsonet.com>
3938
4647
 
3939
4648
        * drivers/lirc_atiusb/lirc_atiusb.c:
3940
4649
        lirc_dev requires set_use_inc/dec functions to be set, otherwise it crashes
3941
4650
 
3942
 
2004-01-27  pmiller9  <pmiller9@m320>
 
4651
2004-01-27  pmiller9  <pmiller9@hades.wilsonet.com>
3943
4652
 
3944
4653
        * drivers/lirc_atiusb/lirc_atiusb.c: fix kernel oops on device probe
3945
4654
 
3946
 
2004-01-27  lirc  <lirc@m320>
 
4655
2004-01-27  lirc  <lirc@hades.wilsonet.com>
3947
4656
 
3948
4657
        * daemons/hw_udp.c: prevent integer overflow
3949
4658
 
3950
 
2004-01-24  pmiller9  <pmiller9@m320>
 
4659
2004-01-24  pmiller9  <pmiller9@hades.wilsonet.com>
3951
4660
 
3952
4661
        * drivers/lirc_atiusb/lirc_atiusb.c: request module "lirc_dev"
3953
4662
 
3957
4666
        removed set_use_inc/dec functions (not needed for usb?)
3958
4667
        code clean ups
3959
4668
 
3960
 
2004-01-19  ranty  <ranty@m320>
 
4669
2004-01-19  ranty  <ranty@hades.wilsonet.com>
3961
4670
 
3962
4671
        * drivers/Makefile.kernel:
3963
4672
        Added missing file from the module building change.
3964
4673
 
3965
 
2004-01-18  ranty  <ranty@m320>
 
4674
2004-01-18  ranty  <ranty@hades.wilsonet.com>
3966
4675
 
3967
4676
        * drivers/lirc_sir/Makefile.am, drivers/lirc_atiusb/Makefile.am, drivers/lirc_bt829/Makefile.am, drivers/lirc_dev/Makefile.am, drivers/lirc_gpio/Makefile.am, drivers/lirc_i2c/Makefile.am, drivers/lirc_it87/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am:
3968
4677
        Hack to make kernel module building more reliable, it should, maybe with small
3969
4678
        tunning, work for 2.6 kernels.
3970
4679
 
3971
 
2004-01-18  pmiller9  <pmiller9@m320>
 
4680
2004-01-18  pmiller9  <pmiller9@hades.wilsonet.com>
3972
4681
 
3973
4682
        * drivers/lirc_atiusb/lirc_atiusb.c:
3974
4683
        started adding kernel 2.6 usb changes based on Brian Julin's GATOS ati_remote 2.6 port
3976
4685
        * drivers/lirc_atiusb/lirc_atiusb.c:
3977
4686
        nicer way to free kernel memory on failure
3978
4687
 
3979
 
2004-01-13  lirc  <lirc@m320>
 
4688
2004-01-13  lirc  <lirc@hades.wilsonet.com>
3980
4689
 
3981
4690
        * configure.in, drivers/Makefile.am, drivers/lirc_dev/lirc_dev.c, drivers/lirc_mceusb/Makefile.am, drivers/lirc_mceusb/lirc_mceusb.c, remotes/mceusb/lircd.conf.mceusb, setup.data, NEWS:
3982
4691
        added support for Windows Media Center Remotes (Dan Conti)
3984
4693
        * daemons/Makefile.am, daemons/config_file.c, daemons/ir_remote.h, daemons/irrecord.c, daemons/receive.c, daemons/transmit.c:
3985
4694
        added rc6_mask for better RC6 variations support
3986
4695
 
3987
 
2004-01-12  lirc  <lirc@m320>
 
4696
2004-01-12  lirc  <lirc@hades.wilsonet.com>
3988
4697
 
3989
4698
        * NEWS, acconfig.h, configure.in, drivers/lirc_serial/lirc_serial.c, setup.sh:
3990
4699
        fixed typo
3991
4700
 
3992
 
2004-01-06  lirc  <lirc@m320>
 
4701
2004-01-06  lirc  <lirc@hades.wilsonet.com>
3993
4702
 
3994
4703
        * setup.sh: fixed type
3995
4704
 
3996
 
2003-12-30  lirc  <lirc@m320>
 
4705
2003-12-30  lirc  <lirc@hades.wilsonet.com>
3997
4706
 
3998
4707
        * doc/html-source/install.html, drivers/lirc_sir/lirc_sir.c, NEWS:
3999
4708
        fine-tuning of lirc_sir driver
4004
4713
        * daemons/hw_livedrive_common.c, daemons/hw_livedrive_midi.c, daemons/hw_livedrive_seq.c:
4005
4714
        timing issues fixed (Stephen Beahm)
4006
4715
 
4007
 
2003-12-29  pmiller9  <pmiller9@m320>
 
4716
2003-12-29  pmiller9  <pmiller9@hades.wilsonet.com>
4008
4717
 
4009
4718
        * remotes/atiusb/lircd.conf.atiusb-unknown_ch:
4010
4719
        example atiusb configuration file for (unknown channel).
4011
4720
 
4012
 
2003-12-28  lirc  <lirc@m320>
 
4721
2003-12-28  lirc  <lirc@hades.wilsonet.com>
4013
4722
 
4014
4723
        * daemons/hw_devinput.c:
4015
4724
        get exclusive access to input device (Arkadiusz Miskiewicz)
4016
4725
 
4017
 
2003-12-27  lirc  <lirc@m320>
 
4726
2003-12-27  lirc  <lirc@hades.wilsonet.com>
4018
4727
 
4019
4728
        * drivers/lirc_serial/lirc_serial.c: fix for Igor receiver
4020
4729
 
4021
4730
        * daemons/lircd.c: fixed typo in pidfile command line processing
4022
4731
 
4023
 
2003-11-23  lirc  <lirc@m320>
 
4732
2003-11-23  lirc  <lirc@hades.wilsonet.com>
4024
4733
 
4025
4734
        * configure.in: fixed --driver=any build failure
4026
4735
 
4027
 
2003-11-17  pmiller9  <pmiller9@m320>
 
4736
2003-11-17  pmiller9  <pmiller9@hades.wilsonet.com>
4028
4737
 
4029
4738
        * drivers/lirc_atiusb/lirc_atiusb.c: fix lirc_dev buffer init
4030
4739
 
4031
 
2003-11-14  pmiller9  <pmiller9@m320>
 
4740
2003-11-14  pmiller9  <pmiller9@hades.wilsonet.com>
4032
4741
 
4033
4742
        * drivers/lirc_atiusb/lirc_atiusb.c:
4034
4743
        different method to copy received buffer to lirc
4035
4744
        renamed BUFLEN to USB_BUFLEN as it is now defined in lirc_dev.h
4036
4745
 
4037
 
2003-11-13  pmiller9  <pmiller9@m320>
 
4746
2003-11-13  pmiller9  <pmiller9@hades.wilsonet.com>
4038
4747
 
4039
4748
        * drivers/lirc_atiusb/lirc_atiusb.c:
4040
4749
        why are some people having problems with the code length?  works perfectly on my ati remote....?
4041
4750
 
4042
 
2003-11-12  lirc  <lirc@m320>
 
4751
2003-11-12  lirc  <lirc@hades.wilsonet.com>
4043
4752
 
4044
4753
        * daemons/hw_default.c: major number sanity check
4045
4754
 
4046
 
2003-11-11  pmiller9  <pmiller9@m320>
 
4755
2003-11-11  pmiller9  <pmiller9@hades.wilsonet.com>
4047
4756
 
4048
4757
        * drivers/lirc_atiusb/lirc_atiusb.c:
4049
4758
        properly handles 4 and 5 byte codes
4050
4759
 
4051
 
2003-11-10  lirc  <lirc@m320>
 
4760
2003-11-10  lirc  <lirc@hades.wilsonet.com>
4052
4761
 
4053
4762
        * tools/lirc_client.c:
4054
4763
        repeat parameter was not respected for config entries where button entry is not set (reported by Peter Kundrat)
4058
4767
 
4059
4768
        * daemons/hw_creative_infracd.c: fixed potential buffer overflow
4060
4769
 
4061
 
2003-11-09  pmiller9  <pmiller9@m320>
 
4770
2003-11-09  pmiller9  <pmiller9@hades.wilsonet.com>
4062
4771
 
4063
4772
        * drivers/lirc_atiusb/lirc_atiusb.c:
4064
4773
        Apparently, some remotes emit both 4 and 5 byte codes.  This change accepts codes >= 4.  we can assume that the code will be <= maxp <= BUF_LEN.  I'm not sure how LIRC/LIRC_DEV will handle bytes_in_key = 4 with a 5 byte input...
4070
4779
        4-byte codes (7 codes). The rest  which are more than 30 keys have 5-byte
4071
4780
        codes.
4072
4781
 
4073
 
2003-11-07  pmiller9  <pmiller9@m320>
 
4782
2003-11-07  pmiller9  <pmiller9@hades.wilsonet.com>
4074
4783
 
4075
4784
        * drivers/lirc_atiusb/lirc_atiusb.c:
4076
4785
        report received data length (debug)
4077
4786
        remove unnecessary #defines
4078
4787
 
4079
 
2003-11-06  pmiller9  <pmiller9@m320>
 
4788
2003-11-06  pmiller9  <pmiller9@hades.wilsonet.com>
4080
4789
 
4081
4790
        * drivers/lirc_atiusb/lirc_atiusb.c:
4082
4791
        appears to fix inc/dec problem - we shouldn't disconnect the remote on dec, but wait until the remote receiver is unplugged or the module is unloaded.  On inc, we should connect the remote only if it hasn't been already connected (the original problem).
4083
4792
 
4084
 
2003-11-02  pmiller9  <pmiller9@m320>
 
4793
2003-11-02  pmiller9  <pmiller9@hades.wilsonet.com>
4085
4794
 
4086
4795
        * drivers/lirc_atiusb/lirc_atiusb.c: fix typos
4087
4796
 
4088
4797
        * drivers/lirc_atiusb/lirc_atiusb.c: keep track of use count
4089
4798
        add extra safety checks for set_use_inc/dec()
4090
4799
 
4091
 
2003-11-02  lirc  <lirc@m320>
 
4800
2003-11-02  lirc  <lirc@hades.wilsonet.com>
4092
4801
 
4093
4802
        * drivers/lirc_gpio/lirc_gpio.c:
4094
4803
        generated codes for this card did not match config file since 0.6.6
4097
4806
 
4098
4807
        * daemons/irrecord.c: don't touch *_data_bits if remote has pre or post
4099
4808
 
4100
 
2003-10-29  pmiller9  <pmiller9@m320>
 
4809
2003-10-29  pmiller9  <pmiller9@hades.wilsonet.com>
4101
4810
 
4102
4811
        * setup.data:
4103
4812
        change description of atiusb to include NVidia and X10 RF remotes (same remote, but with a different usb product id)
4106
4815
        support other X10 USB product IDs (definitions found in windows ini file)
4107
4816
        attempt to fix multiple access problem
4108
4817
 
4109
 
2003-10-26  lirc  <lirc@m320>
 
4818
2003-10-26  lirc  <lirc@hades.wilsonet.com>
4110
4819
 
4111
4820
        * daemons/hw_uirt2.c, daemons/hw_uirt2_common.c, daemons/hw_uirt2_common.h, daemons/hw_uirt2_raw.c:
4112
4821
        better transmit algorithm implemented
4113
4822
 
4114
4823
        * drivers/lirc_gpio/lirc_gpio.c: clearer debug output
4115
4824
 
4116
 
2003-10-12  lirc  <lirc@m320>
 
4825
2003-10-12  lirc  <lirc@hades.wilsonet.com>
4117
4826
 
4118
4827
        * NEWS, drivers/lirc_gpio/lirc_gpio.c, setup.data:
4119
4828
        added support for Prolink Pixelview PV-BT878P+ (Rev.4C,8E)
4123
4832
 
4124
4833
        * daemons/hw_tira.c, setup.data: corrected bug, typo (Gregory McLean)
4125
4834
 
4126
 
2003-10-07  ranty  <ranty@m320>
 
4835
2003-10-07  ranty  <ranty@hades.wilsonet.com>
4127
4836
 
4128
4837
        * drivers/lirc_atiusb/.cvsignore:
4129
4838
        Adapt to atiusb, .cvsignore was blindly copied from lirc_serial.
4130
4839
 
4131
4840
        * drivers/lirc_atiusb/.cvsignore: I had forgotten .cvsignore :-/
4132
4841
 
4133
 
2003-10-05  lirc  <lirc@m320>
 
4842
2003-10-05  lirc  <lirc@hades.wilsonet.com>
4134
4843
 
4135
4844
        * setup.sh: removed Karsten's email on his request
4136
4845
 
4137
 
2003-09-28  lirc  <lirc@m320>
 
4846
2003-09-28  lirc  <lirc@hades.wilsonet.com>
4138
4847
 
4139
4848
        * drivers/lirc_gpio/lirc_gpio.c, remotes/leadtek/lircd.conf.RM-0010:
4140
4849
        use correct codes
4141
4850
 
4142
4851
        * doc/lirc.css: center HR's
4143
4852
 
4144
 
2003-09-23  ranty  <ranty@m320>
 
4853
2003-09-23  ranty  <ranty@hades.wilsonet.com>
4145
4854
 
4146
4855
        * drivers/lirc_atiusb/lirc_atiusb.c:
4147
4856
        Use wake_up() instead of wake_up_sync() since the later is not available until
4148
4857
        2.4.20 kernels and wake_up() seams enough.
4149
4858
 
4150
 
2003-09-21  lirc  <lirc@m320>
 
4859
2003-09-21  lirc  <lirc@hades.wilsonet.com>
4151
4860
 
4152
4861
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_tira.c, daemons/hw_tira.h, data2setup.sh, setup.data, setup.sh:
4153
4862
        added support for Home Electronics Tira USB device (Gregory McLean)
4155
4864
        * TODO, daemons/Makefile.am, daemons/config_file.c, daemons/config_file.h, daemons/ir_remote.c, daemons/ir_remote.h:
4156
4865
        added preliminary support for special Pioneer protocol feature
4157
4866
 
4158
 
2003-08-15  lirc  <lirc@m320>
 
4867
2003-08-15  lirc  <lirc@hades.wilsonet.com>
4159
4868
 
4160
4869
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_devinput.c, setup.data:
4161
4870
        added support for Linux input layer (Oliver Endriss, Jack Thomasson)
4169
4878
        * NEWS, doc/html-source/configure.html, tools/lirc_client.c, tools/lirc_client.h:
4170
4879
        added delay directive to .lircrc config file (Tobias Blomberg)
4171
4880
 
4172
 
2003-08-05  lirc  <lirc@m320>
 
4881
2003-08-05  lirc  <lirc@hades.wilsonet.com>
4173
4882
 
4174
4883
        * doc/html-source/install.html:
4175
4884
        clarification about lirc_gpio parameters added
4176
4885
 
4177
 
2003-08-05  ranty  <ranty@m320>
 
4886
2003-08-05  ranty  <ranty@hades.wilsonet.com>
4178
4887
 
4179
4888
        * drivers/lirc_dev/lirc_dev.c:
4180
4889
        If p->get_queue is provided there should be no need for read, poll or ioctl.
4181
4890
 
4182
 
2003-08-03  lirc  <lirc@m320>
 
4891
2003-08-03  lirc  <lirc@hades.wilsonet.com>
4183
4892
 
4184
4893
        * configure.in, drivers/lirc_i2c/lirc_i2c.c, remotes/creative/lircd.conf.breakoutbox, setup.data:
4185
4894
        patches for Asus TV-Box and Creative PersonalCinema BreakOut-Box
4186
4895
 
4187
 
2003-07-21  ranty  <ranty@m320>
 
4896
2003-07-21  ranty  <ranty@hades.wilsonet.com>
4188
4897
 
4189
4898
        * drivers/lirc_serial/lirc_serial.c: lirc_buffer_init may fail;
4190
4899
        removed leftover comment.
4191
4900
 
4192
 
2003-07-19  lirc  <lirc@m320>
 
4901
2003-07-19  lirc  <lirc@hades.wilsonet.com>
4193
4902
 
4194
4903
        * doc/html-source/install.html:
4195
4904
        added section on kernel recompile shutcut
4196
4905
 
4197
4906
        * daemons/hw_bte.c: log flood fixed (vss)
4198
4907
 
4199
 
2003-06-17  ranty  <ranty@m320>
 
4908
2003-06-17  ranty  <ranty@hades.wilsonet.com>
4200
4909
 
4201
4910
        * NEWS, configure.in, drivers/Makefile.am, drivers/lirc_atiusb/Makefile.am, drivers/lirc_atiusb/lirc_atiusb.c, setup.data:
4202
4911
        added support for ATI RF Remote Wonder (Paul Miller).
4203
4912
 
4204
 
2003-06-07  lirc  <lirc@m320>
 
4913
2003-06-07  lirc  <lirc@hades.wilsonet.com>
4205
4914
 
4206
4915
        * tools/irexec.c: choose program name (patch by Vidar Holen)
4207
4916
 
4208
4917
        * remotes/iodata/lircd.conf.gvbctv5pci, configure.in, drivers/lirc_gpio/lirc_gpio.c, setup.data, NEWS:
4209
4918
        added support for I-O Data GV-BCTV5/PCI TV card (Jens C. Rasmussen)
4210
4919
 
4211
 
2003-05-24  lirc  <lirc@m320>
 
4920
2003-05-24  lirc  <lirc@hades.wilsonet.com>
4212
4921
 
4213
4922
        * daemons/hw_creative_infracd.c: fixed too small buffer bug
4214
4923
 
4215
4924
        * NEWS, drivers/lirc_i2c/lirc_i2c.c, setup.data: corrected company name
4216
4925
 
4217
 
2003-05-12  ranty  <ranty@m320>
 
4926
2003-05-12  ranty  <ranty@hades.wilsonet.com>
4218
4927
 
4219
4928
        * autogen.sh: Create setup-driver.sh so CVS users don't miss it.
4220
4929
 
4221
 
2003-05-07  ranty  <ranty@m320>
 
4930
2003-05-07  ranty  <ranty@hades.wilsonet.com>
4222
4931
 
4223
4932
        * .cvsignore: ignore setup-driver.sh
4224
4933
 
4225
4934
        * setup.data: Remove the obsolet old_* stuff.
4226
4935
 
4227
 
2003-05-07  lirc  <lirc@m320>
 
4936
2003-05-07  lirc  <lirc@hades.wilsonet.com>
4228
4937
 
4229
4938
        * doc/man-source/irw.inc, remotes/creative/lircd.conf.infracd, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_creative_infracd.c, daemons/hw_creative_infracd.h, setup.data, configure.in, NEWS:
4230
4939
        added support for Creative iNFRA CDROMO (Leonid Froenchenko)
4231
4940
 
4232
 
2003-05-07  ranty  <ranty@m320>
 
4941
2003-05-07  ranty  <ranty@hades.wilsonet.com>
4233
4942
 
4234
4943
        * Makefile.am, data2setup.sh, setup.data, setup.sh:
4235
4944
        Move the "hardware selection menu" to a machine readable format.
4236
4945
 
4237
 
2003-05-04  lirc  <lirc@m320>
 
4946
2003-05-04  lirc  <lirc@hades.wilsonet.com>
4238
4947
 
4239
4948
        * daemons/lircd.c, daemons/irrecord.c: fixed bug in device selection,
4240
4949
        order of --device and --driver option was relevant but shouldn't be
4242
4951
        * doc/html-source/install.html, drivers/lirc_gpio/lirc_gpio.c:
4243
4952
        allow forcing bttv id
4244
4953
 
4245
 
2003-05-04  ranty  <ranty@m320>
 
4954
2003-05-04  ranty  <ranty@hades.wilsonet.com>
4246
4955
 
4247
4956
        * drivers/lirc_gpio/lirc_gpio.c:
4248
4957
        Use labeled (.FIELDNAME =) initializing for 'plugin'.
4251
4960
        Remove extra lirc_buffer_unlock and make irctl_read return if it already wrote
4252
4961
        some data and the buffer is empty.
4253
4962
 
4254
 
2003-05-03  lirc  <lirc@m320>
 
4963
2003-05-03  lirc  <lirc@hades.wilsonet.com>
4255
4964
 
4256
4965
        * remotes/hauppauge/lircd.conf.hauppauge:
4257
4966
        added config for new Hauppauge PVR models
4258
4967
 
4259
 
2003-05-03  ranty  <ranty@m320>
 
4968
2003-05-03  ranty  <ranty@hades.wilsonet.com>
4260
4969
 
4261
4970
        * daemons/Makefile.am:
4262
4971
        synchronize EXTRA_lircd_SOURCES and EXTRA_irrecord_SOURCES.
4263
4972
 
4264
 
2003-05-02  ranty  <ranty@m320>
 
4973
2003-05-02  ranty  <ranty@hades.wilsonet.com>
4265
4974
 
4266
4975
        * drivers/lirc_dev/lirc_dev.h: make lirc_buffer_full overflow tolerant.
4267
4976
 
4268
4977
        * drivers/lirc_dev/lirc_dev.h:
4269
4978
        Replace the semaphore in 'struct lirc_buffer' with an spinlock.
4270
4979
 
4271
 
2003-05-01  lirc  <lirc@m320>
 
4980
2003-05-01  lirc  <lirc@hades.wilsonet.com>
4272
4981
 
4273
4982
        * daemons/lircd.c, daemons/hw_default.c:
4274
4983
        /dev/lirc can also be socket (for devices that use bidirectional communication through a helper daemon)
4275
4984
 
4276
4985
        * tools/irsend.c: can specify socket name on command line
4277
4986
 
4278
 
2003-04-27  lirc  <lirc@m320>
 
4987
2003-04-27  lirc  <lirc@hades.wilsonet.com>
4279
4988
 
4280
4989
        * remotes/asus/lircd.conf.asus, drivers/lirc_i2c/lirc_i2c.c, NEWS, configure.in, setup.sh:
4281
4990
        added support for VisionTek BreakOut-Box (Stefan Jahn)
4282
4991
 
4283
 
2003-04-21  lirc  <lirc@m320>
 
4992
2003-04-21  lirc  <lirc@hades.wilsonet.com>
4284
4993
 
4285
4994
        * remotes/creative/lircd.conf.livedrive: rm900 is a subset of rm1000w
4286
4995
 
4287
4996
        * daemons/Makefile.am, daemons/hw-types.c, daemons/hw_livedrive.c, daemons/hw_livedrive_common.c, daemons/hw_livedrive_common.h, daemons/hw_livedrive_midi.c, daemons/hw_livedrive_seq.c, configure.in, setup.sh, acconfig.h:
4288
4997
        split livedrive support into two separate modules for OSS/Alsa
4289
4998
 
4290
 
2003-04-20  lirc  <lirc@m320>
 
4999
2003-04-20  lirc  <lirc@hades.wilsonet.com>
4291
5000
 
4292
5001
        * drivers/lirc_gpio/lirc_gpio.c:
4293
5002
        finished Kworld support with original config file
4294
5003
 
4295
 
2003-04-19  lirc  <lirc@m320>
 
5004
2003-04-19  lirc  <lirc@hades.wilsonet.com>
4296
5005
 
4297
5006
        * drivers/lirc_serial/lirc_serial.c, NEWS, acconfig.h, configure.in, setup.sh:
4298
5007
        added support for Igor Ceska's receiver variation
4303
5012
        * tools/lirc_client.c: fixed bug related with button sequences,
4304
5013
        if $HOME is not set use / as default
4305
5014
 
4306
 
2003-03-31  lirc  <lirc@m320>
 
5015
2003-03-31  lirc  <lirc@hades.wilsonet.com>
4307
5016
 
4308
5017
        * remotes/kworld/lircd.conf.kworld, configure.in:
4309
5018
        finished Kworld support with original config file
4310
5019
 
4311
 
2003-03-30  lirc  <lirc@m320>
 
5020
2003-03-30  lirc  <lirc@hades.wilsonet.com>
4312
5021
 
4313
5022
        * tools/mode2.c, tools/smode2.c, tools/xmode2.c:
4314
5023
        better guidance for dummies
4315
5024
 
4316
5025
        * daemons/lircd.c: fixed bad pidfile command line parsing
4317
5026
 
4318
 
2003-03-07  lirc  <lirc@m320>
 
5027
2003-03-07  lirc  <lirc@hades.wilsonet.com>
4319
5028
 
4320
5029
        * daemons/Makefile.am: Mac OS X uses fifo instead of socket
4321
5030
 
4322
 
2003-02-16  lirc  <lirc@m320>
 
5031
2003-02-16  lirc  <lirc@hades.wilsonet.com>
4323
5032
 
4324
5033
        * daemons/Makefile.am, daemons/hw-types.c, daemons/hw_mp3anywhere.c, daemons/hw_mp3anywhere.h, remotes/x10/lircd.conf.mp3anywhere, NEWS, configure.in, setup.sh:
4325
5034
        added support for X10 MP3 Anywhere RF receiver (Shawn Nycz),
4327
5036
 
4328
5037
        * daemons/hw_creative.c: pre not hardwired anymore
4329
5038
 
4330
 
2003-02-15  lirc  <lirc@m320>
 
5039
2003-02-15  lirc  <lirc@hades.wilsonet.com>
4331
5040
 
4332
5041
        * daemons/Makefile.am, daemons/hw-types.c, daemons/hw_livedrive.c, remotes/creative/lircd.conf.livedrive, configure.in, NEWS, setup.sh:
4333
5042
        added support for Creative LiveDrive (Stephen Beahm)
4344
5053
          --logfile
4345
5054
          --pidfile
4346
5055
 
4347
 
2003-02-13  lirc  <lirc@m320>
 
5056
2003-02-13  lirc  <lirc@hades.wilsonet.com>
4348
5057
 
4349
5058
        * tools/irxevent.c:
4350
5059
        replaced nice but broken code by ugly but working code
4351
5060
 
4352
 
2003-01-26  lirc  <lirc@m320>
 
5061
2003-01-26  lirc  <lirc@hades.wilsonet.com>
4353
5062
 
4354
5063
        * configure.in, daemons/Makefile.am, daemons/hw_audio.c:
4355
5064
        more soundcard driver changes
4361
5070
        added support for IR receiver connected to soundcard input,
4362
5071
        most parts now compile on Mac OS X/Darwin (Matthias Ringwald)
4363
5072
 
4364
 
2003-01-19  ranty  <ranty@m320>
 
5073
2003-01-19  ranty  <ranty@hades.wilsonet.com>
4365
5074
 
4366
5075
        * drivers/lirc_dev/lirc_dev.h: Documented new fields.
4367
5076
 
4368
 
2003-01-04  lirc  <lirc@m320>
 
5077
2003-01-04  lirc  <lirc@hades.wilsonet.com>
4369
5078
 
4370
5079
        * ANNOUNCE, TODO, daemons/ir_remote.c, daemons/irrecord.c:
4371
5080
        new function in irrecord to invert codes,
4372
5081
        some typos fixed
4373
5082
 
4374
 
2002-12-28  lirc  <lirc@m320>
 
5083
2002-12-28  lirc  <lirc@hades.wilsonet.com>
4375
5084
 
4376
5085
        * tools/smode2.c: removed dummy printfs
4377
5086
 
4378
 
2002-12-16  lirc  <lirc@m320>
 
5087
2002-12-16  lirc  <lirc@hades.wilsonet.com>
4379
5088
 
4380
5089
        * drivers/lirc_i2c/lirc_i2c.c: fix to support more RC-5 remotes
4381
5090
 
4382
 
2002-12-15  ranty  <ranty@m320>
 
5091
2002-12-15  ranty  <ranty@hades.wilsonet.com>
4383
5092
 
4384
5093
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_serial/lirc_serial.c:
4385
5094
        - lirc_dev:
4397
5106
                - Integrates lirc_serial with the above, removing lirc_poll and
4398
5107
                  lirc_read.
4399
5108
 
4400
 
2002-12-02  lirc  <lirc@m320>
 
5109
2002-12-02  lirc  <lirc@hades.wilsonet.com>
4401
5110
 
4402
5111
        * drivers/lirc_gpio/lirc_gpio.c: added support for AVerTV GO/wFM card
4403
5112
 
4404
5113
        * daemons/irrecord.c: added explicit test command line switch,
4405
5114
        this has confused too many people
4406
5115
 
4407
 
2002-11-21  lirc  <lirc@m320>
 
5116
2002-11-21  lirc  <lirc@hades.wilsonet.com>
4408
5117
 
4409
5118
        * NEWS, daemons/transmit.c:
4410
5119
        fixed show-stopper bug in RC-6 transmit code
4411
5120
 
4412
5121
        * doc/html-source/technical.html: added hint to hdparm
4413
5122
 
4414
 
2002-11-19  ranty  <ranty@m320>
 
5123
2002-11-19  ranty  <ranty@hades.wilsonet.com>
4415
5124
 
4416
5125
        * drivers/lirc_sir/lirc_sir.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_bt829/lirc_bt829.c:
4417
5126
        - Make set_use_inc return an int to allow the plugins to reject an open.
4424
5133
        - Make lirc_serial take advantage of lirc_dev's new capabilities.
4425
5134
        - Make all other drivers fit with lirc_dev's changes.
4426
5135
 
4427
 
2002-11-12  lirc  <lirc@m320>
 
5136
2002-11-12  lirc  <lirc@hades.wilsonet.com>
4428
5137
 
4429
5138
        * daemons/config_file.h, daemons/ir_remote.h, daemons/receive.c, daemons/transmit.c:
4430
5139
        added support for strange Grundig protocol
4431
5140
 
4432
 
2002-11-11  lirc  <lirc@m320>
 
5141
2002-11-11  lirc  <lirc@hades.wilsonet.com>
4433
5142
 
4434
5143
        * setup.sh: yet another TV card
4435
5144
 
4437
5146
        yet another TV card,
4438
5147
        config files still missing
4439
5148
 
4440
 
2002-11-09  lirc  <lirc@m320>
 
5149
2002-11-09  lirc  <lirc@hades.wilsonet.com>
4441
5150
 
4442
5151
        * configure.in, doc/html-source/install.html, drivers/lirc_gpio/lirc_gpio.c, remotes/leadtek/lircd.conf.RM-0007, remotes/leadtek/lircd.conf.RM-0010, remotes/leadtek/lircd.conf.leadtek, remotes/leadtek/lircmd.conf.RM-0007, remotes/leadtek/lircmd.conf.RM-0010, remotes/leadtek/lircmd.conf.leadtek, setup.sh:
4443
5152
        better WinView 601 support
4451
5160
        won't check for signals as signals are all blocked anyway,
4452
5161
        bugfix: lirc_thread has to be waken up during shutdown
4453
5162
 
4454
 
2002-11-07  lirc  <lirc@m320>
 
5163
2002-11-07  lirc  <lirc@hades.wilsonet.com>
4455
5164
 
4456
5165
        * daemons/receive.c:
4457
5166
        increased heuristic to better support Leadtek cards
4458
5167
 
4459
 
2002-11-03  lirc  <lirc@m320>
 
5168
2002-11-03  lirc  <lirc@hades.wilsonet.com>
4460
5169
 
4461
5170
        * remotes/leadtek/lircd.conf.leadtek, remotes/leadtek/lircmd.conf.leadtek, doc/html-source/install.html, drivers/lirc_gpio/lirc_gpio.c, NEWS, configure.in, setup.sh:
4462
5171
        added support for Leadtek WinView 601 TV card
4463
5172
 
4464
 
2002-10-30  lirc  <lirc@m320>
 
5173
2002-10-30  lirc  <lirc@hades.wilsonet.com>
4465
5174
 
4466
5175
        * drivers/lirc_gpio/lirc_gpio.c, setup.sh:
4467
5176
        added support for WinFast TV 2000 XP (Markus Lischka)
4468
5177
 
4469
 
2002-10-27  ranty  <ranty@m320>
 
5178
2002-10-27  ranty  <ranty@hades.wilsonet.com>
4470
5179
 
4471
5180
        * drivers/lirc_serial/lirc_serial.c:
4472
5181
        - Renamed calc_pulse_lengths_in_clocks into init_timing_params and wrote one
4483
5192
        * drivers/lirc_dev/Makefile.am, drivers/lirc_it87/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/Makefile.am, drivers/lirc_bt829/Makefile.am:
4484
5193
        Make sure that depmod is run after installing the modules, and not before.
4485
5194
 
4486
 
2002-10-26  lirc  <lirc@m320>
 
5195
2002-10-26  lirc  <lirc@hades.wilsonet.com>
4487
5196
 
4488
5197
        * remotes/generic/RC-6.conf:
4489
5198
        added template config file for RC-6 protocol
4490
5199
 
4491
 
2002-10-25  lirc  <lirc@m320>
 
5200
2002-10-25  lirc  <lirc@hades.wilsonet.com>
4492
5201
 
4493
5202
        * NEWS, configure.in, drivers/lirc_gpio/lirc_gpio.c, remotes/avermedia/lircd.conf.vdomate, setup.sh:
4494
5203
        added support for AverMedia VDOMATE
4495
5204
 
4496
 
2002-10-21  ranty  <ranty@m320>
 
5205
2002-10-21  ranty  <ranty@hades.wilsonet.com>
4497
5206
 
4498
5207
        * tools/irsend.c, tools/rc.c, doc/man-source/irsend.inc, doc/man-source/rc.inc, doc/man/Makefile.am, tools/.cvsignore, tools/Makefile.am, doc/html-source/index.html, doc/html-source/install.html, doc/html-source/programs.html, doc/html-source/technical.html, doc/man/.cvsignore, doc/release-html.sh, doc/release-man.sh:
4499
5208
        Renamed 'rc' to 'irsend' and updated everything I could think of to reflect
4507
5216
        sed segfaults when $hw_module is too long :(, changed the implementation to
4508
5217
        use "sort -u".
4509
5218
 
4510
 
2002-10-15  ranty  <ranty@m320>
 
5219
2002-10-15  ranty  <ranty@hades.wilsonet.com>
4511
5220
 
4512
5221
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, remotes/pixelview/lircrc.playtv_pro, AUTHORS, doc/html-source/technical.html:
4513
5222
        New email for Artur Lipowski.
4514
5223
 
4515
 
2002-10-12  ranty  <ranty@m320>
 
5224
2002-10-12  ranty  <ranty@hades.wilsonet.com>
4516
5225
 
4517
5226
        * drivers/lirc_it87/lirc_it87.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/Makefile.am, drivers/kcompat.h, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c:
4518
5227
        - Removes support for 2.0 kernels;
4522
5231
 
4523
5232
        * drivers/lirc_bt829/lirc_bt829.c: Cosmetic.
4524
5233
 
4525
 
2002-10-12  lirc  <lirc@m320>
 
5234
2002-10-12  lirc  <lirc@hades.wilsonet.com>
4526
5235
 
4527
5236
        * daemons/hw_udp.c: support for pre ISO C99 systems
4528
5237
 
4529
 
2002-10-10  ranty  <ranty@m320>
 
5238
2002-10-10  ranty  <ranty@hades.wilsonet.com>
4530
5239
 
4531
5240
        * configure.in: lirc_aver was gone long ago.
4532
5241
 
4533
 
2002-10-09  ranty  <ranty@m320>
 
5242
2002-10-09  ranty  <ranty@hades.wilsonet.com>
4534
5243
 
4535
5244
        * drivers/lirc_bt829/lirc_bt829.c:
4536
5245
        Include parameter list in function prototypes to comply with ANSI C.
4539
5248
        Make sure that hw_caraca.c, hw_caraca.h and hw_udp.c get included in release
4540
5249
        tarballs.
4541
5250
 
4542
 
2002-10-08  ranty  <ranty@m320>
 
5251
2002-10-08  ranty  <ranty@hades.wilsonet.com>
4543
5252
 
4544
5253
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, drivers/lirc_it87/lirc_it87.c, drivers/lirc_parallel/lirc_parallel.c, configure.in, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h:
4545
5254
        Make all kernel modules into lirc_plugin's.
4546
5255
 
4547
 
2002-10-06  lirc  <lirc@m320>
 
5256
2002-10-06  lirc  <lirc@hades.wilsonet.com>
4548
5257
 
4549
5258
        * NEWS, configure.in, drivers/lirc_i2c/lirc_i2c.c, remotes/asus/lircd.conf.asus, setup.sh:
4550
5259
        added support for Asus TV-Box (patch by Stefan Jahn)
4556
5265
        * doc/html-source/index.html, ANNOUNCE, NEWS, configure.in, setup.sh:
4557
5266
        lirc-0.6.6 release
4558
5267
 
4559
 
2002-10-02  lirc  <lirc@m320>
 
5268
2002-10-02  lirc  <lirc@hades.wilsonet.com>
4560
5269
 
4561
5270
        * drivers/lirc_serial/lirc_serial.c: cosmetic change
4562
5271
 
4563
 
2002-09-26  lirc  <lirc@m320>
 
5272
2002-09-26  lirc  <lirc@hades.wilsonet.com>
4564
5273
 
4565
5274
        * drivers/lirc_i2c/lirc_i2c.c: malloc.h is obsolete
4566
5275
 
4567
 
2002-09-21  lirc  <lirc@m320>
 
5276
2002-09-21  lirc  <lirc@hades.wilsonet.com>
4568
5277
 
4569
5278
        * doc/html-source/index.html, doc/html-source/programs.html, doc/man/Makefile.am:
4570
5279
        forgot links to rc page
4572
5281
        * ANNOUNCE, NEWS, configure.in, daemons/lircd.c, daemons/receive.c, doc/html-source/help.html, doc/html-source/index.html, doc/html-source/technical.html, setup.sh:
4573
5282
        pre2
4574
5283
 
4575
 
2002-09-12  lirc  <lirc@m320>
 
5284
2002-09-12  lirc  <lirc@hades.wilsonet.com>
4576
5285
 
4577
5286
        * doc/man-source/xmode2.inc, tools/.cvsignore, tools/Makefile.am, tools/ircat.c, tools/irexec.c, tools/mode2.c, tools/rc.c, tools/smode2.c, tools/xmode2.c, NEWS, doc/html-source/configure.html, doc/html-source/foot.html, doc/html-source/help.html, doc/html-source/index.html, doc/html-source/install.html, doc/html-source/programs.html, doc/man-source/help2man.inc, doc/man-source/irexec.inc, doc/man-source/irxevent.inc, doc/man-source/lircd.inc, doc/man-source/rc.inc, doc/man/.cvsignore, doc/release-html.sh, doc/release-man.sh:
4578
5287
        moved rc tool from xrc package to LIRC package
4579
5288
 
4580
 
2002-09-02  ranty  <ranty@m320>
 
5289
2002-09-02  ranty  <ranty@hades.wilsonet.com>
4581
5290
 
4582
5291
        * TODO: more things to do.
4583
5292
 
4584
 
2002-08-31  ranty  <ranty@m320>
 
5293
2002-08-31  ranty  <ranty@hades.wilsonet.com>
4585
5294
 
4586
5295
        * daemons/lircd.c: enable should be initialized.
4587
5296
 
4588
 
2002-08-30  lirc  <lirc@m320>
 
5297
2002-08-30  lirc  <lirc@hades.wilsonet.com>
4589
5298
 
4590
5299
        * drivers/lirc_gpio/lirc_gpio.c:
4591
5300
        bugfix for Winfast TV 2000 cards (untested)
4593
5302
        * daemons/lircd.c:
4594
5303
        former version did not notice when server went down after successful connect in client mode
4595
5304
 
4596
 
2002-08-25  ranty  <ranty@m320>
 
5305
2002-08-25  ranty  <ranty@hades.wilsonet.com>
4597
5306
 
4598
5307
        * configure.in:
4599
5308
        Do proper quoting on the vgalib detection for autoconf 2.5x compatibility.
4600
5309
 
4601
 
2002-08-17  lirc  <lirc@m320>
 
5310
2002-08-17  lirc  <lirc@hades.wilsonet.com>
4602
5311
 
4603
5312
        * TODO, daemons/lircd.c, daemons/lircmd.c, doc/html-source/foot.html, doc/html-source/head.html, doc/html-source/index.html, doc/html-source/programs.html, doc/man-source/ircat.inc, doc/man/Makefile.am, doc/release-html.sh, doc/release-man.sh, remotes/generic/NEC-AIWA.conf, remotes/generic/SANYO.conf, tools/Makefile.am, tools/ircat.c, tools/irexec.c, tools/irpty.c, tools/irw.c:
4604
5313
        added ircat tool (patch by Bjorn Bringert),
4605
5314
        minor fixes
4606
5315
 
4607
 
2002-07-28  lirc  <lirc@m320>
 
5316
2002-07-28  lirc  <lirc@hades.wilsonet.com>
4608
5317
 
4609
5318
        * daemons/ir_remote.h, daemons/lircd.c, daemons/lircd.h, doc/html-source/technical.html:
4610
5319
        SEND_ONCE accepts optional repeat count (done by Scott Baily)
4611
5320
 
4612
 
2002-07-27  lirc  <lirc@m320>
 
5321
2002-07-27  lirc  <lirc@hades.wilsonet.com>
4613
5322
 
4614
5323
        * configure.in, doc/html-source/configure.html, drivers/lirc_sir/lirc_sir.c, setup.sh, NEWS, acconfig.h:
4615
5324
        added SIR support for Actisys Act200L dongle (Karl Bongers)
4618
5327
        add check for PIPE on fh,
4619
5328
        don't do ioctl if pipe
4620
5329
 
4621
 
2002-07-13  ranty  <ranty@m320>
 
5330
2002-07-13  ranty  <ranty@hades.wilsonet.com>
4622
5331
 
4623
5332
        * acconfig.h, configure.in, daemons/hardware.h, daemons/hw-types.c, daemons/irrecord.c, daemons/lircd.c:
4624
5333
        Add patch to have a 'null' driver by Andy Mortimer and massage things to
4625
5334
        remove the LIRC_NETWORK_ONLY special case.
4626
5335
 
4627
 
2002-07-07  lirc  <lirc@m320>
 
5336
2002-07-07  lirc  <lirc@hades.wilsonet.com>
4628
5337
 
4629
5338
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
4630
5339
        cosmetic fix for recursive call of configure script
4631
5340
 
4632
 
2002-07-04  lirc  <lirc@m320>
 
5341
2002-07-04  lirc  <lirc@hades.wilsonet.com>
4633
5342
 
4634
5343
        * daemons/irrecord.c: learn toggle_mask, untested
4635
5344
 
4636
 
2002-07-01  lirc  <lirc@m320>
 
5345
2002-07-01  lirc  <lirc@hades.wilsonet.com>
4637
5346
 
4638
5347
        * drivers/lirc.h:
4639
5348
        int32_t would create incompatibilities on 64 bit architectures
4641
5350
        * tools/.cvsignore, daemons/config_file.c:
4642
5351
        begin and end now accepted as button names
4643
5352
 
4644
 
2002-06-28  lirc  <lirc@m320>
 
5353
2002-06-28  lirc  <lirc@hades.wilsonet.com>
4645
5354
 
4646
5355
        * daemons/receive.c, drivers/lirc.h:
4647
5356
        should compile again with current 2.4.x kernels
4648
5357
 
4649
 
2002-06-24  lirc  <lirc@m320>
 
5358
2002-06-24  lirc  <lirc@hades.wilsonet.com>
4650
5359
 
4651
5360
        * NEWS, configure.in, daemons/hw-types.c, daemons/hw_udp.c, setup.sh:
4652
5361
        added UDP network driver
4654
5363
        * daemons/config_file.c, daemons/irrecord.c, daemons/serial.c, setup.sh, tools/irxevent.c:
4655
5364
        minor cleanups
4656
5365
 
4657
 
2002-06-16  lirc  <lirc@m320>
 
5366
2002-06-16  lirc  <lirc@hades.wilsonet.com>
4658
5367
 
4659
5368
        * daemons/lircd.c:
4660
5369
        set O_NONBLOCK flag to client file descriptors to avoid blocking of lircd when client becomes unreachable
4661
5370
 
4662
 
2002-06-16  ranty  <ranty@m320>
 
5371
2002-06-16  ranty  <ranty@hades.wilsonet.com>
4663
5372
 
4664
5373
        * doc/man-source/irxevent.inc, tools/irxevent.c:
4665
5374
        Allow sending events to an specific 'WindowID'.
4668
5377
        Allow targeting the 'RootWindow' which makes sending events to the
4669
5378
        windowmanager posible/easier.
4670
5379
 
4671
 
2002-05-20  lirc  <lirc@m320>
 
5380
2002-05-20  lirc  <lirc@hades.wilsonet.com>
4672
5381
 
4673
5382
        * doc/html-source/configure.html, setup.sh: additional config file docu
4674
5383
 
4675
 
2002-05-18  lirc  <lirc@m320>
 
5384
2002-05-18  lirc  <lirc@hades.wilsonet.com>
4676
5385
 
4677
5386
        * acconfig.h, configure.in, drivers/lirc_sir/lirc_sir.c, setup.sh:
4678
5387
        restructured setup script
4679
5388
 
4680
 
2002-05-12  lirc  <lirc@m320>
 
5389
2002-05-12  lirc  <lirc@hades.wilsonet.com>
4681
5390
 
4682
5391
        * doc/html-source/install.html:
4683
5392
        clearer explanation of serial port problem
4684
5393
 
4685
 
2002-05-05  lirc  <lirc@m320>
 
5394
2002-05-05  lirc  <lirc@hades.wilsonet.com>
4686
5395
 
4687
5396
        * doc/html-source/install.html: doc update
4688
5397
 
4689
5398
        * daemons/receive.c: fixed stall bug
4690
5399
 
4691
 
2002-05-04  lirc  <lirc@m320>
 
5400
2002-05-04  lirc  <lirc@hades.wilsonet.com>
4692
5401
 
4693
5402
        * daemons/hardware.h, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_dsp.c, daemons/hw_slinke.c, daemons/hw_slinke.h, daemons/irrecord.c, daemons/lircd.c, daemons/lircd.h, daemons/receive.c:
4694
5403
        changes to integrate hw_dsp,
4695
5404
        irrecord bugfix
4696
5405
 
4697
 
2002-04-28  lirc  <lirc@m320>
 
5406
2002-04-28  lirc  <lirc@hades.wilsonet.com>
4698
5407
 
4699
5408
        * daemons/config_file.h, daemons/ir_remote.h, daemons/receive.c:
4700
5409
        changes to decode unknown protocol found on a Goldstar TV remote
4701
5410
 
4702
 
2002-04-22  lirc  <lirc@m320>
 
5411
2002-04-22  lirc  <lirc@hades.wilsonet.com>
4703
5412
 
4704
5413
        * daemons/transmit.c, tools/Makefile.am, daemons/Makefile.am, daemons/hw-types.c, daemons/hw_dsp.c, setup.sh, configure.in, NEWS:
4705
5414
        added support for hardware connected to soundcard input (Pavel Machek)
4706
5415
 
4707
 
2002-04-18  ranty  <ranty@m320>
 
5416
2002-04-18  ranty  <ranty@hades.wilsonet.com>
4708
5417
 
4709
5418
        * doc/man-source/irpty.inc:
4710
5419
        The previous fix would add an extra space, this time it won't.
4711
5420
 
4712
 
2002-04-11  ranty  <ranty@m320>
 
5421
2002-04-11  ranty  <ranty@hades.wilsonet.com>
4713
5422
 
4714
5423
        * doc/man-source/irpty.inc:
4715
5424
        A formating error was causing a piece of text not to be shown.
4716
5425
 
4717
 
2002-04-01  lirc  <lirc@m320>
 
5426
2002-04-01  lirc  <lirc@hades.wilsonet.com>
4718
5427
 
4719
5428
        * doc/html-source/index.html, doc/html-source/install.html, drivers/lirc_gpio/lirc_gpio.c, remotes/pixelview/lircd.conf.playtv_pro:
4720
5429
        changed config file for Pixelview PlayTV pro and compatible TV cards to use original codes
4721
5430
 
4722
 
2002-03-28  lirc  <lirc@m320>
 
5431
2002-03-28  lirc  <lirc@hades.wilsonet.com>
4723
5432
 
4724
5433
        * NEWS, configure.in, drivers/Makefile.am, drivers/lirc_bt829/.cvsignore, drivers/lirc_bt829/Makefile.am, drivers/lirc_bt829/lirc_bt829.c, remotes/tekram/lircd.conf.m230, remotes/tekram/lircmd.conf.m230, setup.sh:
4725
5434
        added support for Tekram M230 Mach64 (Froenchenko Leonid)
4726
5435
 
4727
 
2002-03-27  lirc  <lirc@m320>
 
5436
2002-03-27  lirc  <lirc@hades.wilsonet.com>
4728
5437
 
4729
5438
        * drivers/lirc_sir/lirc_sir.c: changes for Sharp Zaurus hardware,
4730
5439
        disable interrupts during transmit
4731
5440
 
4732
 
2002-03-25  lirc  <lirc@m320>
 
5441
2002-03-25  lirc  <lirc@hades.wilsonet.com>
4733
5442
 
4734
5443
        * contrib/sendxevent.c: command line version of irxevent
4735
5444
 
4736
 
2002-03-24  lirc  <lirc@m320>
 
5445
2002-03-24  lirc  <lirc@hades.wilsonet.com>
4737
5446
 
4738
5447
        * daemons/lircd.c: fixed bug in command line driver selection
4739
5448
 
4740
 
2002-03-06  lirc  <lirc@m320>
 
5449
2002-03-06  lirc  <lirc@hades.wilsonet.com>
4741
5450
 
4742
5451
        * drivers/lirc_parallel/lirc_parallel.c:
4743
5452
        fixed minor bug in timer initialization
4744
5453
 
4745
 
2002-02-23  lirc  <lirc@m320>
 
5454
2002-02-23  lirc  <lirc@hades.wilsonet.com>
4746
5455
 
4747
5456
        * doc/html-source/technical.html: described interrupt issue
4748
5457
 
4749
5458
        * doc/man-source/irxevent.inc, doc/man2html.c:
4750
5459
        removed links to man pages from generated html pages
4751
5460
 
4752
 
2002-02-22  lirc  <lirc@m320>
 
5461
2002-02-22  lirc  <lirc@hades.wilsonet.com>
4753
5462
 
4754
5463
        * daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, daemons/transmit.c, daemons/config_file.c:
4755
5464
        added support for error detection scheme found on Sharp RRMCG0041SJSA remote
4756
5465
 
4757
 
2002-02-06  lirc  <lirc@m320>
 
5466
2002-02-06  lirc  <lirc@hades.wilsonet.com>
4758
5467
 
4759
5468
        * daemons/receive.c: code cleanup
4760
5469
 
4761
 
2002-02-01  lirc  <lirc@m320>
 
5470
2002-02-01  lirc  <lirc@hades.wilsonet.com>
4762
5471
 
4763
5472
        * TODO, configure.in, daemons/irrecord.c, doc/man-source/irrecord.inc:
4764
5473
        no new protocols seem to show up
4765
5474
 
4766
 
2002-02-01  ranty  <ranty@m320>
 
5475
2002-02-01  ranty  <ranty@hades.wilsonet.com>
4767
5476
 
4768
5477
        * drivers/lirc_dev/Makefile.am, drivers/lirc_it87/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/Makefile.am, drivers/Makefile.am:
4769
5478
        Didn't notice that mkdev and rmdev where used in multiple Makefile.am files.
4770
5479
        This should fix 'configure --disable-manage-devices'
4771
5480
 
4772
 
2002-01-31  lirc  <lirc@m320>
 
5481
2002-01-31  lirc  <lirc@hades.wilsonet.com>
4773
5482
 
4774
5483
        * setup.sh: really disable X11
4775
5484
 
4776
 
2002-01-26  lirc  <lirc@m320>
 
5485
2002-01-26  lirc  <lirc@hades.wilsonet.com>
4777
5486
 
4778
5487
        * ANNOUNCE, NEWS, configure.in, doc/html-source/index.html, setup.sh:
4779
5488
        0.6.5 release
4780
5489
 
4781
5490
        * doc/html-source/help.html: cosmetic fix
4782
5491
 
4783
 
2002-01-22  lirc  <lirc@m320>
 
5492
2002-01-22  lirc  <lirc@hades.wilsonet.com>
4784
5493
 
4785
5494
        * INSTALL, README: added pointers to main documentation
4786
5495
 
4787
 
2002-01-18  lirc  <lirc@m320>
 
5496
2002-01-18  lirc  <lirc@hades.wilsonet.com>
4788
5497
 
4789
5498
        * doc/.cvsignore: added more files to ignore
4790
5499
 
4796
5505
 
4797
5506
        * README, doc/.cvsignore: doc.html has been removed
4798
5507
 
4799
 
2002-01-16  lirc  <lirc@m320>
 
5508
2002-01-16  lirc  <lirc@hades.wilsonet.com>
4800
5509
 
4801
5510
        * setup.sh: users don't look in the 'Other serial port devices' section
4802
5511
 
4803
 
2002-01-06  lirc  <lirc@m320>
 
5512
2002-01-06  lirc  <lirc@hades.wilsonet.com>
4804
5513
 
4805
5514
        * configure.in, doc/Makefile.am, doc/man/Makefile.am, doc/release-man.sh:
4806
5515
        fixed man page handling (did not install correctly)
4812
5521
 
4813
5522
        * doc/html-source/help.html: fixed typo
4814
5523
 
4815
 
2001-12-17  lirc  <lirc@m320>
 
5524
2001-12-17  lirc  <lirc@hades.wilsonet.com>
4816
5525
 
4817
5526
        * doc/Makefile.am, doc/html-source/configure.html, doc/html-source/doc.html, doc/html-source/foot.html, doc/html-source/head.html, doc/html-source/head1.html, doc/html-source/head2.html, doc/html-source/help.html, doc/html-source/index.html, doc/html-source/install.html, doc/html-source/programs.html, doc/html-source/technical.html, doc/lirc.css, doc/release-html.sh:
4818
5527
        cleaned up html documentation, now uses CSS
4819
5528
 
4820
 
2001-12-16  ranty  <ranty@m320>
 
5529
2001-12-16  ranty  <ranty@hades.wilsonet.com>
4821
5530
 
4822
5531
        * doc/html-source/programs.html:
4823
5532
        Forgot to remove "html/" from the links.
4831
5540
        * doc/html-source/configure.html, doc/html-source/foot.html, doc/html-source/head1.html, doc/html-source/head2.html, doc/html-source/help.html, doc/html-source/install.html, doc/html-source/technical.html:
4832
5541
        Fixed html comments which prevented some text from showing up in a browser.
4833
5542
 
4834
 
2001-12-15  ranty  <ranty@m320>
 
5543
2001-12-15  ranty  <ranty@hades.wilsonet.com>
4835
5544
 
4836
5545
        * remotes/life-view/lircmd.conf.fly98, remotes/pixelview/lircmd.conf.playtv_pro, remotes/pixelview/lircmd.conf.remotemaster, remotes/silitek/lircmd.conf.silitek, NEWS, contrib/lircmd.conf, daemons/lircmd.c, doc/html-source/configure.html, doc/html-source/technical.html, doc/man-source/lircmd.inc, remotes/avermedia/lircmd.conf.avermedia, remotes/avermedia/lircmd.conf.avermedia98, remotes/bestbuy/lircmd.conf.bestbuy, remotes/bestbuy/lircmd.conf.bestbuy2, remotes/hauppauge/lircmd.conf.hauppauge:
4837
5546
        Implemented IntelliMouse protocol in lircmd which is more appropriate for the
4838
5547
        pipe we use there.
4839
5548
 
4840
 
2001-12-12  lirc  <lirc@m320>
 
5549
2001-12-12  lirc  <lirc@hades.wilsonet.com>
4841
5550
 
4842
5551
        * AUTHORS, NEWS, configure.in, drivers/Makefile.am, drivers/lirc_it87/.cvsignore, drivers/lirc_it87/Makefile.am, drivers/lirc_it87/README, drivers/lirc_it87/TODO, drivers/lirc_it87/lirc_it87.c, drivers/lirc_it87/lirc_it87.h, setup.sh:
4843
5552
        added support for ITE IT8712/IT8705 CIR port (Hans-G�nter L�tke Uphues)
4844
5553
 
4845
 
2001-12-12  ranty  <ranty@m320>
 
5554
2001-12-12  ranty  <ranty@hades.wilsonet.com>
4846
5555
 
4847
5556
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
4848
5557
        Added the GPL license paragraph to source files, MODULE_LICENSE
4855
5564
        * configure.in:
4856
5565
        'irman' support wasn't building properly when driver 'any' was selected.
4857
5566
 
4858
 
2001-12-08  lirc  <lirc@m320>
 
5567
2001-12-08  lirc  <lirc@hades.wilsonet.com>
4859
5568
 
4860
5569
        * daemons/hardware.h, daemons/hw_caraca.c, daemons/hw_creative.c, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_irman.c, daemons/hw_logitech.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c, daemons/hw_silitek.c, daemons/hw_slinke.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, drivers/lirc.h:
4861
5570
        implemented functions to set receiver frequency range
4862
5571
 
4863
5572
        * drivers/lirc_sir/lirc_sir.c: implemented sane read function
4864
5573
 
4865
 
2001-12-02  lirc  <lirc@m320>
 
5574
2001-12-02  lirc  <lirc@hades.wilsonet.com>
4866
5575
 
4867
5576
        * configure.in: check for svgalib include files added
4868
5577
 
4875
5584
 
4876
5585
        * daemons/hw_logitech.c: increased timeout, warning in debug mode only
4877
5586
 
4878
 
2001-11-27  ranty  <ranty@m320>
 
5587
2001-11-27  ranty  <ranty@hades.wilsonet.com>
4879
5588
 
4880
5589
        * daemons/irrecord.c, daemons/dump_config.c:
4881
5590
        Christoph prefers #ifdef rather than #if with autoconf preprocesor macros.
4882
5591
 
4883
 
2001-11-24  ranty  <ranty@m320>
 
5592
2001-11-24  ranty  <ranty@hades.wilsonet.com>
4884
5593
 
4885
5594
        * daemons/lircd.c, daemons/lircd.h, daemons/lircmd.c:
4886
5595
        ANSI-C forbids text after #endif, only comments are accepted there.
4887
5596
 
4888
 
2001-11-22  ranty  <ranty@m320>
 
5597
2001-11-22  ranty  <ranty@hades.wilsonet.com>
4889
5598
 
4890
5599
        * daemons/dump_config.c, daemons/irrecord.c, doc/man2html.c, tools/smode2.c:
4891
5600
        Removed some compiler warnnings.
4892
5601
 
4893
 
2001-11-20  ranty  <ranty@m320>
 
5602
2001-11-20  ranty  <ranty@hades.wilsonet.com>
4894
5603
 
4895
5604
        * drivers/lirc_dev/Makefile.am, drivers/lirc_gpio/Makefile.am, drivers/lirc_i2c/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/Makefile.am:
4896
5605
        automake 1.5 seams to change some variables which broke module compilation.
4901
5610
        * doc/man-source/irrecord.inc, doc/man-source/irw.inc, doc/man-source/irxevent.inc, doc/man-source/lircd.inc, doc/man-source/lircmd.inc, doc/man-source/mode2-common.inc, doc/man-source/mode2.inc, doc/man-source/smode2.inc, doc/man-source/xmode2.inc, tools/irw.c, tools/irxevent.c, tools/mode2.c, tools/smode2.c, tools/xmode2.c, Makefile.am, doc/Makefile.am, doc/html-source/doc.html, doc/man-source/daemons.inc, doc/man-source/help2man.inc, doc/man-source/irexec.inc, doc/man-source/irpty.inc, doc/man2html.c, doc/release-html.sh, doc/release-man.sh:
4902
5611
        Generate manpages with help2man and html program manuals from the manpages.
4903
5612
 
4904
 
2001-11-18  lirc  <lirc@m320>
 
5613
2001-11-18  lirc  <lirc@hades.wilsonet.com>
4905
5614
 
4906
5615
        * remotes/pinnacle_systems/lircd.conf.pctv: some more buttons
4907
5616
 
4910
5619
        * daemons/hw_pinsys.c: warning only should appear in debug mode,
4911
5620
        otherwise the log file could fill up quite fast
4912
5621
 
4913
 
2001-11-14  lirc  <lirc@m320>
 
5622
2001-11-14  lirc  <lirc@hades.wilsonet.com>
4914
5623
 
4915
5624
        * NEWS, drivers/lirc_gpio/lirc_gpio.c, setup.sh:
4916
5625
        added support for Prolink PV-BT878P+9B card (Arkadiusz Miskiewicz)
4918
5627
        * daemons/receive.c:
4919
5628
        introduced better heuristic that should fix problems with repeat and most TV cards
4920
5629
 
4921
 
2001-11-14  ranty  <ranty@m320>
 
5630
2001-11-14  ranty  <ranty@hades.wilsonet.com>
4922
5631
 
4923
5632
        * acconfig.h, tools/irpty.c: Polishing the use of forkpty in irpty.
4924
5633
 
4925
 
2001-11-09  lirc  <lirc@m320>
 
5634
2001-11-09  lirc  <lirc@hades.wilsonet.com>
4926
5635
 
4927
5636
        * daemons/irrecord.c, doc/html-source/configure.html, doc/html-source/install.html, doc/html-source/programs.html:
4928
5637
        location of config files was wrong
4929
5638
 
4930
 
2001-11-04  ranty  <ranty@m320>
 
5639
2001-11-04  ranty  <ranty@hades.wilsonet.com>
4931
5640
 
4932
5641
        * configure.in:
4933
5642
        The check for gl_setcontextvga in libvgagl was not using -lvga so it failed
4944
5653
        Tagged driver/configuration selection heuristic for easier extraction on
4945
5654
        Debian packing process and maybe others.
4946
5655
 
4947
 
2001-11-03  lirc  <lirc@m320>
 
5656
2001-11-03  lirc  <lirc@hades.wilsonet.com>
4948
5657
 
4949
5658
        * daemons/config_file.c, doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c:
4950
5659
        accept CR-LF in config file
4951
5660
 
4952
 
2001-10-21  lirc  <lirc@m320>
 
5661
2001-10-21  lirc  <lirc@hades.wilsonet.com>
4953
5662
 
4954
5663
        * drivers/lirc_serial/lirc_serial.c:
4955
5664
        removed nearly all compile time configuration from module,
4956
5665
        the used hardware can now be chosen with a variable
4957
5666
 
4958
 
2001-10-18  lirc  <lirc@m320>
 
5667
2001-10-18  lirc  <lirc@hades.wilsonet.com>
4959
5668
 
4960
5669
        * TODO, daemons/lircd.c, daemons/serial.c: recognize stale lockfiles
4961
5670
 
4962
5671
        * doc/html-source/doc.html, doc/html-source/foot.html, doc/html-source/technical.html:
4963
5672
        added known bugs section
4964
5673
 
4965
 
2001-10-14  lirc  <lirc@m320>
 
5674
2001-10-14  lirc  <lirc@hades.wilsonet.com>
4966
5675
 
4967
5676
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, setup.sh:
4968
5677
        fixed potential problem with udelay() on fast machines
4969
5678
 
4970
 
2001-09-30  lirc  <lirc@m320>
 
5679
2001-09-30  lirc  <lirc@hades.wilsonet.com>
4971
5680
 
4972
5681
        * NEWS, TODO, configure.in, setup.sh:
4973
5682
        added support for Hauppauge DVB-s card
4974
5683
 
4975
 
2001-09-28  lirc  <lirc@m320>
 
5684
2001-09-28  lirc  <lirc@hades.wilsonet.com>
4976
5685
 
4977
5686
        * drivers/lirc_serial/lirc_serial.c:
4978
5687
        an unresolved symbol appeared in a special configuration, fixed
4979
5688
 
4980
 
2001-09-18  lirc  <lirc@m320>
 
5689
2001-09-18  lirc  <lirc@hades.wilsonet.com>
4981
5690
 
4982
5691
        * drivers/lirc_serial/lirc_serial.c:
4983
5692
        loops_per_jiffy is also used since 2.2.18
4984
5693
 
4985
 
2001-09-17  lirc  <lirc@m320>
 
5694
2001-09-17  lirc  <lirc@hades.wilsonet.com>
4986
5695
 
4987
5696
        * drivers/lirc_serial/lirc_serial.c:
4988
5697
        IRdeo Remote does support receiving
4989
5698
 
4990
5699
        * setup.sh: fixed typo in TV card selection
4991
5700
 
4992
 
2001-09-14  lirc  <lirc@m320>
 
5701
2001-09-14  lirc  <lirc@hades.wilsonet.com>
4993
5702
 
4994
5703
        * acconfig.h, configure.in, drivers/lirc_serial/lirc_serial.c, setup.sh:
4995
5704
        added support for IRdeo Remote
4996
5705
 
4997
 
2001-09-07  lirc  <lirc@m320>
 
5706
2001-09-07  lirc  <lirc@hades.wilsonet.com>
4998
5707
 
4999
5708
        * daemons/dump_config.c, remotes/generic/MOTOROLA.conf:
5000
5709
        added template config file for Motorola protocol
5001
5710
 
5002
 
2001-08-26  lirc  <lirc@m320>
 
5711
2001-08-26  lirc  <lirc@hades.wilsonet.com>
5003
5712
 
5004
5713
        * NEWS, configure.in, doc/html-source/install.html, drivers/lirc_gpio/lirc_gpio.c:
5005
5714
        AVerMedia TV cards with ID 0x00011461 and 0x00041461 should finally work with the provided config files
5006
5715
 
5007
 
2001-08-25  lirc  <lirc@m320>
 
5716
2001-08-25  lirc  <lirc@hades.wilsonet.com>
5008
5717
 
5009
5718
        * daemons/hw_default.c, daemons/ir_remote.h, daemons/lircd.c, daemons/transmit.c, daemons/transmit.h:
5010
5719
        fixed two bugs in transmit code that affected distance between repeated signals
5011
5720
 
5012
 
2001-08-16  lirc  <lirc@m320>
 
5721
2001-08-16  lirc  <lirc@hades.wilsonet.com>
5013
5722
 
5014
5723
        * daemons/lircd.c: moved error logging to correct place
5015
5724
 
5016
 
2001-08-15  lirc  <lirc@m320>
 
5725
2001-08-15  lirc  <lirc@hades.wilsonet.com>
5017
5726
 
5018
5727
        * ANNOUNCE, NEWS, configure.in, doc/html-source/doc.html, setup.sh:
5019
5728
        0.6.4 release
5020
5729
 
5021
 
2001-08-10  lirc  <lirc@m320>
 
5730
2001-08-10  lirc  <lirc@hades.wilsonet.com>
5022
5731
 
5023
5732
        * daemons/irrecord.c:
5024
5733
        fixed segfault occuring for remotes with very short signals
5025
5734
 
5026
 
2001-08-08  lirc  <lirc@m320>
 
5735
2001-08-08  lirc  <lirc@hades.wilsonet.com>
5027
5736
 
5028
5737
        * drivers/lirc_serial/lirc_serial.c: fixed compile error in debug code
5029
5738
 
5030
 
2001-08-04  lirc  <lirc@m320>
 
5739
2001-08-04  lirc  <lirc@hades.wilsonet.com>
5031
5740
 
5032
5741
        * drivers/lirc_serial/lirc_serial.c: rdtsc in 2.2.x
5033
5742
 
5036
5745
 
5037
5746
        * remotes/generic/SONY12.conf: measured duty_cycle using oscilloscope
5038
5747
 
5039
 
2001-07-28  lirc  <lirc@m320>
 
5748
2001-07-28  lirc  <lirc@hades.wilsonet.com>
5040
5749
 
5041
5750
        * drivers/lirc_serial/lirc_serial.c:
5042
5751
        changes to improve transmissoin quality (Steve Davies)
5043
5752
 
5044
 
2001-07-24  lirc  <lirc@m320>
 
5753
2001-07-24  lirc  <lirc@hades.wilsonet.com>
5045
5754
 
5046
5755
        * drivers/lirc_sir/lirc_sir.c: made ISR more fail safe, some clean-ups
5047
5756
 
5048
 
2001-07-18  lirc  <lirc@m320>
 
5757
2001-07-18  lirc  <lirc@hades.wilsonet.com>
5049
5758
 
5050
5759
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
5051
5760
        small gaps between bytes were generated...
5052
5761
 
5053
 
2001-07-16  lirc  <lirc@m320>
 
5762
2001-07-16  lirc  <lirc@hades.wilsonet.com>
5054
5763
 
5055
5764
        * daemons/hw-types.c, daemons/irrecord.c, daemons/lircd.c:
5056
5765
        fixed network only compile error
5057
5766
 
5058
 
2001-07-12  lirc  <lirc@m320>
 
5767
2001-07-12  lirc  <lirc@hades.wilsonet.com>
5059
5768
 
5060
5769
        * daemons/serial.c: cosmetic fix
5061
5770
 
5062
 
2001-07-11  lirc  <lirc@m320>
 
5771
2001-07-11  lirc  <lirc@hades.wilsonet.com>
5063
5772
 
5064
5773
        * NEWS, doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c:
5065
5774
        fixed bug in Irdeo transmit code
5066
5775
 
5067
 
2001-07-06  ranty  <ranty@m320>
 
5776
2001-07-06  ranty  <ranty@hades.wilsonet.com>
5068
5777
 
5069
5778
        * setup.sh: It now should be POSIX Bourne shell compatible.
5070
5779
 
5071
 
2001-07-06  lirc  <lirc@m320>
 
5780
2001-07-06  lirc  <lirc@hades.wilsonet.com>
5072
5781
 
5073
5782
        * daemons/irrecord.c: produce nicer pre/post data values
5074
5783
 
5075
 
2001-07-05  lirc  <lirc@m320>
 
5784
2001-07-05  lirc  <lirc@hades.wilsonet.com>
5076
5785
 
5077
5786
        * daemons/Makefile.am, daemons/irrecord.c:
5078
5787
        handle multiple remotes in pre/post remove functions
5079
5788
 
5080
 
2001-07-04  uid26674  <uid26674@m320>
 
5789
2001-07-04  uid26674  <uid26674@hades.wilsonet.com>
5081
5790
 
5082
5791
        * daemons/lircd.c: address was reused on wrong socket...
5083
5792
 
5084
 
2001-06-24  lirc  <lirc@m320>
 
5793
2001-06-24  lirc  <lirc@hades.wilsonet.com>
5085
5794
 
5086
5795
        * NEWS, configure.in, drivers/lirc_gpio/lirc_gpio.c, remotes/life-view/lircd.conf.FlyVideo_II, setup.sh:
5087
5796
        added support for FlyVideo II TV card
5088
5797
 
5089
 
2001-06-23  lirc  <lirc@m320>
 
5798
2001-06-23  lirc  <lirc@hades.wilsonet.com>
5090
5799
 
5091
5800
        * drivers/lirc_serial/lirc_serial.c: Animax receiver won't transmit...
5092
5801
 
5095
5804
        * daemons/Makefile.am, daemons/hw-types.c, setup.sh:
5096
5805
        hw-types.[c|h] was not included in the distribution
5097
5806
 
5098
 
2001-06-15  lirc  <lirc@m320>
 
5807
2001-06-15  lirc  <lirc@hades.wilsonet.com>
5099
5808
 
5100
5809
        * NEWS: updated NEWS file
5101
5810
 
5102
5811
        * drivers/lirc_sir/lirc_sir.c: Power on IR module
5103
5812
 
5104
 
2001-06-14  lirc  <lirc@m320>
 
5813
2001-06-14  lirc  <lirc@hades.wilsonet.com>
5105
5814
 
5106
5815
        * TODO, drivers/lirc_gpio/lirc_gpio.c, remotes/cph03x/lircd.conf.cph03x, setup.sh:
5107
5816
        added support for FlyVideo 98/FM TV card
5108
5817
 
5109
5818
        * contrib/conf.modules.aver: lirc_aver no longer exists
5110
5819
 
5111
 
2001-06-11  ranty  <ranty@m320>
 
5820
2001-06-11  ranty  <ranty@hades.wilsonet.com>
5112
5821
 
5113
5822
        * doc/html-source/install.html, doc/html-source/programs.html:
5114
5823
        documentation update: muti-driver lircd and long options for irpty.
5118
5827
        * acconfig.h, configure.in, daemons/Makefile.am, daemons/hardware.h, daemons/hw-types.c, daemons/hw-types.h, daemons/hw_caraca.c, daemons/hw_creative.c, daemons/hw_default.c, daemons/hw_irman.c, daemons/hw_logitech.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c, daemons/hw_silitek.c, daemons/hw_slinke.c, daemons/irrecord.c, daemons/lircd.c, daemons/receive.c:
5119
5828
        Multiple drivers may be linked into lircd and selected at runtime.
5120
5829
 
5121
 
2001-06-04  lirc  <lirc@m320>
 
5830
2001-06-04  lirc  <lirc@hades.wilsonet.com>
5122
5831
 
5123
5832
        * daemons/dump_config.c: changed description
5124
5833
 
5125
 
2001-05-24  lirc  <lirc@m320>
 
5834
2001-05-24  lirc  <lirc@hades.wilsonet.com>
5126
5835
 
5127
5836
        * daemons/hw_pinsys.c, daemons/hw_pinsys.h: changed timeout value
5128
5837
 
5129
 
2001-05-20  lirc  <lirc@m320>
 
5838
2001-05-20  lirc  <lirc@hades.wilsonet.com>
5130
5839
 
5131
5840
        * AUTHORS, NEWS, configure.in, drivers/lirc_gpio/lirc_gpio.c, setup.sh:
5132
5841
        added support for Winfast TV2000,
5133
5842
        thanks to Juan Toledo for the patch
5134
5843
 
5135
 
2001-05-06  lirc  <lirc@m320>
 
5844
2001-05-06  lirc  <lirc@hades.wilsonet.com>
5136
5845
 
5137
5846
        * configure.in, doc/html-source/install.html:
5138
5847
        changed default location of some files
5139
5848
 
5140
5849
        * contrib/lirc.suse7.1: added S.u.S.E. 7.1 init script
5141
5850
 
5142
 
2001-04-26  lirc  <lirc@m320>
 
5851
2001-04-26  lirc  <lirc@hades.wilsonet.com>
5143
5852
 
5144
5853
        * daemons/Makefile.am, drivers/Makefile.am, drivers/lirc_dev/Makefile.am, drivers/lirc_gpio/Makefile.am, drivers/lirc_i2c/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/Makefile.am:
5145
5854
        modified Makefiles to support DESTDIR, etc.
5146
5855
 
5147
 
2001-04-25  lirc  <lirc@m320>
 
5856
2001-04-25  lirc  <lirc@hades.wilsonet.com>
5148
5857
 
5149
5858
        * configure.in, daemons/lircd.c, drivers/lirc_gpio/lirc_gpio.c, remotes/bestbuy/lircd.conf.bestbuy, remotes/bestbuy/lircd.conf.bestbuy2, remotes/bestbuy/lircmd.conf.bestbuy2, setup.sh:
5150
5859
        added support for BT878 version of BestBuy Easy TV card (Miguel Angel)
5156
5865
        * acconfig.h, drivers/lirc_sir/lirc_sir.c, setup.sh:
5157
5866
        initial iPAQ support (NOT working)
5158
5867
 
5159
 
2001-04-24  lirc  <lirc@m320>
 
5868
2001-04-24  lirc  <lirc@hades.wilsonet.com>
5160
5869
 
5161
5870
        * configure.in, drivers/lirc_i2c/lirc_i2c.c, remotes/knc_one/lircd.conf.knc_one, setup.sh:
5162
5871
        added support for KNC ONE TV cards (Ulrich Mueller)
5219
5928
 
5220
5929
        * tools/lirc_client.c: changed behaviour of repeat setting
5221
5930
 
5222
 
2001-02-04  Christoph Bartelmus  <columbus@m320>
 
5931
2001-02-04  columbus  <columbus@hades.wilsonet.com>
5223
5932
 
5224
5933
        * remotes/sigma_designs/lircd.conf.realmagic: changes for version 1.5
5225
5934
 
5226
5935
        * remotes/technisat/lircd.conf.mediafocusI:
5227
5936
        cosmetic change to reduce confusion
5228
5937
 
5229
 
2001-01-30  Christoph Bartelmus  <columbus@m320>
 
5938
2001-01-30  columbus  <columbus@hades.wilsonet.com>
5230
5939
 
5231
5940
        * daemons/ir_remote.h: fixed bug in map_code
5232
5941
 
5233
 
2001-01-27  Christoph Bartelmus  <columbus@m320>
 
5942
2001-01-27  columbus  <columbus@hades.wilsonet.com>
5234
5943
 
5235
5944
        * Makefile.am: added dist-bz2 target
5236
5945
 
5237
 
2001-01-21  Christoph Bartelmus  <columbus@m320>
 
5946
2001-01-21  columbus  <columbus@hades.wilsonet.com>
5238
5947
 
5239
5948
        * acconfig.h, configure.in, drivers/lirc_i2c/lirc_i2c.c:
5240
5949
        fixed possible kernel oops in lirc_i2c
5248
5957
        * NEWS, configure.in, drivers/lirc_gpio/lirc_gpio.c, setup.sh:
5249
5958
        added support for BestBuy EasyTV (Miguel A. Alvarez <maacruz@navegalia.com>)
5250
5959
 
5251
 
2001-01-20  Christoph Bartelmus  <columbus@m320>
 
5960
2001-01-20  columbus  <columbus@hades.wilsonet.com>
5252
5961
 
5253
5962
        * configure.in, daemons/dump_config.c, daemons/lircd.c, drivers/lirc_i2c/lirc_i2c.c, remotes/provideo/lircd.conf.pv951:
5254
5963
        added config file for PV951
5255
5964
 
5256
 
2001-01-18  Christoph Bartelmus  <columbus@m320>
 
5965
2001-01-18  columbus  <columbus@hades.wilsonet.com>
5257
5966
 
5258
5967
        * NEWS, configure.in, drivers/lirc_gpio/lirc_gpio.c, drivers/lirc_i2c/lirc_i2c.c, setup.sh:
5259
5968
        added support for ProVideo PV951 (Bogdan Gaspar)
5262
5971
 
5263
5972
        * drivers/lirc_parallel/lirc_parallel.c: fixed 2.0.x compile problem
5264
5973
 
5265
 
2001-01-13  Christoph Bartelmus  <columbus@m320>
 
5974
2001-01-13  columbus  <columbus@hades.wilsonet.com>
5266
5975
 
5267
5976
        * drivers/lirc_gpio/lirc_gpio.c: some AVerMedia card ID related changes
5268
5977
 
5269
 
2001-01-11  Christoph Bartelmus  <columbus@m320>
 
5978
2001-01-11  columbus  <columbus@hades.wilsonet.com>
5270
5979
 
5271
5980
        * ChangeLog, daemons/irrecord.c: not obvious enough
5272
5981
 
5273
5982
        * ChangeLog, drivers/lirc_gpio/lirc_gpio.c, remotes/avermedia/lircd.conf.avermedia:
5274
5983
        adjusted number of bits in driver
5275
5984
 
5276
 
2001-01-10  Christoph Bartelmus  <columbus@m320>
 
5985
2001-01-10  columbus  <columbus@hades.wilsonet.com>
5277
5986
 
5278
5987
        * drivers/lirc_gpio/lirc_gpio.c:
5279
5988
        changes to driver to work with the new AVerMedia config file
5281
5990
        * doc/html-source/install.html, remotes/avermedia/lircd.conf.avermedia, remotes/avermedia/lircd.conf.avermedia98:
5282
5991
        got the codes of the old AVerMedia remote from Santiago
5283
5992
 
5284
 
2001-01-06  Christoph Bartelmus  <columbus@m320>
 
5993
2001-01-06  columbus  <columbus@hades.wilsonet.com>
5285
5994
 
5286
5995
        * NEWS, configure.in, daemons/hw_creative.c, daemons/hw_logitech.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c, daemons/ir_remote.h, remotes/creative/lircd.conf.creative, setup.sh:
5287
5996
        fixed irrecord incompatibility with some receivers
5288
5997
 
5289
 
2001-01-05  Christoph Bartelmus  <columbus@m320>
 
5998
2001-01-05  columbus  <columbus@hades.wilsonet.com>
5290
5999
 
5291
6000
        * drivers/lirc_gpio/lirc_gpio.c:
5292
6001
        config file did not work for AVerMedia TVCapture98 1461:0004
5297
6006
        * drivers/lirc_dev/Makefile.am, drivers/lirc_gpio/Makefile.am, drivers/lirc_i2c/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am, drivers/lirc_sir/Makefile.am:
5298
6007
        changed for 2.4.0 kernel Makefiles
5299
6008
 
5300
 
2000-12-23  Christoph Bartelmus  <columbus@m320>
 
6009
2000-12-23  columbus  <columbus@hades.wilsonet.com>
5301
6010
 
5302
6011
        * acinclude.m4, configure.in, drivers/lirc_dev/lirc_dev.c:
5303
6012
        some devfs related changes
5304
6013
 
5305
 
2000-12-15  Christoph Bartelmus  <columbus@m320>
 
6014
2000-12-15  columbus  <columbus@hades.wilsonet.com>
5306
6015
 
5307
6016
        * NEWS, TODO, acconfig.h, configure.in, doc/html-source/install.html, drivers/lirc_sir/lirc_sir.c, setup.sh:
5308
6017
        added support for Tekram Irmate 210,
5309
6018
        cleaned up SIR driver (thanks to Frank Przybylski for bug fixes and suggestions)
5310
6019
 
5311
 
2000-12-09  Christoph Bartelmus  <columbus@m320>
 
6020
2000-12-09  columbus  <columbus@hades.wilsonet.com>
5312
6021
 
5313
6022
        * drivers/lirc_dev/lirc_dev.c: removed module_ prefix
5314
6023
 
5315
 
2000-12-08  Christoph Bartelmus  <columbus@m320>
 
6024
2000-12-08  columbus  <columbus@hades.wilsonet.com>
5316
6025
 
5317
6026
        * daemons/hw_irman.c, daemons/hw_logitech.c, daemons/hw_pinsys.c, daemons/hw_pixelview.c, daemons/hw_slinke.c, daemons/irrecord.c, daemons/lircd.c, doc/html-source/programs.html, drivers/Makefile.am, tools/mode2.c, tools/smode2.c, tools/xmode2.c, configure.in, contrib/lirc.debian, contrib/lirc.suse, daemons/hardware.h, daemons/hw_caraca.c, daemons/hw_default.c:
5318
6027
        device name can be selected from command line
5325
6034
        removed old lirc_fly98 driver,
5326
6035
        adapted lirc_i2c and lirc_gpio to current bttv versions
5327
6036
 
5328
 
2000-12-03  Christoph Bartelmus  <columbus@m320>
 
6037
2000-12-03  columbus  <columbus@hades.wilsonet.com>
5329
6038
 
5330
6039
        * drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio_i.c, drivers/lirc_gpio/lirc_gpio_p.c, drivers/lirc_dev/lirc_dev.c:
5331
6040
        some clean-ups
5333
6042
        * remotes/generic/DENON.conf, remotes/generic/NEC-AIWA.conf, remotes/generic/NEC-pulse.conf, remotes/generic/NEC-short-pulse.conf, remotes/generic/NEC.conf, remotes/generic/RC-5.conf, remotes/generic/RECS80.conf, remotes/generic/SONY12.conf, remotes/generic/SONY20.conf:
5334
6043
        added generic config files for various protocols
5335
6044
 
5336
 
2000-11-30  Christoph Bartelmus  <columbus@m320>
 
6045
2000-11-30  columbus  <columbus@hades.wilsonet.com>
5337
6046
 
5338
6047
        * drivers/lirc_i2c/lirc_i2c.c: PixelView support, untested
5339
6048
 
5340
 
2000-11-26  Christoph Bartelmus  <columbus@m320>
 
6049
2000-11-26  columbus  <columbus@hades.wilsonet.com>
5341
6050
 
5342
6051
        * doc/html-source/install.html, doc/html-source/programs.html:
5343
6052
        documentation updates
5345
6054
        * drivers/lirc_gpio/lirc_gpio_i.c, drivers/lirc_gpio/lirc_gpio_p.c:
5346
6055
        update for 2.4.x kernels
5347
6056
 
5348
 
2000-11-25  Christoph Bartelmus  <columbus@m320>
 
6057
2000-11-25  columbus  <columbus@hades.wilsonet.com>
5349
6058
 
5350
6059
        * daemons/hw_default.c, daemons/lircd.c, doc/html-source/install.html:
5351
6060
        better min_repeat handling
5352
6061
 
5353
 
2000-11-24  Christoph Bartelmus  <columbus@m320>
 
6062
2000-11-24  columbus  <columbus@hades.wilsonet.com>
5354
6063
 
5355
6064
        * NEWS, doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c, setup.sh:
5356
6065
        changes to transmit code in lirc_serial
5357
6066
 
5358
 
2000-11-23  Christoph Bartelmus  <columbus@m320>
 
6067
2000-11-23  columbus  <columbus@hades.wilsonet.com>
5359
6068
 
5360
6069
        * doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
5361
6070
        compiling the serial port module is not really mandatory
5364
6073
 
5365
6074
        * acinclude.m4: fixed problem when mktemp is not installed
5366
6075
 
5367
 
2000-11-16  Christoph Bartelmus  <columbus@m320>
 
6076
2000-11-16  columbus  <columbus@hades.wilsonet.com>
5368
6077
 
5369
6078
        * doc/html-source/install.html: fixed bad link
5370
6079
 
5371
 
2000-11-13  Christoph Bartelmus  <columbus@m320>
 
6080
2000-11-13  columbus  <columbus@hades.wilsonet.com>
5372
6081
 
5373
6082
        * daemons/irrecord.c, doc/html-source/programs.html:
5374
6083
        existing config files now can be used as templates for new remotes
5378
6087
 
5379
6088
        * setup.sh: added Miro PCTV to list of supported devices
5380
6089
 
5381
 
2000-11-11  Christoph Bartelmus  <columbus@m320>
 
6090
2000-11-11  columbus  <columbus@hades.wilsonet.com>
5382
6091
 
5383
6092
        * ANNOUNCE, doc/html-source/foot.html, doc/html-source/help.html, doc/html-source/install.html:
5384
6093
        LIRC homepage moved to www.lirc.org
5385
6094
 
5386
 
2000-11-10  Christoph Bartelmus  <columbus@m320>
 
6095
2000-11-10  columbus  <columbus@hades.wilsonet.com>
5387
6096
 
5388
6097
        * remotes/sigma_designs/lircd.conf.realmagic, configure.in, daemons/irrecord.c, setup.sh:
5389
6098
        added support for REALmagic remote control from Sigma Designs
5390
6099
 
5391
 
2000-11-09  Christoph Bartelmus  <columbus@m320>
 
6100
2000-11-09  columbus  <columbus@hades.wilsonet.com>
5392
6101
 
5393
6102
        * tools/lirc_client.c, tools/lirc_client.h, NEWS, doc/html-source/configure.html:
5394
6103
        added startup_mode flag to .lircrc config file,
5395
6104
        thanks to Bruno Coudoin for the patches
5396
6105
 
5397
 
2000-11-01  Christoph Bartelmus  <columbus@m320>
 
6106
2000-11-01  columbus  <columbus@hades.wilsonet.com>
5398
6107
 
5399
6108
        * doc/html-source/programs.html:
5400
6109
        most users probably don't know how to pass arguments to the slave program
5401
6110
 
5402
6111
        * drivers/lirc_i2c/lirc_i2c.c: workaround for I2C read failures
5403
6112
 
5404
 
2000-10-23  Christoph Bartelmus  <columbus@m320>
 
6113
2000-10-23  columbus  <columbus@hades.wilsonet.com>
5405
6114
 
5406
6115
        * acinclude.m4:
5407
6116
        configure script broke with 2.2.18pre* kernels because it failed to recognise the correct CC value,
5408
6117
        it should work again, but it's still a hack
5409
6118
 
5410
 
2000-10-22  Christoph Bartelmus  <columbus@m320>
 
6119
2000-10-22  columbus  <columbus@hades.wilsonet.com>
5411
6120
 
5412
6121
        * doc/html-source/configure.html, doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
5413
6122
        documentation updated
5414
6123
 
5415
 
2000-10-10  Christoph Bartelmus  <columbus@m320>
 
6124
2000-10-10  columbus  <columbus@hades.wilsonet.com>
5416
6125
 
5417
6126
        * daemons/irrecord.c, drivers/lirc_i2c/lirc_i2c.c, configure.in:
5418
6127
        enable devfs only for lirc_dev
5419
6128
 
5420
 
2000-10-08  Christoph Bartelmus  <columbus@m320>
 
6129
2000-10-08  columbus  <columbus@hades.wilsonet.com>
5421
6130
 
5422
6131
        * contrib/lirc.suse6.2, contrib/lircd.suse6: renamed file
5423
6132
 
5424
 
2000-10-07  Christoph Bartelmus  <columbus@m320>
 
6133
2000-10-07  columbus  <columbus@hades.wilsonet.com>
5425
6134
 
5426
6135
        * drivers/lirc_i2c/lirc_i2c.c: uploaded Gerd's patch,
5427
6136
        Hauppauge support should work again
5428
6137
 
5429
 
2000-10-02  Christoph Bartelmus  <columbus@m320>
 
6138
2000-10-02  columbus  <columbus@hades.wilsonet.com>
5430
6139
 
5431
6140
        * daemons/serial.c: removed too much
5432
6141
 
5433
 
2000-10-01  Christoph Bartelmus  <columbus@m320>
 
6142
2000-10-01  columbus  <columbus@hades.wilsonet.com>
5434
6143
 
5435
6144
        * setup.sh, tools/irxevent.c: small fix and enhancement,
5436
6145
        thanks to Tom Hudec <Tom.Hudec@seznam.cz> for the patch
5437
6146
 
5438
 
2000-09-30  Christoph Bartelmus  <columbus@m320>
 
6147
2000-09-30  columbus  <columbus@hades.wilsonet.com>
5439
6148
 
5440
6149
        * NEWS, README, configure.in, doc/html-source/doc.html, doc/html-source/install.html, drivers/Makefile.am, drivers/lirc_dev/lirc_dev.c, drivers/lirc_i2c/.cvsignore, drivers/lirc_i2c/Makefile.am, drivers/lirc_i2c/lirc_i2c.c, remotes/pixelview/lircd.conf.playtv_bt878, setup.sh:
5441
6150
        started adding support for Pixelview PlayTV (bt878) card,
5443
6152
 
5444
6153
        * daemons/serial.c, tools/lirc_client.c: small fixes
5445
6154
 
5446
 
2000-09-27  Christoph Bartelmus  <columbus@m320>
 
6155
2000-09-27  columbus  <columbus@hades.wilsonet.com>
5447
6156
 
5448
6157
        * configure.in, drivers/lirc_gpio/lirc_gpio_p.c, setup.sh:
5449
6158
        added support for PixelView PlayTV PAK TV card
5455
6164
        * drivers/lirc_dev/lirc_dev.c:
5456
6165
        devfs support officially will come with 2.4.x AFAIK
5457
6166
 
5458
 
2000-09-26  Christoph Bartelmus  <columbus@m320>
 
6167
2000-09-26  columbus  <columbus@hades.wilsonet.com>
5459
6168
 
5460
6169
        * setup.sh: substituted which with type
5461
6170
 
5462
 
2000-09-21  Christoph Bartelmus  <columbus@m320>
 
6171
2000-09-21  columbus  <columbus@hades.wilsonet.com>
5463
6172
 
5464
6173
        * drivers/lirc_gpio/lirc_gpio_p.c: lirc_haup needs bttv module
5465
6174
 
5466
 
2000-09-19  Christoph Bartelmus  <columbus@m320>
 
6175
2000-09-19  columbus  <columbus@hades.wilsonet.com>
5467
6176
 
5468
6177
        * tools/lirc_client.c: bugfix and additional consistency tests
5469
6178
 
5470
6179
        * contrib/lircs: added LIRC starter stript,
5471
6180
        thanks to Michael Kammerer for this contribution
5472
6181
 
5473
 
2000-09-18  Christoph Bartelmus  <columbus@m320>
 
6182
2000-09-18  columbus  <columbus@hades.wilsonet.com>
5474
6183
 
5475
6184
        * tools/xmode2.c: added alternative display mode for xmode2,
5476
6185
        thanks to Peter T. Whiting for the patch
5479
6188
         added support for Chronos Video Shuttle II TV card,
5480
6189
        thanks to Tonu Raitviir <jussuf@BumpClub.ee> for patches
5481
6190
 
5482
 
2000-09-17  Christoph Bartelmus  <columbus@m320>
 
6191
2000-09-17  columbus  <columbus@hades.wilsonet.com>
5483
6192
 
5484
6193
        * doc/html-source/foot.html, drivers/lirc_gpio/lirc_gpio_p.c, NEWS:
5485
6194
        fixed typo
5486
6195
 
5487
 
2000-09-07  Christoph Bartelmus  <columbus@m320>
 
6196
2000-09-07  columbus  <columbus@hades.wilsonet.com>
5488
6197
 
5489
6198
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_gpio/lirc_gpio_p.c, setup.sh:
5490
6199
        added support for Phoebe Tv Master
5491
6200
 
5492
 
2000-09-03  Christoph Bartelmus  <columbus@m320>
 
6201
2000-09-03  columbus  <columbus@hades.wilsonet.com>
5493
6202
 
5494
6203
        * daemons/hw_default.c, daemons/irrecord.c, daemons/receive.c, daemons/receive.h, daemons/transmit.c, daemons/transmit.h:
5495
6204
        recognition of toggle bit should work again,
5496
6205
        implemented recognition of min_repeat
5497
6206
 
5498
 
2000-08-28  Christoph Bartelmus  <columbus@m320>
 
6207
2000-08-28  columbus  <columbus@hades.wilsonet.com>
5499
6208
 
5500
6209
        * drivers/lirc_gpio/lirc_gpio_p.c: mapping should be correct now
5501
6210
 
5502
 
2000-08-26  Christoph Bartelmus  <columbus@m320>
 
6211
2000-08-26  columbus  <columbus@hades.wilsonet.com>
5503
6212
 
5504
6213
        * drivers/lirc_gpio/lirc_gpio_p.c: moved some bits around
5505
6214
 
5507
6216
        ok, IRdeo support should *work* now,
5508
6217
        transmitting is also implemented
5509
6218
 
5510
 
2000-08-25  Christoph Bartelmus  <columbus@m320>
 
6219
2000-08-25  columbus  <columbus@hades.wilsonet.com>
5511
6220
 
5512
6221
        * daemons/hw_caraca.c, daemons/hw_caraca.h, remotes/caraca/lircd.conf.caraca, remotes/caraca/lircrc.caraca:
5513
6222
        added caraca files...
5514
6223
 
5515
 
2000-08-23  Christoph Bartelmus  <columbus@m320>
 
6224
2000-08-23  columbus  <columbus@hades.wilsonet.com>
5516
6225
 
5517
6226
        * NEWS, acconfig.h, configure.in, drivers/lirc_serial/lirc_serial.c, setup.sh:
5518
6227
        Added support for IRdeo.
5521
6230
        * daemons/Makefile.am, NEWS, acconfig.h, configure.in, setup.sh:
5522
6231
        Konrad Riedel has added support for CARACA (caraca.sourceforge.net)
5523
6232
 
5524
 
2000-08-17  Christoph Bartelmus  <columbus@m320>
 
6233
2000-08-17  columbus  <columbus@hades.wilsonet.com>
5525
6234
 
5526
6235
        * daemons/lircd.c: bugfix: don't close device during repeating
5527
6236
 
5528
 
2000-08-12  Christoph Bartelmus  <columbus@m320>
 
6237
2000-08-12  columbus  <columbus@hades.wilsonet.com>
5529
6238
 
5530
6239
        * doc/html-source/install.html, drivers/lirc_serial/lirc_serial.c:
5531
6240
        doc updates
5532
6241
 
5533
 
2000-08-05  Christoph Bartelmus  <columbus@m320>
 
6242
2000-08-05  columbus  <columbus@hades.wilsonet.com>
5534
6243
 
5535
6244
        * setup.sh: added bttv card ids
5536
6245
 
5537
 
2000-07-29  Christoph Bartelmus  <columbus@m320>
 
6246
2000-07-29  columbus  <columbus@hades.wilsonet.com>
5538
6247
 
5539
6248
        * drivers/lirc_gpio/lirc_gpio_p.c: this mask seems to be correct
5540
6249
 
5541
 
2000-07-28  Christoph Bartelmus  <columbus@m320>
 
6250
2000-07-28  columbus  <columbus@hades.wilsonet.com>
5542
6251
 
5543
6252
        * doc/html-source/install.html: explained bttv autodetection
5544
6253
 
5545
6254
        * AUTHORS, doc/html-source/technical.html, drivers/lirc_dev/lirc_dev.c, drivers/lirc_dev/lirc_dev.h, drivers/lirc_gpio/lirc_gpio_i.c, drivers/lirc_gpio/lirc_gpio_p.c, remotes/pixelview/lircd.conf.playtv_pro, remotes/pixelview/lircrc.playtv_pro:
5546
6255
        code clean-up (Artur)
5547
6256
 
5548
 
2000-07-27  Christoph Bartelmus  <columbus@m320>
 
6257
2000-07-27  columbus  <columbus@hades.wilsonet.com>
5549
6258
 
5550
6259
        * drivers/lirc_gpio/lirc_gpio_p.c, remotes/cph03x/lircd.conf.cph03x, setup.sh:
5551
6260
        some TV card changes
5552
6261
 
5553
 
2000-07-26  Christoph Bartelmus  <columbus@m320>
 
6262
2000-07-26  columbus  <columbus@hades.wilsonet.com>
5554
6263
 
5555
6264
        * ChangeLog, NEWS, TODO, configure.in, daemons/ir_remote.h, daemons/lircd.c, daemons/lircd.h, doc/html-source/technical.html, drivers/lirc_dev/lirc_dev.c:
5556
6265
        implemented min_repeat (one TODO item less)
5557
6266
 
5558
 
2000-07-23  Christoph Bartelmus  <columbus@m320>
 
6267
2000-07-23  columbus  <columbus@hades.wilsonet.com>
5559
6268
 
5560
6269
        * drivers/lirc_dev/lirc_dev.c: fix for 2.4.0-test4
5561
6270
 
5562
6271
        * configure.in: fixed typo in configure script
5563
6272
 
5564
 
2000-07-21  Christoph Bartelmus  <columbus@m320>
 
6273
2000-07-21  columbus  <columbus@hades.wilsonet.com>
5565
6274
 
5566
6275
        * drivers/lirc_gpio/Makefile.am, drivers/lirc_gpio/lirc_gpio_p.c, ANNOUNCE, NEWS, configure.in, daemons/.cvsignore, doc/html-source/foot.html, doc/html-source/install.html:
5567
6276
        releasing lirc-0.6.1
5568
6277
 
5569
 
2000-07-19  Christoph Bartelmus  <columbus@m320>
 
6278
2000-07-19  columbus  <columbus@hades.wilsonet.com>
5570
6279
 
5571
6280
        * remotes/avermedia/lircd.conf.avermedia, remotes/avermedia/lircd.conf.avermedia98, remotes/avermedia/lircmd.conf.avermedia, remotes/avermedia/lircmd.conf.avermedia98, setup.sh, configure.in:
5572
6281
        added config files for old AVerMedia cards
5573
6282
 
5574
 
2000-07-13  Christoph Bartelmus  <columbus@m320>
 
6283
2000-07-13  columbus  <columbus@hades.wilsonet.com>
5575
6284
 
5576
6285
        * ANNOUNCE, ChangeLog, daemons/Makefile.am, daemons/config_file.c, daemons/dump_config.c, daemons/hw_default.c, daemons/ir_remote.h, daemons/slinke.c, daemons/slinke.h:
5577
6286
        added a tool to convert Slink-e device files to LIRC config files
5579
6288
        * configure.in, drivers/lirc_gpio/lirc_gpio_p.c, setup.sh:
5580
6289
        added CPH6xx support (untested)
5581
6290
 
5582
 
2000-07-08  Christoph Bartelmus  <columbus@m320>
 
6291
2000-07-08  columbus  <columbus@hades.wilsonet.com>
5583
6292
 
5584
6293
        * NEWS, configure.in, daemons/Makefile.am, daemons/hw_pinsys.c, daemons/hw_pinsys.h, daemons/hw_pixelview.c, remotes/pinnacle_systems/lircd.conf.pctv, setup.sh:
5585
6294
        added support for PCTV receiver,
5592
6301
        * NEWS, doc/html-source/programs.html, tools/Makefile.am, tools/irexec.c:
5593
6302
        added --daemon option to irexec (suggestion by Eric Crahen)
5594
6303
 
5595
 
2000-07-06  Christoph Bartelmus  <columbus@m320>
 
6304
2000-07-06  columbus  <columbus@hades.wilsonet.com>
5596
6305
 
5597
6306
        * NEWS, daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/irrecord.c, daemons/lircd.c, daemons/receive.c, daemons/transmit.c:
5598
6307
        added RC-MM support
5599
6308
 
5600
 
2000-07-05  Christoph Bartelmus  <columbus@m320>
 
6309
2000-07-05  columbus  <columbus@hades.wilsonet.com>
5601
6310
 
5602
6311
        * AUTHORS, NEWS, daemons/config_file.h, daemons/dump_config.c, daemons/hw_default.c, daemons/ir_remote.h, daemons/irrecord.c, daemons/receive.c, daemons/receive.h, daemons/transmit.c, daemons/transmit.h, setup.sh:
5603
6312
        added RC-6 support
5605
6314
        * daemons/hw_slinke.c: made memory allocations safer,
5606
6315
        freeing allocations
5607
6316
 
5608
 
2000-07-02  Christoph Bartelmus  <columbus@m320>
 
6317
2000-07-02  columbus  <columbus@hades.wilsonet.com>
5609
6318
 
5610
6319
        * AUTHORS, configure.in, daemons/Makefile.am, daemons/hw_slinke.c, daemons/hw_slinke.h, setup.sh:
5611
6320
        added support for Slink-e from Nirvis Systems,
5617
6326
        * drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
5618
6327
        nobody reads documentations...
5619
6328
 
5620
 
2000-06-24  Christoph Bartelmus  <columbus@m320>
 
6329
2000-06-24  columbus  <columbus@hades.wilsonet.com>
5621
6330
 
5622
6331
        * daemons/receive.c: fix for unusual header
5623
6332
 
5624
 
2000-06-22  Christoph Bartelmus  <columbus@m320>
 
6333
2000-06-22  columbus  <columbus@hades.wilsonet.com>
5625
6334
 
5626
6335
        * configure.in, drivers/lirc_gpio/lirc_gpio_p.c, setup.sh:
5627
6336
        support for CPH03x TV cards (untested)
5628
6337
 
5629
6338
        * doc/html-source/install.html, setup.sh: UIR=Irman
5630
6339
 
5631
 
2000-06-18  Christoph Bartelmus  <columbus@m320>
 
6340
2000-06-18  columbus  <columbus@hades.wilsonet.com>
5632
6341
 
5633
6342
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, drivers/lirc_sir/lirc_sir.c:
5634
6343
        fixes for latest kernel,
5635
6344
        thanks to wollny for the patch
5636
6345
 
5637
 
2000-06-12  Christoph Bartelmus  <columbus@m320>
 
6346
2000-06-12  columbus  <columbus@hades.wilsonet.com>
5638
6347
 
5639
6348
        * configure.in, daemons/Makefile.am, daemons/hw_default.c, daemons/hw_default.h, daemons/receive.c, daemons/receive.h, daemons/serial.c, daemons/serial.h, daemons/transmit.c, daemons/transmit.h:
5640
6349
        internal change of code structure
5641
6350
 
5642
 
2000-06-11  Christoph Bartelmus  <columbus@m320>
 
6351
2000-06-11  columbus  <columbus@hades.wilsonet.com>
5643
6352
 
5644
6353
        * drivers/lirc_gpio/lirc_gpio_p.c, remotes/avermedia/lircd.conf.avermedia:
5645
6354
        AVerMedia config updates
5646
6355
 
5647
 
2000-06-02  Christoph Bartelmus  <columbus@m320>
 
6356
2000-06-02  columbus  <columbus@hades.wilsonet.com>
5648
6357
 
5649
6358
        * drivers/lirc_gpio/lirc_gpio_p.c, remotes/avermedia/lircd.conf.avermedia:
5650
6359
        now should work with TVCapture98 cards
5652
6361
        * drivers/lirc_dev/lirc_dev.c, drivers/lirc_parallel/lirc_parallel.c:
5653
6362
        some SMP fixes (thanks to Gert)
5654
6363
 
5655
 
2000-05-27  Christoph Bartelmus  <columbus@m320>
 
6364
2000-05-27  columbus  <columbus@hades.wilsonet.com>
5656
6365
 
5657
6366
        * setup.sh: chaged default for SOFT_CARRIER to enabled
5658
6367
 
5659
 
2000-05-22  Christoph Bartelmus  <columbus@m320>
 
6368
2000-05-22  columbus  <columbus@hades.wilsonet.com>
5660
6369
 
5661
6370
        * drivers/lirc_gpio/lirc_gpio_p.c:
5662
6371
        finally we get it right, TVPhone98 works
5663
6372
 
5664
 
2000-05-21  Christoph Bartelmus  <columbus@m320>
 
6373
2000-05-21  columbus  <columbus@hades.wilsonet.com>
5665
6374
 
5666
6375
        * drivers/lirc_gpio/lirc_gpio_p.c:
5667
6376
        you were right Artur, it could not be correct... :)
5668
6377
 
5669
 
2000-05-15  Christoph Bartelmus  <columbus@m320>
 
6378
2000-05-15  columbus  <columbus@hades.wilsonet.com>
5670
6379
 
5671
6380
        * doc/html-source/install.html: lirc_gpio_p doc updates
5672
6381
 
5673
 
2000-05-14  Christoph Bartelmus  <columbus@m320>
 
6382
2000-05-14  columbus  <columbus@hades.wilsonet.com>
5674
6383
 
5675
6384
        * doc/html-source/help.html: new mailing list
5676
6385
 
5677
 
2000-05-11  Christoph Bartelmus  <columbus@m320>
 
6386
2000-05-11  columbus  <columbus@hades.wilsonet.com>
5678
6387
 
5679
6388
        * acconfig.h, daemons/lircd.c:
5680
6389
        lircd now creates pid lockfile in /var/run
5681
6390
 
5682
 
2000-05-10  Christoph Bartelmus  <columbus@m320>
 
6391
2000-05-10  columbus  <columbus@hades.wilsonet.com>
5683
6392
 
5684
6393
        * drivers/lirc_gpio/lirc_gpio_p.c: code clean-ups (Artur)
5685
6394
 
5686
 
2000-05-06  Christoph Bartelmus  <columbus@m320>
 
6395
2000-05-06  columbus  <columbus@hades.wilsonet.com>
5687
6396
 
5688
6397
        * configure.in, daemons/hw_default.c, daemons/hw_default.h, drivers/lirc_gpio/lirc_gpio_p.c, remotes/avermedia/lircd.conf.avermedia, remotes/avermedia/lircmd.conf.avermedia:
5689
6398
        changes to make AverMedia TVCapture98 work with the correct config file
5690
6399
 
5691
 
2000-05-05  Christoph Bartelmus  <columbus@m320>
 
6400
2000-05-05  columbus  <columbus@hades.wilsonet.com>
5692
6401
 
5693
6402
        * doc/html-source/install.html, doc/html-source/technical.html, drivers/lirc_gpio/lirc_gpio_p.c:
5694
6403
        changed algorithm of get_key() to allow AVerMedia support
5696
6405
        * drivers/lirc_dev/lirc_dev.c:
5697
6406
        changed order of devfs registration (Artur)
5698
6407
 
5699
 
2000-05-04  Christoph Bartelmus  <columbus@m320>
 
6408
2000-05-04  columbus  <columbus@hades.wilsonet.com>
5700
6409
 
5701
6410
        * drivers/lirc_dev/lirc_dev.c: added include for smp_lock.h
5702
6411
 
5703
 
2000-05-03  Christoph Bartelmus  <columbus@m320>
 
6412
2000-05-03  columbus  <columbus@hades.wilsonet.com>
5704
6413
 
5705
6414
        * daemons/lircd.c, daemons/lircd.h, daemons/lircmd.c, doc/html-source/programs.html:
5706
6415
        added --permission option,
5711
6420
 
5712
6421
        * configure.in: removed superfluous =
5713
6422
 
5714
 
2000-04-29  Christoph Bartelmus  <columbus@m320>
 
6423
2000-04-29  columbus  <columbus@hades.wilsonet.com>
5715
6424
 
5716
6425
        * acconfig.h, acinclude.m4, configure.in, drivers/lirc_dev/lirc_dev.c:
5717
6426
        added devfs support to lirc_dev,
5722
6431
 
5723
6432
        * daemons/irrecord.c: added some maintainer-only functions
5724
6433
 
5725
 
2000-04-24  Christoph Bartelmus  <columbus@m320>
 
6434
2000-04-24  columbus  <columbus@hades.wilsonet.com>
5726
6435
 
5727
6436
        * NEWS, daemons/config_file.c, daemons/config_file.h, daemons/dump_config.c, daemons/hw_default.c, daemons/ir_remote.h, drivers/lirc.h, drivers/lirc_serial/lirc_serial.c:
5728
6437
        added duty_cycle option to lircd.conf
5729
6438
 
5730
6439
        * setup.sh: sorry guys, setup.sh was broken
5731
6440
 
5732
 
2000-04-19  Christoph Bartelmus  <columbus@m320>
 
6441
2000-04-19  columbus  <columbus@hades.wilsonet.com>
5733
6442
 
5734
6443
        * daemons/irrecord.c: making things idiot proof, my fault ;-)
5735
6444
 
5736
 
2000-04-18  Christoph Bartelmus  <columbus@m320>
 
6445
2000-04-18  columbus  <columbus@hades.wilsonet.com>
5737
6446
 
5738
6447
        * acconfig.h, configure.in, setup.sh:
5739
6448
        removed old (buggy) Hauppauge driver
5744
6453
        * doc/html-source/programs.html:
5745
6454
        added pointer to remote control section
5746
6455
 
5747
 
2000-04-17  Christoph Bartelmus  <columbus@m320>
 
6456
2000-04-17  columbus  <columbus@hades.wilsonet.com>
5748
6457
 
5749
6458
        * TODO, daemons/irrecord.c: is this clear enough ?
5750
6459
 
5751
6460
        * daemons/lircd.c: SIGHUP does again what it should
5752
6461
 
5753
 
2000-04-15  Christoph Bartelmus  <columbus@m320>
 
6462
2000-04-15  columbus  <columbus@hades.wilsonet.com>
5754
6463
 
5755
6464
        * TODO, daemons/lircd.c, daemons/lircd.h, daemons/lircmd.c:
5756
6465
        implemented proper signal handlers
5757
6466
 
5758
 
2000-04-13  Christoph Bartelmus  <columbus@m320>
 
6467
2000-04-13  columbus  <columbus@hades.wilsonet.com>
5759
6468
 
5760
6469
        * remotes/pixelview/lircmd.conf.playtv_pro, configure.in:
5761
6470
        added lircmd config file for PixelView PlayTV pro cards
5762
6471
 
5763
 
2000-04-11  Christoph Bartelmus  <columbus@m320>
 
6472
2000-04-11  columbus  <columbus@hades.wilsonet.com>
5764
6473
 
5765
6474
        * TODO, configure.in, daemons/Makefile.am: daemon(), where are you?
5766
6475
 
5773
6482
        * drivers/lirc_dev/lirc_dev.c:
5774
6483
        fixed compatibility bug with DECLARE_WAITQUEUE definition (required for 2.3.x kernels)
5775
6484
 
5776
 
2000-04-06  Christoph Bartelmus  <columbus@m320>
 
6485
2000-04-06  columbus  <columbus@hades.wilsonet.com>
5777
6486
 
5778
6487
        * drivers/lirc_gpio/Makefile.am:
5779
6488
        now automake uses top_module variable to find which module is valid
5790
6499
        * configure.in:
5791
6500
        added a top_module variable which is used in lirc_gpio directory for decision which module (lirc_gpio_p or lirc_gpio_i) to use
5792
6501
 
5793
 
2000-04-02  Christoph Bartelmus  <columbus@m320>
 
6502
2000-04-02  columbus  <columbus@hades.wilsonet.com>
5794
6503
 
5795
6504
        * drivers/lirc_serial/lirc_serial.c: fixes for 2.3.x
5796
6505
 
5809
6518
        * ANNOUNCE, NEWS, doc/html-source/foot.html, doc/html-source/head1.html, doc/html-source/head2.html, doc/html-source/help.html:
5810
6519
        releasing lirc-0.6.0
5811
6520
 
5812
 
2000-04-01  Christoph Bartelmus  <columbus@m320>
 
6521
2000-04-01  columbus  <columbus@hades.wilsonet.com>
5813
6522
 
5814
6523
        * setup.sh: last pre release
5815
6524
 
5816
 
2000-03-30  Christoph Bartelmus  <columbus@m320>
 
6525
2000-03-30  columbus  <columbus@hades.wilsonet.com>
5817
6526
 
5818
6527
        * Makefile.am, TODO, configure.in, setup.sh:
5819
6528
        probably broke configuration <g>
5820
6529
 
5821
 
2000-03-27  Christoph Bartelmus  <columbus@m320>
 
6530
2000-03-27  columbus  <columbus@hades.wilsonet.com>
5822
6531
 
5823
6532
        * doc/Makefile.am, doc/html-source/doc.html, doc/html-source/foot.html, doc/html-source/programs.html, doc/irxevent.keys:
5824
6533
        done
5825
6534
 
5826
 
2000-03-25  Christoph Bartelmus  <columbus@m320>
 
6535
2000-03-25  columbus  <columbus@hades.wilsonet.com>
5827
6536
 
5828
6537
        * ChangeLog: oops, don't need any ChangeLog in CVS
5829
6538
 
5839
6548
        * tools/irpty.c:
5840
6549
        found some bugs while trying to understand what this program does
5841
6550
 
5842
 
2000-03-24  Christoph Bartelmus  <columbus@m320>
 
6551
2000-03-24  columbus  <columbus@hades.wilsonet.com>
5843
6552
 
5844
6553
        * doc/html-source/install.html, doc/html-source/programs.html, doc/html-source/technical.html:
5845
6554
        final spurt
5846
6555
 
5847
6556
        * doc/html-source/install.html: compile kernel serial support as module
5848
6557
 
5849
 
2000-03-23  Christoph Bartelmus  <columbus@m320>
 
6558
2000-03-23  columbus  <columbus@hades.wilsonet.com>
5850
6559
 
5851
6560
        * NEWS, TODO, drivers/lirc_serial/lirc_serial.c:
5852
6561
        SMP support, fixed many minor implementation drawbacks
5853
6562
 
5854
6563
        * drivers/lirc_parallel/lirc_parallel.c: fixed minor flaw
5855
6564
 
5856
 
2000-03-21  Christoph Bartelmus  <columbus@m320>
 
6565
2000-03-21  columbus  <columbus@hades.wilsonet.com>
5857
6566
 
5858
6567
        * TODO, daemons/lircd.c, daemons/lircmd.c:
5859
6568
        finally fixed daemonize code (I hope)
5860
6569
 
5861
 
2000-03-18  Christoph Bartelmus  <columbus@m320>
 
6570
2000-03-18  columbus  <columbus@hades.wilsonet.com>
5862
6571
 
5863
6572
        * setup.sh: made clear serial port requirements
5864
6573
 
5865
 
2000-03-16  Christoph Bartelmus  <columbus@m320>
 
6574
2000-03-16  columbus  <columbus@hades.wilsonet.com>
5866
6575
 
5867
6576
        * daemons/hw_default.c, doc/html-source/install.html, tools/xmode2.c:
5868
6577
        some small fixes
5869
6578
 
5870
 
2000-03-14  Christoph Bartelmus  <columbus@m320>
 
6579
2000-03-14  columbus  <columbus@hades.wilsonet.com>
5871
6580
 
5872
6581
        * doc/html-source/help.html, doc/html-source/install.html, doc/html-source/configure.html, doc/html-source/doc.html, doc/html-source/foot.html:
5873
6582
        only section 3 missing
5874
6583
 
5875
 
2000-03-12  Christoph Bartelmus  <columbus@m320>
 
6584
2000-03-12  columbus  <columbus@hades.wilsonet.com>
5876
6585
 
5877
6586
        * configure.in: better use some default values than :
5878
6587
 
5879
 
2000-03-10  Christoph Bartelmus  <columbus@m320>
 
6588
2000-03-10  columbus  <columbus@hades.wilsonet.com>
5880
6589
 
5881
6590
        * drivers/Makefile.am: removed Hauppauge driver too early
5882
6591
 
5883
 
2000-03-09  Christoph Bartelmus  <columbus@m320>
 
6592
2000-03-09  columbus  <columbus@hades.wilsonet.com>
5884
6593
 
5885
6594
        * drivers/lirc_sir/.cvsignore: fixed file name
5886
6595
 
5890
6599
        * doc/html-source/configure.html, doc/html-source/doc.html, doc/html-source/install.html, doc/html-source/technical.html:
5891
6600
        doc 75% ready
5892
6601
 
5893
 
2000-03-07  Christoph Bartelmus  <columbus@m320>
 
6602
2000-03-07  columbus  <columbus@hades.wilsonet.com>
5894
6603
 
5895
6604
        * doc/html-source/doc.html, doc/html-source/install.html, doc/html-source/configure.html:
5896
6605
        documentation starts becoming useful
5897
6606
 
5898
 
2000-03-03  Christoph Bartelmus  <columbus@m320>
 
6607
2000-03-03  columbus  <columbus@hades.wilsonet.com>
5899
6608
 
5900
6609
        * AUTHORS, NEWS, TODO, configure.in, drivers/Makefile.am, drivers/lirc_sir/.cvsignore, drivers/lirc_sir/Makefile.am, drivers/lirc_sir/lirc_sir.c, setup.sh:
5901
6610
        added SIR IrDA driver from Milan Pikula
5902
6611
 
5903
 
2000-03-02  Christoph Bartelmus  <columbus@m320>
 
6612
2000-03-02  columbus  <columbus@hades.wilsonet.com>
5904
6613
 
5905
6614
        * tools/lirc_client.c:
5906
6615
        fixed some more init problems (again thanks to Crispin Flowerday)
5907
6616
 
5908
 
2000-02-19  Christoph Bartelmus  <columbus@m320>
 
6617
2000-02-19  columbus  <columbus@hades.wilsonet.com>
5909
6618
 
5910
6619
        * tools/lirc_client.c:
5911
6620
        fixed reinit problem (thanks to Crispin Flowerday for the hint)
5912
6621
 
5913
 
2000-02-12  Christoph Bartelmus  <columbus@m320>
 
6622
2000-02-12  columbus  <columbus@hades.wilsonet.com>
5914
6623
 
5915
6624
        * daemons/lircmd.c: release buttons when deactivated
5916
6625
 
5918
6627
        added Hauppauge driver that uses new I2C layer,
5919
6628
        thanks to Tom Lees for the port to the new layer
5920
6629
 
5921
 
2000-02-07  Christoph Bartelmus  <columbus@m320>
 
6630
2000-02-07  columbus  <columbus@hades.wilsonet.com>
5922
6631
 
5923
6632
        * remotes/pixelview/lircd.conf.remotemaster, remotes/pixelview/lircmd.conf.remotemaster:
5924
6633
        added config file for lircmd
5925
6634
 
5926
 
2000-02-05  Christoph Bartelmus  <columbus@m320>
 
6635
2000-02-05  columbus  <columbus@hades.wilsonet.com>
5927
6636
 
5928
6637
        * drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c:
5929
6638
        corrected EINTR semantics
5931
6640
        * daemons/hw_pixelview.c, remotes/pixelview/lircd.conf.remotemaster:
5932
6641
        PixelView RemoteMaster 2000 should work now
5933
6642
 
5934
 
2000-02-02  Christoph Bartelmus  <columbus@m320>
 
6643
2000-02-02  columbus  <columbus@hades.wilsonet.com>
5935
6644
 
5936
6645
        * doc/html-source/technical.html, tools/irexec.c, tools/irpty.c, tools/irxevent.c, tools/lirc_client.c, tools/lirc_client.h:
5937
6646
        cleaned up library interface
5940
6649
 
5941
6650
        * acconfig.h: fixed --disable-long-codes
5942
6651
 
5943
 
2000-01-24  Christoph Bartelmus  <columbus@m320>
 
6652
2000-01-24  columbus  <columbus@hades.wilsonet.com>
5944
6653
 
5945
6654
        * daemons/irrecord.c: minor fixes
5946
6655
 
5947
6656
        * remotes/README: pointer to remotes
5948
6657
 
5949
 
2000-01-23  Christoph Bartelmus  <columbus@m320>
 
6658
2000-01-23  columbus  <columbus@hades.wilsonet.com>
5950
6659
 
5951
6660
        * daemons/lircd.c: minor protocol bug fixed
5952
6661
 
5953
 
2000-01-20  Christoph Bartelmus  <columbus@m320>
 
6662
2000-01-20  columbus  <columbus@hades.wilsonet.com>
5954
6663
 
5955
6664
        * Makefile.am: remove CVS traces from distribution
5956
6665
 
5957
 
2000-01-18  Christoph Bartelmus  <columbus@m320>
 
6666
2000-01-18  columbus  <columbus@hades.wilsonet.com>
5958
6667
 
5959
6668
        * configure.in, remotes/logitech/lircd.conf.logitech, remotes/logitech/lircmd.conf.logitech:
5960
6669
        added config files for Logitech receiver
5961
6670
 
5962
 
1999-12-12  Christoph Bartelmus  <columbus@m320>
 
6671
1999-12-12  columbus  <columbus@hades.wilsonet.com>
5963
6672
 
5964
6673
        * doc/html-source/help.html, doc/html-source/technical.html:
5965
6674
        some more docs
5966
6675
 
5967
 
1999-11-22  Christoph Bartelmus  <columbus@m320>
 
6676
1999-11-22  columbus  <columbus@hades.wilsonet.com>
5968
6677
 
5969
6678
        * doc/html-source/doc.html, doc/html-source/help.html, doc/html-source/technical.html:
5970
6679
        some more docs
5972
6681
        * drivers/lirc_serial/lirc_serial.c:
5973
6682
        removed autodetection failure warning
5974
6683
 
5975
 
1999-11-07  Christoph Bartelmus  <columbus@m320>
 
6684
1999-11-07  columbus  <columbus@hades.wilsonet.com>
5976
6685
 
5977
6686
        * daemons/lircd.c, daemons/lircmd.c:
5978
6687
        glibc-2.1 seems to choke on fclose(stdin), hmm...
5980
6689
        * doc/html-source/doc.html, doc/html-source/foot.html, doc/html-source/help.html, doc/html-source/technical.html:
5981
6690
        updated docs
5982
6691
 
5983
 
1999-10-27  Christoph Bartelmus  <columbus@m320>
 
6692
1999-10-27  columbus  <columbus@hades.wilsonet.com>
5984
6693
 
5985
6694
        * configure.in: fixed check for libirman
5986
6695
 
5987
 
1999-10-18  Christoph Bartelmus  <columbus@m320>
 
6696
1999-10-18  columbus  <columbus@hades.wilsonet.com>
5988
6697
 
5989
6698
        * daemons/.cvsignore: added .libs
5990
6699
 
5997
6706
        * tools/mode2.c, tools/smode2.c, tools/xmode2.c:
5998
6707
        more understandable error message
5999
6708
 
6000
 
1999-10-14  Christoph Bartelmus  <columbus@m320>
 
6709
1999-10-14  columbus  <columbus@hades.wilsonet.com>
6001
6710
 
6002
6711
        * doc/html-source/doc.html, doc/html-source/help.html: doc updates
6003
6712
 
6004
6713
        * daemons/irrecord.c: fixed problem with seldom protocol (untested)
6005
6714
 
6006
 
1999-10-09  Christoph Bartelmus  <columbus@m320>
 
6715
1999-10-09  columbus  <columbus@hades.wilsonet.com>
6007
6716
 
6008
6717
        * .cvsignore, daemons/.cvsignore, doc/.cvsignore, tools/.cvsignore:
6009
6718
        updated some .cvsignore files
6010
6719
 
6011
 
1999-10-08  Christoph Bartelmus  <columbus@m320>
 
6720
1999-10-08  columbus  <columbus@hades.wilsonet.com>
6012
6721
 
6013
6722
        * daemons/Makefile.am: create /usr/local/etc/ if not present
6014
6723
 
6015
 
1999-09-28  Christoph Bartelmus  <columbus@m320>
 
6724
1999-09-28  columbus  <columbus@hades.wilsonet.com>
6016
6725
 
6017
6726
        * lirc-bttv-2.2.7.patch.gz: removed old patch
6018
6727
        fixed poll semantics
6019
6728
 
6020
 
1999-09-25  Christoph Bartelmus  <columbus@m320>
 
6729
1999-09-25  columbus  <columbus@hades.wilsonet.com>
6021
6730
 
6022
6731
        * tools/smode2.c: fixed typo
6023
6732
 
6024
 
1999-09-16  Christoph Bartelmus  <columbus@m320>
 
6733
1999-09-16  columbus  <columbus@hades.wilsonet.com>
6025
6734
 
6026
6735
        * doc/html-source/install.html: added updating infos
6027
6736
 
6028
 
1999-09-15  Christoph Bartelmus  <columbus@m320>
 
6737
1999-09-15  columbus  <columbus@hades.wilsonet.com>
6029
6738
 
6030
6739
        * tools/mode2.c, tools/smode2.c, tools/xmode2.c:
6031
6740
        allow only MODE2 drivers
6032
6741
 
6033
 
1999-09-13  Christoph Bartelmus  <columbus@m320>
 
6742
1999-09-13  columbus  <columbus@hades.wilsonet.com>
6034
6743
 
6035
6744
        * ANNOUNCE, INSTALL, README, doc/html-source/doc.html, doc/html-source/foot.html, doc/html-source/programs.html:
6036
6745
        writing docs...
6041
6750
        * TODO, configure.in, contrib/lircd.conf, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, tools/Makefile.am, tools/irexec.c, tools/irpty.c, tools/irw.c, tools/irxevent.c, tools/lirc_client.c, tools/lirc_client.h, tools/mode2.c, ANNOUNCE, AUTHORS, Makefile.am, NEWS:
6042
6751
        moved lirc_client into a library
6043
6752
 
6044
 
1999-09-12  Christoph Bartelmus  <columbus@m320>
 
6753
1999-09-12  columbus  <columbus@hades.wilsonet.com>
6045
6754
 
6046
6755
        * NEWS, TODO, daemons/irrecord.c, setup.sh:
6047
6756
        changes not worth mentioning
6048
6757
 
6049
 
1999-09-07  Christoph Bartelmus  <columbus@m320>
 
6758
1999-09-07  columbus  <columbus@hades.wilsonet.com>
6050
6759
 
6051
6760
        * configure.in, tools/irxevent.c:
6052
6761
        merged with irxevent-0.5.0 with small modifications
6053
6762
 
6054
 
1999-09-06  Christoph Bartelmus  <columbus@m320>
 
6763
1999-09-06  columbus  <columbus@hades.wilsonet.com>
6055
6764
 
6056
6765
        * NEWS, TODO, configure.in, daemons/Makefile.am, daemons/hw_irman.c, daemons/hw_irman.h, daemons/hw_logitech.c, daemons/hw_logitech.h, daemons/hw_pixelview.c, daemons/hw_pixelview.h, daemons/ir_remote.c, daemons/ir_remote.h, daemons/irrecord.c, daemons/serial.c, drivers/Makefile.am:
6057
6766
        removed lirmand,
6058
6767
        added support of shift encoded remotes to irrecord
6059
6768
 
6060
 
1999-09-02  Christoph Bartelmus  <columbus@m320>
 
6769
1999-09-02  columbus  <columbus@hades.wilsonet.com>
6061
6770
 
6062
6771
        * daemons/config_file.c, daemons/config_file.h, daemons/dump_config.c, daemons/dump_config.h, daemons/hardware.h, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_logitech.c, daemons/hw_logitech.h, daemons/hw_pixelview.c, daemons/hw_pixelview.h, daemons/ir_remote.c, daemons/ir_remote.h, daemons/irrecord.c, drivers/Makefile.am, drivers/lirc.h, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, tools/mode2.c, tools/smode2.c, tools/xmode2.c:
6063
6772
        changed type of all signal related data to lirc_t,
6064
6773
        this should fix incompatibilities with Alphas
6065
6774
 
6066
 
1999-08-30  Christoph Bartelmus  <columbus@m320>
 
6775
1999-08-30  columbus  <columbus@hades.wilsonet.com>
6067
6776
 
6068
6777
        * daemons/irrecord.c: implemented repeat code support,
6069
6778
        thanks to Joachim Groh for suggestions
6070
6779
 
6071
 
1999-08-25  Christoph Bartelmus  <columbus@m320>
 
6780
1999-08-25  columbus  <columbus@hades.wilsonet.com>
6072
6781
 
6073
6782
        * tools/xmode2.c: fixed typos
6074
6783
 
6075
 
1999-08-24  Christoph Bartelmus  <columbus@m320>
 
6784
1999-08-24  columbus  <columbus@hades.wilsonet.com>
6076
6785
 
6077
6786
        * tools/xmode2.c: uploaded new version from Heinrich Langos,
6078
6787
        modified it a bit on occation
6079
6788
 
6080
 
1999-08-18  Christoph Bartelmus  <columbus@m320>
 
6789
1999-08-18  columbus  <columbus@hades.wilsonet.com>
6081
6790
 
6082
6791
        * daemons/lircd.c: added debug option
6083
6792
 
6084
 
1999-08-15  Christoph Bartelmus  <columbus@m320>
 
6793
1999-08-15  columbus  <columbus@hades.wilsonet.com>
6085
6794
 
6086
6795
        * daemons/hw_default.c: improved sync
6087
6796
 
6088
 
1999-08-13  Christoph Bartelmus  <columbus@m320>
 
6797
1999-08-13  columbus  <columbus@hades.wilsonet.com>
6089
6798
 
6090
6799
        * daemons/hw_logitech.c, daemons/hw_pixelview.c, daemons/irrecord.c:
6091
6800
        further improved irrecord
6095
6804
        * daemons/hw_default.c, drivers/lirc_serial/lirc_serial.c:
6096
6805
        moved noise filter to device driver
6097
6806
 
6098
 
1999-08-12  Christoph Bartelmus  <columbus@m320>
 
6807
1999-08-12  columbus  <columbus@hades.wilsonet.com>
6099
6808
 
6100
6809
        * configure.in, daemons/hw_logitech.c, daemons/hw_logitech.h, setup.sh:
6101
6810
        added support of Logitech/AST receiver
6108
6817
 
6109
6818
        * daemons/hw_default.c: added noise filter
6110
6819
 
6111
 
1999-08-07  denis  <denis@m320>
 
6820
1999-08-07  denis  <denis@hades.wilsonet.com>
6112
6821
 
6113
6822
        * setup.sh:
6114
6823
        Fixed tiny mistake with AverMadia
6115
6824
 
6116
 
1999-08-06  Christoph Bartelmus  <columbus@m320>
 
6825
1999-08-06  columbus  <columbus@hades.wilsonet.com>
6117
6826
 
6118
6827
        * acconfig.h, configure.in, daemons/Makefile.am, drivers/lirc_serial/lirc_serial.c, setup.sh:
6119
6828
        automatic install of config files
6120
6829
        receiver only support in lirc_serial
6121
6830
 
6122
 
1999-08-04  Christoph Bartelmus  <columbus@m320>
 
6831
1999-08-04  columbus  <columbus@hades.wilsonet.com>
6123
6832
 
6124
6833
        * daemons/lircmd.c, drivers/Makefile.am, remotes/pixelview/lircd.conf.playtv, setup.sh, configure.in:
6125
6834
        added Nathan Hand's patch for Pixelview TV cards
6126
6835
 
6127
 
1999-08-03  Christoph Bartelmus  <columbus@m320>
 
6836
1999-08-03  columbus  <columbus@hades.wilsonet.com>
6128
6837
 
6129
6838
        * .cvsignore, daemons/.cvsignore, drivers/.cvsignore, drivers/lirc_parallel/.cvsignore, drivers/lirc_serial/.cvsignore, tools/.cvsignore:
6130
6839
        added .cvsignore files
6141
6850
        * remotes/avermedia/lircd.conf.avermedia, remotes/avermedia/lircmd.conf.avermedia, remotes/life-view/lircd.conf.fly98, remotes/life-view/lircmd.conf.fly98:
6142
6851
        adjusted config files to use new features
6143
6852
 
6144
 
1999-08-03  jochym  <jochym@m320>
 
6853
1999-08-03  jochym  <jochym@hades.wilsonet.com>
6145
6854
 
6146
6855
        * README, remotes/life-view/lircd.conf.fly98, remotes/life-view/lircmd.conf.fly98, remotes/life-view/lircrc.fly98:
6147
6856
        Small additional rearangements
6148
6857
 
6149
 
1999-08-02  Christoph Bartelmus  <columbus@m320>
 
6858
1999-08-02  columbus  <columbus@hades.wilsonet.com>
6150
6859
 
6151
6860
        * daemons/config_file.c, daemons/hardware.h, daemons/hw_default.c, daemons/hw_default.h, daemons/hw_pixelview.c, daemons/hw_pixelview.h, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, daemons/lircd.h, daemons/serial.c, daemons/serial.h, drivers/Makefile.am, tools/Makefile.am, acconfig.h, configure.in, daemons/Makefile.am, setup.sh:
6152
6861
        reorganisation of lircd's code
6159
6868
        * drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am:
6160
6869
        added config.h to dependencies
6161
6870
 
6162
 
1999-08-02  jochym  <jochym@m320>
 
6871
1999-08-02  jochym  <jochym@hades.wilsonet.com>
6163
6872
 
6164
6873
        * README:
6165
6874
        Finally a working setup. Further clean-up of the kernel patch (got it
6167
6876
        Lock-up in the bttv caused by wrong initialization order removed.
6168
6877
        External bttv patch not fully tested yet. Internal version 0.1. BETA.
6169
6878
 
6170
 
1999-07-30  Christoph Bartelmus  <columbus@m320>
 
6879
1999-07-30  columbus  <columbus@hades.wilsonet.com>
6171
6880
 
6172
6881
        * contrib/lirc.m4: m4 macros to check for LIRC support
6173
6882
 
6174
6883
        * acinclude.m4, configure.in, drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am:
6175
6884
        further changes for kernel Makefile usage
6176
6885
 
6177
 
1999-07-27  Christoph Bartelmus  <columbus@m320>
 
6886
1999-07-27  columbus  <columbus@hades.wilsonet.com>
6178
6887
 
6179
6888
        * daemons/ir_remote.c:
6180
6889
        bug-fix for LIRC_MODE_CODE and LIRC_MODE_LIRCCODE,
6186
6895
 
6187
6896
        * acinclude.m4: additional m4 macros
6188
6897
 
6189
 
1999-07-27  jochym  <jochym@m320>
 
6898
1999-07-27  jochym  <jochym@hades.wilsonet.com>
6190
6899
 
6191
6900
        * README: Note for FlyVideo98 added
6192
6901
 
6193
 
1999-07-24  Christoph Bartelmus  <columbus@m320>
 
6902
1999-07-24  columbus  <columbus@hades.wilsonet.com>
6194
6903
 
6195
6904
        * drivers/lirc_serial/lirc_serial.c:
6196
6905
        fixes for 2.3.x kernels (thanks to Adam Fritzler for the patch),disabled interrupts during transmission
6197
6906
 
6198
 
1999-07-21  Christoph Bartelmus  <columbus@m320>
 
6907
1999-07-21  columbus  <columbus@hades.wilsonet.com>
6199
6908
 
6200
6909
        * Makefile.am, NEWS, daemons/ir_remote.c, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_parallel/lirc_parallel.h:
6201
6910
        several small changes
6202
6911
 
6203
 
1999-07-08  Christoph Bartelmus  <columbus@m320>
 
6912
1999-07-08  columbus  <columbus@hades.wilsonet.com>
6204
6913
 
6205
6914
        * Makefile.am: added setup.sh
6206
6915
        added rcs2log call for 'make dist'
6209
6918
 
6210
6919
        * tools/irrecord.c: added debug code
6211
6920
 
6212
 
1999-06-29  nic  <nic@m320>
 
6921
1999-06-29  nic  <nic@hades.wilsonet.com>
6213
6922
 
6214
6923
        * setup.sh: *** empty log message ***
6215
6924
 
6216
 
1999-06-21  Christoph Bartelmus  <columbus@m320>
 
6925
1999-06-21  columbus  <columbus@hades.wilsonet.com>
6217
6926
 
6218
6927
        * daemons/config_file.c, daemons/dump_config.c, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.h, tools/irrecord.c:
6219
6928
        support for different modulation frequencies (currently transmission only)
6221
6930
        * daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c:
6222
6931
        send_command() returns errors
6223
6932
 
6224
 
1999-06-19  Christoph Bartelmus  <columbus@m320>
 
6933
1999-06-19  columbus  <columbus@hades.wilsonet.com>
6225
6934
 
6226
6935
        * NEWS, tools/lirc_client.c, tools/lirc_client.h:
6227
6936
        added new feature to .lircrc config file
6228
6937
 
6229
 
1999-06-14  denis  <denis@m320>
 
6938
1999-06-14  denis  <denis@hades.wilsonet.com>
6230
6939
 
6231
6940
        * drivers/lirc_serial/Makefile.am, drivers/lirc_parallel/Makefile.am:
6232
6941
        module_SCRIPTS changed to module_DATA.
6237
6946
 
6238
6947
        * contrib/lirc.redhat: RedHat 5.x init script
6239
6948
 
6240
 
1999-06-11  Christoph Bartelmus  <columbus@m320>
 
6949
1999-06-11  columbus  <columbus@hades.wilsonet.com>
6241
6950
 
6242
6951
        * tools/lirc_client.c: potential memory leak fixed
6243
6952
 
6244
 
1999-06-08  denis  <denis@m320>
 
6953
1999-06-08  denis  <denis@hades.wilsonet.com>
6245
6954
 
6246
6955
        * remotes/avermedia/lircd.conf.avermedia:
6247
6956
        Support for new 8-bit LIRC_MODE_CODE mode added.
6251
6960
        Fixed return value from ${withval} to ${enableval} after AC_ARG_ENABLE.
6252
6961
        Commented out SHELL redefinition.
6253
6962
 
6254
 
1999-05-28  Christoph Bartelmus  <columbus@m320>
 
6963
1999-05-28  columbus  <columbus@hades.wilsonet.com>
6255
6964
 
6256
6965
        * daemons/lircd.c: lircd could be blocked by applications
6257
6966
 
6258
 
1999-05-15  Christoph Bartelmus  <columbus@m320>
 
6967
1999-05-15  columbus  <columbus@hades.wilsonet.com>
6259
6968
 
6260
6969
        * daemons/Makefile.am, daemons/ir_remote.c: added maintainer mode
6261
6970
 
6262
 
1999-05-14  wheeley  <wheeley@m320>
 
6971
1999-05-14  wheeley  <wheeley@hades.wilsonet.com>
6263
6972
 
6264
6973
        * drivers/Makefile.am: added lirc.h to distribution
6265
6974
 
6266
6975
        * acconfig.h, configure.in, daemons/Makefile.am, daemons/lircd.c:
6267
6976
        added maintainer mode
6268
6977
 
6269
 
1999-05-10  Christoph Bartelmus  <columbus@m320>
 
6978
1999-05-10  columbus  <columbus@hades.wilsonet.com>
6270
6979
 
6271
6980
        * drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c:
6272
6981
        now works with 2.0.x kernels
6273
6982
 
6274
 
1999-05-07  Christoph Bartelmus  <columbus@m320>
 
6983
1999-05-07  columbus  <columbus@hades.wilsonet.com>
6275
6984
 
6276
6985
        * tools/Makefile.am, tools/mode2.c: added mode2, I need it
6277
6986
 
6278
6987
        * tools/irrecord.c: added some debug code
6279
6988
 
6280
 
1999-05-06  wheeley  <wheeley@m320>
 
6989
1999-05-06  wheeley  <wheeley@hades.wilsonet.com>
6281
6990
 
6282
6991
        * autogen.sh: added to repository
6283
6992
 
6284
 
1999-05-06  Christoph Bartelmus  <columbus@m320>
 
6993
1999-05-06  columbus  <columbus@hades.wilsonet.com>
6285
6994
 
6286
6995
        * daemons/lircd.c, daemons/lircmd.c:
6287
6996
        added config-file argument to daemons' command line
6288
6997
 
6289
 
1999-05-05  Christoph Bartelmus  <columbus@m320>
 
6998
1999-05-05  columbus  <columbus@hades.wilsonet.com>
6290
6999
 
6291
7000
        * daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, daemons/lircd.h, drivers/lirc.h, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_serial/lirc_serial.c, tools/irrecord.c:
6292
7001
        added new ioctl interface to lircd, lirc_parallel, lirc_serial
6294
7003
        * drivers/lirc_parallel/Makefile.am, drivers/lirc_serial/Makefile.am:
6295
7004
        corrected mknod call
6296
7005
 
6297
 
1999-05-04  rggammon  <rggammon@m320>
 
7006
1999-05-04  rggammon  <rggammon@hades.wilsonet.com>
6298
7007
 
6299
7008
        * AUTHORS, configure.in, daemons/ir_remote.c, daemons/lircd.c, drivers/Makefile.am, drivers/lirc.h, lirc-bttv-2.2.7.patch.gz, remotes/avermedia/lircd.conf.avermedia, remotes/avermedia/lircmd.conf.avermedia:
6300
7009
        Added patches for Avermedia, Fly98, and Hauppague tv cards. These all need
6301
7010
        various degrees of work. Also includes an experimental ioctl interface for
6302
7011
        the avermedia driver.
6303
7012
 
6304
 
1999-05-03  Christoph Bartelmus  <columbus@m320>
 
7013
1999-05-03  columbus  <columbus@hades.wilsonet.com>
6305
7014
 
6306
7015
        * drivers/lirc_parallel/lirc_parallel.c:
6307
7016
        fixed stupid bug that has overwritten the control register
6308
7017
 
6309
 
1999-04-29  Christoph Bartelmus  <columbus@m320>
 
7018
1999-04-29  columbus  <columbus@hades.wilsonet.com>
6310
7019
 
6311
7020
        * ANNOUNCE, AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, TODO, acconfig.h, configure.in, contrib/irman2lirc, contrib/lirc.debian, contrib/lirc.suse, contrib/lircd.conf, contrib/lircmd.conf, contrib/lircrc, daemons/Makefile.am, daemons/config_file.c, daemons/config_file.h, daemons/dump_config.c, daemons/dump_config.h, daemons/ir_remote.c, daemons/ir_remote.h, daemons/lircd.c, daemons/lircd.h, daemons/lircmd.c, drivers/Makefile.am, drivers/lirc_parallel/Makefile.am, drivers/lirc_parallel/lirc_parallel.c, drivers/lirc_parallel/lirc_parallel.h, drivers/lirc_serial/Makefile.am, drivers/lirc_serial/lirc_serial.c, remotes/animax/lircd.conf.animax, remotes/animax/lircmd.conf.animax, remotes/hauppauge/lircd.conf.hauppauge, remotes/life-view/lircd.conf.FlyVideo_II, remotes/packard_bell/lircd.conf.packard_bell, tools/Makefile.am, tools/irexec.c, tools/irpty.c, tools/irrecord.c, tools/irw.c, tools/irxevent.c, tools/lirc_client.c, tools/lirc_client.h, tools/smode2.c, tools/xmode2.c:
6312
7021
        changed revision to reflect current lirc version