Re: [PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-08-02 Thread Jarod Wilson
On Sun, Aug 01, 2010 at 10:11:01PM -0400, Andy Walls wrote: > On Sat, 2010-07-31 at 17:59 +0300, Maxim Levitsky wrote: ... > > struct ir_input_dev { > > @@ -69,9 +81,10 @@ struct ir_input_dev { > > char*driver_name; /* Name of the driver > > module */ > > str

Re: [PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-08-02 Thread Maxim Levitsky
On Sun, 2010-08-01 at 22:11 -0400, Andy Walls wrote: > On Sat, 2010-07-31 at 17:59 +0300, Maxim Levitsky wrote: > > Some ir input devices have small buffer, and interrupt the host > > each time it is full (or half full) > > > > Add a helper that automaticly handles timeouts, and also > > automati

Re: [PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-08-01 Thread Andy Walls
On Sat, 2010-07-31 at 17:59 +0300, Maxim Levitsky wrote: > Some ir input devices have small buffer, and interrupt the host > each time it is full (or half full) > > Add a helper that automaticly handles timeouts, and also > automaticly merges samples of same time (space-space) > Such samples might

[PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-07-31 Thread Maxim Levitsky
Some ir input devices have small buffer, and interrupt the host each time it is full (or half full) Add a helper that automaticly handles timeouts, and also automaticly merges samples of same time (space-space) Such samples might be placed by hardware because size of sample in the buffer is small

[PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-07-30 Thread Maxim Levitsky
Some ir input devices have small buffer, and interrupt the host each time it is full (or half full) Add a helper that automaticly handles timeouts, and also automaticly merges samples of same time (space-space) Such samples might be placed by hardware because size of sample in the buffer is small

[PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-07-29 Thread Maxim Levitsky
Some ir input devices have small buffer, and interrupt the host each time it is full (or half full) Add a helper that automaticly handles timeouts, and also automaticly merges samples of same time (space-space) Such samples might be placed by hardware because size of sample in the buffer is small