diff -u lirc-0.8.4a/debian/changelog lirc-0.8.4a/debian/changelog --- lirc-0.8.4a/debian/changelog +++ lirc-0.8.4a/debian/changelog @@ -1,3 +1,9 @@ +lirc (0.8.4a-0ubuntu2~intrepid2~ppa1) intrepid; urgency=low + + * Fix compile issue in lirc_pvr150 (LP: #306346). + + -- Kenny Millington Sat, 28 Feb 2009 22:09:47 +0000 + lirc (0.8.4a-0ubuntu2~intrepid1) intrepid-backports; urgency=low * Automated backport upload; no source changes. diff -u lirc-0.8.4a/debian/patches/12_pvr150_transmit_support lirc-0.8.4a/debian/patches/12_pvr150_transmit_support --- lirc-0.8.4a/debian/patches/12_pvr150_transmit_support +++ lirc-0.8.4a/debian/patches/12_pvr150_transmit_support @@ -598,7 +598,7 @@ +#include +#include + -+#include ++#include + +#include "drivers/kcompat.h" +#include "drivers/lirc_dev/lirc_dev.h" @@ -1871,7 +1871,7 @@ + { + struct task_struct *p; + -+ p = find_task_by_pid(ir->tpid); ++ p = find_task_by_pid_ns(ir->tpid, &init_pid_ns); + wake_up_process(p); + } + complete(&tn2);