Bug 171911 - genkernel default config missing joystick support
Bug#: 171911 Product:  Gentoo Hosted Projects Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: genkernel@gentoo.org Reported By: matze@braunis.de
Component: genkernel
URL: 
Summary: genkernel default config missing joystick support
Keywords:  InSVN
Status Whiteboard: 
Opened: 2007-03-23 13:06 0000
Description:   Opened: 2007-03-23 13:06 0000
The genkernel default configuration has no support for joysticks. Joysticks are
a very common device, so I think they have their place in the default kernel
configuration.

CONFIG_INPUT_JOYDEV=m

Without this setting you won't have any joystick support in SDL and other
games.
I assume by far the most joysticks today are usb connected through usb. Though
some additional joystick modules probably wouldn't hurt (for old boxes it's
very common to have these):

CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_SIDEWINDER=m


Reproducible: Always

------- Comment #1 From Matze Braun 2007-03-23 13:24:37 0000 -------
BTW: I just noticed that the x86_64 config apparently has it enable. It's odd
that x86 doesn't have it.

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-03-26 23:46:56 0000 -------
I've added this now to SVN...

------- Comment #3 From Chris Gianelloni (RETIRED) 2007-04-05 15:01:07 0000 -------
This is fixed in genkernel 3.4.7 which is now in the tree.