linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] New ISA-PnP gameport device ID
@ 2001-08-13 20:34 Filip Van Raemdonck
  0 siblings, 0 replies; only message in thread
From: Filip Van Raemdonck @ 2001-08-13 20:34 UTC (permalink / raw)
  To: linux-kernel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-13 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-13 20:34 [PATCH] New ISA-PnP gameport device ID Filip Van Raemdonck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).