staging: nvec: ps2: Always sample 4 bytes instead of just 1
authorJulian Andres Klode <jak@jak-linux.org>
Tue, 27 Sep 2011 17:01:03 +0000 (19:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 30 Sep 2011 00:41:38 +0000 (17:41 -0700)
commit1e46e6273bc62d87c1eb984d2a2b16efa6b19641
tree928726bfa9a1959d7a8814225473c5a08e1e80b6
parentff006d12667153a5ee187c834ac328dfd5afb0a2
staging: nvec: ps2: Always sample 4 bytes instead of just 1

Get 4 bytes of data from nvec at once instead of just a single
byte. This makes the driver more similar to nvidias and might
improve reliability.

Signed-off-by: Julian Andres Klode <jak@jak-linux.org>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/nvec/nvec_ps2.c