From c078adee827fbd456b5058b071a50081dd22e70f Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 21 Sep 2003 18:58:11 +0200 Subject: [PATCH] Changed the identifier for the synaptics protocol to match kernel 2.6.0-test5-bk8. --- synaptics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synaptics.c b/synaptics.c index 3b229ea..ee9169c 100644 --- a/synaptics.c +++ b/synaptics.c @@ -93,7 +93,7 @@ typedef enum { #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) /* for auto-dev: */ -#define INP_DEV_N "N: Name=\"Synaptics Synaptics TouchPad\"" +#define INP_DEV_N "N: Name=\"SynPS/2 " #define INP_DEV_H "H: Handlers=" #define DEV_INPUT_EVENT "/dev/input/" #define PROC_BUS_INPUT_DEV "/proc/bus/input/devices"