joystick & fortemedia 801 soundcard

From: Wilfried Weissmann (Wilfried.Weissmann@gmx.at)
Date: Fri Jul 13 2001 - 10:26:12 EST


Hi!

For those who want to use a joystick on the gameport of a soundcard with
fm801 chipset! Here is a one liner to make it work (just adds the PCI id
of the gameport):

diff -Nur linux-2.4.4+hptraid0.1a/drivers/char/joystick/ns558.c linux/drivers/char/joystick/ns558.c
--- linux-2.4.4+hptraid0.1a/drivers/char/joystick/ns558.c Fri Jul 13 17:10:49 2001
+++ linux/drivers/char/joystick/ns558.c Wed Jul 11 23:15:39 2001
@@ -158,6 +158,7 @@
         { 0x1102, 0x7002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB Live! gameport */
         { 0x125d, 0x1969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, /* ESS Solo 1 */
         { 0x5333, 0xca00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, /* S3 SonicVibes */
+ { 0x1319, 0x0802, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* FM 801 */
         { 0, }
 };
 MODULE_DEVICE_TABLE(pci, ns558_pci_tbl);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jul 15 2001 - 21:00:19 EST