Re: [PATCH 2.6.11] IBM TrackPoint support

From: PaweÅ Sikora
Date: Tue Mar 15 2005 - 15:44:27 EST


On Monday 14 of March 2005 06:02, Stephen Evanchik wrote:
> Here's the latest patch for TracKPoint devices. I have changed the
> sysfs filenames to be more descriptive for commonly used attributes. I
> also implemented the set_properties flag for initialization.
>
> It patches against 2.6.11 and 2.6.11.3 however I have not tested it
> with 2.6.11.3 .
>
> Any comments are appreciated.

CC [M] drivers/input/mouse/psmouse-base.o
drivers/input/mouse/psmouse-base.c: In function 'psmouse_extensions':
drivers/input/mouse/psmouse-base.c:489: error: 'PSMOUSE_TRACKPOINT' undeclared

;-)

--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

#define say(x) lie(x)
--- linux-2.6.11.3/drivers/input/mouse/psmouse.h.orig 2005-03-15 20:22:45.000000000 +0100
+++ linux-2.6.11.3/drivers/input/mouse/psmouse.h 2005-03-15 20:47:12.000000000 +0100
@@ -79,6 +79,7 @@
PSMOUSE_IMEX,
PSMOUSE_SYNAPTICS,
PSMOUSE_ALPS,
+ PSMOUSE_TRACKPOINT,
};

int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command);