From: Rusty Russell Date: Wed, 11 Feb 2015 04:45:10 +0000 (+1030) Subject: lguest: suppress PS/2 keyboard polling. X-Git-Tag: fixes-v4.0-rc1~61^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48fd6b71d60ef66ef2d791045d750168c0d09201;p=pandora-kernel.git lguest: suppress PS/2 keyboard polling. While hacking on getting I/O out to the lguest launcher, I noticed that returning 0xFF for the PS/2 keyboard status made it spin for a while thinking there was a key pending. Fix this by returning 1 instead of 0xFF. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed