From: Filip Van Raemdonck <filipvr@xs4all.be>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] New ISA-PnP gameport device ID
Date: Mon, 13 Aug 2001 22:34:33 +0200 [thread overview]
Message-ID: <20010813223433.A541@lucretia.debian.net> (raw)
Hi,
I had to add this for the gameport on my ALS120 soundcard to be detected.
Please apply.
Regards,
Filip
--- 2.4.8-old/drivers/char/joystick/ns558.c Mon Aug 13 22:14:49 2001
+++ 2.4.8/drivers/char/joystick/ns558.c Mon Aug 13 18:31:33 2001
@@ -231,6 +231,7 @@
* PnP IDs:
*
* @P@0001 - ALS 100 (no comp. ID)
+ * @P@2001 - ALS 120 (no comp. ID)
* CTL00c1 - SB AWE32 PnP
* CTL00c3 - SB AWE64 PnP
* CTL00f0 - SB16 PnP / Vibra 16x
@@ -245,6 +246,7 @@
static struct isapnp_device_id pnp_devids[] = {
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('@','P','@'), ISAPNP_DEVICE(0x0001), 0 },
+ { ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('@','P','@'), ISAPNP_DEVICE(0x2001), 0 },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x7001), 0 },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x7002), 0 },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('C','S','C'), ISAPNP_DEVICE(0x0b35), 0 },
--
"Also we should remember that unfortunately free software is not widely used
because people prefers to have something to plug'n'play and not something to
configure'n'work."
-- Pier Luca.
reply other threads:[~2001-08-13 20:36 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=20010813223433.A541@lucretia.debian.net \
--to=filipvr@xs4all.be \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®