Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-11-19 Thread Andrew de Quincey
On Tuesday 03 October 2006 01:01, David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. They are based on the dvb-ir patchset by Darren Salt and the two budget-ci patches that I recently sent to the list

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-11-19 Thread Darren Salt
I demand that Andrew de Quincey may or may not have written... On Tuesday 03 October 2006 01:01, David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. [snip] Patches look good - however I think the mailer has

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-11-19 Thread Andrew de Quincey
On Sunday 19 November 2006 19:12, Darren Salt wrote: I demand that Andrew de Quincey may or may not have written... On Tuesday 03 October 2006 01:01, David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver.

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-20 Thread Oliver Endriss
David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. They are based on the dvb-ir patchset by Darren Salt and the two budget-ci patches that I recently sent to the list (meaning that they supercede patches 1

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread David Härdeman
On Tue, October 3, 2006 22:43, C.Y.M said: David Härdeman wrote: I'm sorry, but I don't quite follow...the ir driver for the av7110 uses the Linux input system (i.e. appears as a keyboard more or less), why use LIRC? Exactly what issues do you have? If I want to use Mythtv with the Nexus-S,

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread David Härdeman
On Wed, October 4, 2006 1:20, Oliver Endriss said: Torgeir Veimo wrote: Those double keypress issues are also present when using the linux input system, it's not LIRC dependent at all. ... Solution: The application must grab the input device for exclusive access. In other words: Get LIRC

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread David Härdeman
On Wed, October 4, 2006 10:44, Torgeir Veimo said: On 4 Oct 2006, at 08:35, David Härdeman wrote: The solution is simple, get rid of LIRC Well I run an application without X while taking input only using the linux input system, and I'm still having problems with multiple input when pressing

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread Oliver Endriss
David Härdeman wrote: On Wed, October 4, 2006 10:44, Torgeir Veimo said: On 4 Oct 2006, at 08:35, David Härdeman wrote: The solution is simple, get rid of LIRC Well I run an application without X while taking input only using the linux input system, and I'm still having problems with

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread David Härdeman
On Wed, October 4, 2006 12:53, Oliver Endriss said: David Härdeman wrote: On Wed, October 4, 2006 10:44, Torgeir Veimo said: Well I run an application without X while taking input only using the linux input system, and I'm still having problems with multiple input when pressing a single key.

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread Oliver Endriss
David Härdeman wrote: On Wed, October 4, 2006 1:20, Oliver Endriss said: Torgeir Veimo wrote: Those double keypress issues are also present when using the linux input system, it's not LIRC dependent at all. ... Solution: The application must grab the input device for exclusive access.

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread Torgeir Veimo
On 4 Oct 2006, at 11:53, Oliver Endriss wrote: Afaik the av7110 ir driver works correctly. I think it's in fact the cx88-input driver that is at fault. -- Torgeir Veimo [EMAIL PROTECTED] ___ linux-dvb mailing list linux-dvb@linuxtv.org

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread David Härdeman
On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches are successful, can they also be implemented into the regular nexus-s ir drivers too? Which

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread C.Y.M
David Härdeman wrote: On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches are successful, can they also be implemented into the regular nexus-s ir

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread Torgeir Veimo
On 3 Oct 2006, at 21:43, C.Y.M wrote: David Härdeman wrote: On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches are successful, can they also be

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread C.Y.M
David Härdeman wrote: On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches are successful, can they also be implemented into the regular nexus-s ir

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread Oliver Endriss
Torgeir Veimo wrote: On 3 Oct 2006, at 21:43, C.Y.M wrote: David Härdeman wrote: On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches

[linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-02 Thread David Härdeman
This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. They are based on the dvb-ir patchset by Darren Salt and the two budget-ci patches that I recently sent to the list (meaning that they supercede patches 1 - 6 from Darren's series

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-02 Thread C.Y.M
David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. They are based on the dvb-ir patchset by Darren Salt and the two budget-ci patches that I recently sent to the list (meaning that they supercede patches 1