Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b625c3a authored by Marc Dietrich's avatar Marc Dietrich Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarJulian Andres Klode <jak@jak-linux.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 34ba143b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'}