[ltp] Kernel 2.6 and two mice
James Hawtin
linux-thinkpad@linux-thinkpad.org
Wed, 26 May 2004 00:53:28 +0000
On Wed, May 26, 2004 at 01:57:42AM +0200, Edi Weitz wrote:
> I will look into this a bit more tomorrow - have to go to bed now.
>
Something like this patch should do it
James
--- linux-2.6.6/drivers/input/mousedev.c.orig Wed May 26 01:49:05 2004
+++ linux-2.6.6/drivers/input/mousedev.c Wed May 26 01:49:30 2004
@@ -24,6 +24,7 @@
#include <linux/major.h>
#include <linux/device.h>
#include <linux/devfs_fs_kernel.h>
+#undef CONFIG_INPUT_MOUSEDEV_PSAUX
#ifdef CONFIG_INPUT_MOUSEDEV_PSAUX
#include <linux/miscdevice.h>
#endif