From: Wilfried Weissmann <Wilfried.Weissmann@gmx.at>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: joystick & fortemedia 801 soundcard
Date: Fri, 13 Jul 2001 17:26:12 +0200 [thread overview]
Message-ID: <3B4F1314.B8B528AE@gmx.at> (raw)
[-- 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);
reply other threads:[~2001-07-13 15:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B4F1314.B8B528AE@gmx.at \
--to=wilfried.weissmann@gmx.at \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.