]> git.hungrycats.org Git - linux/commit
staging: speakup: fix speakup-r regression
authorcovici@ccs.covici.com <covici@ccs.covici.com>
Wed, 20 May 2015 09:44:11 +0000 (05:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Oct 2015 21:49:34 +0000 (14:49 -0700)
commit3581e7a97c66e512f91aaeaa75a1ce34dc0c39cf
treefc77be0d4055ca6e4b58f42615ba68aeb068da26
parent66deec7a96c8d27eacb6c2f71e3323abd484574b
staging: speakup: fix speakup-r regression

commit b1d562acc78f0af46de0dfe447410bc40bdb7ece upstream.

Here is a patch to make speakup-r work again.

It broke in 3.6 due to commit 4369c64c79a22b98d3b7eff9d089196cd878a10a
"Input: Send events one packet at a time)

The problem was that the fakekey.c routine to fake a down arrow no
longer functioned properly and putting the input_sync fixed it.

Fixes: 4369c64c79a22b98d3b7eff9d089196cd878a10a
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: John Covici <covici@ccs.covici.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/fakekey.c