]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: nvec: ps2: tell nvec to send 6 byte long messages
authorMarc Dietrich <marvin24@gmx.de>
Mon, 26 Dec 2011 16:57:34 +0000 (17:57 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Jan 2012 18:27:58 +0000 (10:27 -0800)
This packet size used on most modern touchpads. Ideally, this should
be configurable or autodetected.

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

index f15283468c59fe9f3c0a7bec4236ec642c73896c..8bfaccd04ac9e74222d4a68ee34fd31668c3e5de 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "nvec.h"
 
-#define START_STREAMING        {'\x06', '\x03', '\x04'}
+#define START_STREAMING        {'\x06', '\x03', '\x06'}
 #define STOP_STREAMING {'\x06', '\x04'}
 #define SEND_COMMAND   {'\x06', '\x01', '\xf4', '\x01'}