From: Stefan Richter Date: Sun, 16 Jan 2011 08:39:21 +0000 (-0300) Subject: [media] firedtv: fix remote control with newer Xorg evdev X-Git-Tag: v2.6.38-rc2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f37712f29868b393025aa28bee807b4d2783ea;p=pandora-kernel.git [media] firedtv: fix remote control with newer Xorg evdev 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 console did not have an issue with the FireDTV's RC though. The fix is to insert EV_SYN events after the key-down/-up events. Signed-off-by: Stefan Richter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed