[Pkg-lirc-maint] Bug#463388: lirc-modules-source: patches for 2.6.24

Vincent Crevot vcrevot at retroject.net
Thu Jan 31 10:32:09 UTC 2008


Package: lirc-modules-source
Version: 0.8.0-13
Severity: normal
Tags: patch



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages lirc-modules-source depends on:
ii  debconf [debconf-2.0]         1.5.19     Debian configuration management sy
ii  debhelper                     6.0.4      helper programs for debian/rules
ii  debianutils                   2.28.2     Miscellaneous utilities specific t
ii  ucf                           3.004      Update Configuration File: preserv

Versions of packages lirc-modules-source recommends:
ii  dpkg-dev                      1.14.16.6  package building tools for Debian
ii  gcc [c-compiler]              4:4.2.2-2  The GNU C compiler
ii  gcc-3.3 [c-compiler]          1:3.3.6-15 The GNU C compiler
ii  gcc-4.1 [c-compiler]          4.1.2-19   The GNU C compiler
ii  gcc-4.2 [c-compiler]          4.2.2-7    The GNU C compiler
pn  kernel-package                <none>     (no description available)
ii  make                          3.81-3     The GNU version of the "make" util

-- debconf information:
  lirc-modules-source/use_lirc_hints: true
  lirc-modules-source/parallel_irq: 7
* lirc-modules-source/do-build: false
  lirc-modules-source/parallel_timer: 65536
  lirc-modules-source/sir_type: Other
* lirc-modules-source/serial_softcarrier: false
  lirc-modules-source/kernel-source-not-found:
* lirc-modules-source/serial_transmitter: false
  lirc-modules-source/it87_type: Standard
  lirc-modules-source/not_needed:
* lirc-modules-source/serial_port: 0x3f8
* lirc-modules-source/drivers: serial
* lirc-modules-source/serial_irq: 4
* lirc-modules-source/serial_type: Other
  lirc-modules-source/kernel-source: /usr/src/linux/
  lirc-modules-source/sir_irq: 3
  lirc-modules-source/sir_port: 0x2f8
  lirc-modules-source/parallel_port: 0x378
* lirc-modules-source/what_next:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: my-lirc.patch
Type: text/x-c
Size: 2609 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-lirc-maint/attachments/20080131/c305c3f8/attachment.bin 
-------------- next part --------------
--- lirc_serial.c.ORIG  2007-12-14 22:13:40.000000000 +0200
+++ lirc_serial.c       2007-12-14 22:13:47.000000000 +0200
@@ -961,7 +961,7 @@
        do_gettimeofday(&lasttv);

        result = request_irq(irq, irq_handler,
-                          SA_INTERRUPT | (share_irq ? SA_SHIRQ:0),
+                          IRQF_DISABLED | (share_irq ? IRQF_SHARED :0),
                           LIRC_DRIVER_NAME, (void *)&hardware);

        switch (result) {


More information about the Pkg-lirc-maint mailing list