Re: 2.1.118 Joystick problems

Robert Hamilton (hamilton@users.kdi.com)
Thu, 27 Aug 1998 10:49:03 -0500


On Thu, Aug 27, 1998 at 11:15:16AM +0200, Gregor Suhr wrote:
> My Joystick was found on system boot, but the first access had the following
> result:
>
[Oops snipped.]
Oh boy I get to post somethng useful . Looks like the new flush didn't
get added - see if this helps

--- linux/drivers/char/joystick.c.orig Thu Aug 27 10:32:16 1998
+++ linux/drivers/char/joystick.c Thu Aug 27 10:34:03 1998
@@ -771,6 +771,7 @@
js_ioctl, /* js_ioctl */
NULL, /* js_mmap */
js_open, /* js_open */
+ NULL, /* js_flush */
js_release, /* js_release */
NULL /* js_sync */
};

--
Robert

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html