The backport patch v2.6.32_kfifo-patch collides with: http://patchwork.linuxtv.org/patch/9914/ Moreover, struct kfifo_rec_ptr_1 is not defined in 2.6.32, so we have to stay with the old buggy implementation. Signed-off-by: Gianluca Gennari <gennarone@xxxxxxxxx> --- backports/v2.6.32_kfifo.patch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backports/v2.6.32_kfifo.patch b/backports/v2.6.32_kfifo.patch index 10075b9..88a435a 100644 --- a/backports/v2.6.32_kfifo.patch +++ b/backports/v2.6.32_kfifo.patch @@ -14,7 +14,7 @@ struct list_head list; /* to keep track of raw clients */ struct task_struct *thread; spinlock_t lock; -- struct kfifo kfifo; /* fifo for the pulse/space durations */ +- struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */ + struct kfifo *kfifo; /* fifo for the pulse/space durations */ ktime_t last_event; /* when last event occurred */ enum raw_event_type last_type; /* last event type */ -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html