From: <aot...@us...> - 2005-07-06 16:47:08
|
Update of /cvsroot/gc-linux/linux/drivers/input/si In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7244/drivers/input/si Added Files: Kconfig Makefile Log Message: - Consolidate SI code into drivers/input/si/ --- NEW FILE: Kconfig --- # # Nintendo GameCube Serial Interface (SI) support # config GAMECUBE_SI tristate "Serial Interface (SI) support" depends on GAMECUBE ---help--- Say Y here if you want to use the standard pads as joysticks or want to use a keyboard. Everything is autodetected. NOTE: Keyboard detection doesn't work 100%. Building this as a module is recommended, this way you can unload/load the driver to re-detect. --- NEW FILE: Makefile --- # # Makefile for the Nintendo GameCube Serial Interface. # obj-$(CONFIG_GAMECUBE_SI) += gcn-si.o |