commit | 3eb4351af42bd8b6de20daab07b204a85c35248f | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jul 09 14:33:21 2015 -0700 |
committer | Jiri Kosina <jkosina@suse.com> | Fri Jul 10 11:34:44 2015 +0200 |
tree | 5f6eac80468fbb9adc7cc2c996302b2589c2a5a1 | |
parent | 67e123ff0e9a71fcf19f83827d59f73076f5bd1a [diff] |
HID: input: call input_sync() when automatically releasing a key We need to emit EV_SYN/SYN_REPORT between key press and release, otherwise userspace is allowed to "swallow" the event. [jkosina@suse.com: Dmitry says that he's observing this behavior with Plantronics headset] Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>