joystick & fortemedia 801 soundcard

Wilfried Weissmann (Wilfried.Weissmann@gmx.at)
Fri, 13 Jul 2001 17:26:12 +0200


This is a multi-part message in MIME format.
--------------0E51BB41D5B715471A72E6ED
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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):
--------------0E51BB41D5B715471A72E6ED
Content-Type: text/plain; charset=us-ascii;
name="fm801-joy.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="fm801-joy.diff"

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);

--------------0E51BB41D5B715471A72E6ED--

-
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/