Re: [PATCH] V4L/DVB: cx88: Add module parameter to disable IR

2010-11-17 Thread Jeremy Kerr
Hi Mariusz, > AFAIK we have disable support in cx88: > http://git.linuxtv.org/media_tree.git?a=commit;h=89c3bc78075042ae1f4452687f > 626acce06b3b21 Ah, my bad - I was working off Linus' tree, and looks like that patch hasn't hit mainline yet. As an aside, that patch has a problem: the MODULE_PA

Re: [PATCH] V4L/DVB: cx88: Add module parameter to disable IR

2010-11-17 Thread Mariusz Białończyk
On 2010-11-18 07:43, Jeremy Kerr wrote: Currently, the cx88-input code unconditionally establishes an input device for IR events. On some cards, this sets up a hrtimer to poll the IR status frequently - I get around 200 wakeups per second from this polling, and don't use the IR ports. Although t

[PATCH] V4L/DVB: cx88: Add module parameter to disable IR

2010-11-17 Thread Jeremy Kerr
From: Jeremy Kerr Currently, the cx88-input code unconditionally establishes an input device for IR events. On some cards, this sets up a hrtimer to poll the IR status frequently - I get around 200 wakeups per second from this polling, and don't use the IR ports. Although the hrtimer is only run