Skip to content

Commit 4b625c3

Browse files
marvintwentyfourgregkh
authored andcommitted
staging: nvec: ps2: tell nvec to send 6 byte long messages
This packet size used on most modern touchpads. Ideally, this should be configurable or autodetected. Signed-off-by: Marc Dietrich <[email protected]> Signed-off-by: Julian Andres Klode <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 34ba143 commit 4b625c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/nvec/nvec_ps2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include "nvec.h"
2323

24-
#define START_STREAMING {'\x06', '\x03', '\x04'}
24+
#define START_STREAMING {'\x06', '\x03', '\x06'}
2525
#define STOP_STREAMING {'\x06', '\x04'}
2626
#define SEND_COMMAND {'\x06', '\x01', '\xf4', '\x01'}
2727

0 commit comments

Comments
 (0)