All of lore.kernel.org
 help / color / mirror / Atom feed
* Many fixes for in-kernel decoding + ENE driver
@ 2010-08-30  8:52 Maxim Levitsky
  2010-08-30  8:52 ` [PATCH 1/7] IR: plug races in handling threads Maxim Levitsky
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Maxim Levitsky @ 2010-08-30  8:52 UTC (permalink / raw)
  To: lirc-list
  Cc: Jarod Wilson, linux-input, linux-media, Mauro Carvalho Chehab,
	Christoph Bartelmus

Hi,

I did a lot of debug work on this, including a debug session with two users.
I was able to test and fix support for all features ene driver supports.

The patch #1 fixes a bug I introduced
The patch #2 fixes a nasty bug that crashes the system
The patch #3 fixes another small bug in my code
The patch #4 fixes a nasty but that appears as a stuck down forever key

The patch #5 adds a lot of bugfixes, refactoring and support for latest firmware
that without it driver dosn't work.
Driver is fully tested, and works.

in the patch #6 I finally decided to extend ir_raw_event, and encode additional
flags to it. This way I can signal the decoders about last space and yet not
show it up on lirc interface.
Timeout hangling is now moved in lirc bridge where it belongs.
While at it, I also added support for carrier report events,
and patch #6 adds that support to ene driver (tested too).

Best regards,
	Maxim Levitsky



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-09-02 22:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30  8:52 Many fixes for in-kernel decoding + ENE driver Maxim Levitsky
2010-08-30  8:52 ` [PATCH 1/7] IR: plug races in handling threads Maxim Levitsky
2010-08-30  8:52 ` [PATCH 2/7] IR: make sure we register input device when it safe to do so Maxim Levitsky
2010-08-30  8:52 ` [PATCH 3/7] IR: fix duty cycle capability Maxim Levitsky
2010-08-30  8:52 ` [PATCH 4/7] IR: fix keys beeing stuck down forever Maxim Levitsky
2010-08-30  8:52 ` [PATCH 5/7] ene_ir: updates Maxim Levitsky
2010-08-30  8:52 ` [PATCH 6/7] IR: extend ir_raw_event and do refactoring Maxim Levitsky
2010-09-02 20:56   ` David Härdeman
2010-09-02 20:56     ` David Härdeman
2010-09-02 21:20     ` Maxim Levitsky
2010-09-02 21:20       ` Maxim Levitsky
2010-09-02 22:32       ` David Härdeman
2010-09-02 22:32         ` David Härdeman
2010-08-30  8:52 ` [PATCH 7/7] ENE: add support for carrier reports Maxim Levitsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.