Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv12232/include
Modified Files: adriver.h Log Message: - added the definition of CONFIG_GAMEPORT(_MODULE) for 2.4 kernels. Index: adriver.h =================================================================== RCS file: /cvsroot/alsa/alsa-driver/include/adriver.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- adriver.h 19 Dec 2002 15:55:41 -0000 1.26 +++ adriver.h 19 Dec 2002 17:14:01 -0000 1.27 @@ -300,6 +300,16 @@ } #endif /* 2.5.0 */ +/* gameport - 2.4 has different defines */ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) +#ifdef CONFIG_INPUT_GAMEPORT +#define CONFIG_GAMEPORT +#endif +#ifdef CONFIG_INPUT_GAMEPORT_MODULE +#define CONFIG_GAMEPORT_MODULE +#endif +#endif /* 2.5.0 */ + #include "amagic.h" ------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog