Re: 2.1.109ac1 is out

fortunato@heavymetal.org
Fri, 17 Jul 1998 09:25:44 -0400


--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii

I needed the attached patch to get the joystick driver options to set.

-- 
Scott Lampert              | Home Page: http://www.heavymetal.org
<fortunato@heavymetal.org> | PGP Key: finger fortunato@heavymetal.org
"Singe the Hare Hare,      +-----------------------------------------
   dance the Hoochie Koo!"

--Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="2.1.109ac1-menuconfig.diff"

--- linux/drivers/char/Config.in.orig Fri Jul 17 09:16:24 1998 +++ linux/drivers/char/Config.in Fri Jul 17 09:15:00 1998 @@ -139,6 +139,13 @@ fi tristate '/dev/nvram support' CONFIG_NVRAM tristate 'PC joystick support' CONFIG_JOYSTICK +if [ "$CONFIG_JOYSTICK" != "n" ]; then + dep_tristate ' Classic analog joysticks' CONFIG_JOY_ANALOG $CONFIG_JOYSTICK + dep_tristate ' Microsoft SideWinder joysticks' CONFIG_JOY_SIDEWINDER $CONFIG_JOYSTICK + dep_tristate ' Logitech Digital joysticks' CONFIG_JOY_LOGITECH $CONFIG_JOYSTICK + dep_tristate ' Gravis GrIP joysticks' CONFIG_JOY_GRAVIS $CONFIG_JOYSTICK + dep_tristate ' Nintendo SNES gamepads' CONFIG_JOY_NINTENDO $CONFIG_JOYSTICK +fi mainmenu_option next_comment comment 'Ftape, the floppy tape device driver'

--Q68bSM7Ycu6FN28Q--

- 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