From: Ron Murray , Cal Peake I've found a typo in drivers/input/gameport/Makefile in kernel 2.6.9 which effectively prevents the CS461x gameport code from being included. Signed-off-by: Ron Murray Signed-off-by: Cal Peake Signed-off-by: Andrew Morton --- 25-akpm/drivers/input/gameport/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/gameport/Makefile~cs461x-gameport-code-isnt-being-included-in-build drivers/input/gameport/Makefile --- 25/drivers/input/gameport/Makefile~cs461x-gameport-code-isnt-being-included-in-build 2004-12-06 13:38:40.221423400 -0800 +++ 25-akpm/drivers/input/gameport/Makefile 2004-12-06 13:38:40.225422792 -0800 @@ -5,7 +5,7 @@ # Each configuration option enables a list of files. obj-$(CONFIG_GAMEPORT) += gameport.o -obj-$(CONFIG_GAMEPORT_CS461X) += cs461x.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 _