Typo in drivers/input/gameport/Makefile in 2.6 kernels

From: Ron Murray
Date: Sun Aug 22 2004 - 10:44:45 EST


Not sure where to send this: the MAINTAINERS file is getting a
little old, and the email addresses it suggests as most likely to be
the correct ones to send it to no longer exist. Even the home page it
gives for the input drivers (http://www.suse.cz/development/input/)
doesn't seem to exist any more.

I've found a typo in drivers/input/gameport/Makefile in kernel
2.6.8.1 which effectively prevents the CS461x gameport code from
being included. Here's the diff:

*** Makefile.orig Sat Aug 14 06:54:47 2004
--- Makefile Sun Aug 22 02:31:55 2004
***************
*** 5,11 ****
# Each configuration option enables a list of files.

obj-$(CONFIG_GAMEPORT) += gameport.o
! obj-$(CONFIG_GAMEPORT_CS461X) += cs461x.o
obj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.o
obj-$(CONFIG_GAMEPORT_FM801) += fm801-gp.o
obj-$(CONFIG_GAMEPORT_L4) += lightning.o
--- 5,11 ----
# Each configuration option enables a list of files.

obj-$(CONFIG_GAMEPORT) += gameport.o
! obj-$(CONFIG_GAMEPORT_CS461x) += cs461x.o
obj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.o
obj-$(CONFIG_GAMEPORT_FM801) += fm801-gp.o
obj-$(CONFIG_GAMEPORT_L4) += lightning.o

This typo seems to have been present since at least 2.6.4, and
probably since the beginning of the 2.6 series at least. The fact that
nobody seems to have noticed until now makes me wonder if anyone's
actually using it, but what the heck....

.....Ron

--
Ron Murray (rjmx@xxxxxxxx)
http://www.rjmx.net/~ron
GPG Public Key Fingerprint: F2C1 FC47 5EF7 0317 133C D66B 8ADA A3C4 D86C 74DE
-
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/