Re: [PATCH] firedtv: fix remote control with newer Xorg evdev

2011-01-17 Thread Dmitry Torokhov
Hi Stefan, On Sun, Jan 16, 2011 at 09:39:21AM +0100, Stefan Richter wrote: @@ -188,6 +189,7 @@ void fdtv_handle_rc(struct firedtv *fdtv return; } - input_report_key(fdtv-remote_ctrl_dev, code, 1); - input_report_key(fdtv-remote_ctrl_dev, code, 0); +

[PATCH] firedtv: fix remote control with newer Xorg evdev

2011-01-16 Thread Stefan Richter
After a recent update of xf86-input-evdev and xorg-server, I noticed that X11 applications did not receive keypresses from the FireDTV infrared remote control anymore. Instead, the Xorg log featured lots of FireDTV remote control: dropping event due to full queue! exclamations. The Linux