* joystick & fortemedia 801 soundcard
@ 2001-07-13 15:26 Wilfried Weissmann
0 siblings, 0 replies; only message in thread
From: Wilfried Weissmann @ 2001-07-13 15:26 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
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):
[-- Attachment #2: fm801-joy.diff --]
[-- Type: text/plain, Size: 617 bytes --]
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-13 15:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-13 15:26 joystick & fortemedia 801 soundcard Wilfried Weissmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.