commit | 18718c96e3e10e6b821d32c50adde9fa5cc6565a | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Sun Feb 14 17:36:25 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:11:02 2010 -0300 |
tree | 4e4893c06e3af7ac41802c4d0a2d6e27a3b1b53f | |
parent | fdd70c3399fc448a87487b287f4f0dcfb2e9c52c [diff] |
V4L/DVB: V4L: dvb-usb, add extra sync to down-up input events Userspace is allowed to coalesce events between SYNCs. And since the code emits UP right after DOWN for the same key, it may be missed (up+down=nothing). Add an extra sync in between UP and DOWN events to disable the coalesce. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Patrick Boettcher <pboettcher@kernellabs.com> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>