Patch gamecon.c

From: Jeremiah Holt
Date: Wed Sep 15 2004 - 17:56:55 EST


This patch changes gc_psx_delay from 60 usecs to 10 usecs. At 60usecs
my system was almost unusable anything a app wanted to use the the
joystick I tried the gc_psx_delay= switch for the module but that
appears to be no longer supported. Please personally CC: all comments
to me thanks

--- ./linux-2.4.28/drivers/char/joystick/gamecon.c 2004-09-15
17:45:43.000000000 -0500
+++ ./linux-2.4.28-patched/drivers/char/joystick/gamecon.c
2004-09-15 17:27:43.000000000 -0500
@@ -213,7 +213,7 @@
*
*/

-#define GC_PSX_DELAY 60 /* 60 usec */
+#define GC_PSX_DELAY 10 /* 10 usec */
#define GC_PSX_LENGTH 8 /* talk to the controller in bytes */

#define GC_PSX_MOUSE 1 /* Mouse */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/