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