public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SB driver, kernel 2.4.10
@ 2001-10-02 21:52 Jerome Cornet
  2001-10-03  6:34 ` Andrey Panin
  0 siblings, 1 reply; 2+ messages in thread
From: Jerome Cornet @ 2001-10-02 21:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

    Hi there,

The PnP initialisation of my brand old SB AWE64 PnP was not supported by the 
current (2.4.10) kernel driver (I could initialise it by using isapnptools, 
but not directly by the pnp driver).

I patched sb_card.c so that the device ID of my board is known by the SB 
driver, thus allowing the isapnp initialisation by the driver directly.

I tested it on my computer, and I don't expect the patch to break anything 
(it's a no brainer fix)

Maybe you can consider applying it to the next release ?

Thank you,
 /Jerome

PS: please CC: me for the replies, I'm not subscribed to linux-kernel

[-- Attachment #2: The readme file --]
[-- Type: text/plain, Size: 80 bytes --]

Jerome Cornet <jcornet@free.fr>: Add a new flavor of AWE64 PnP to the sb driver

[-- Attachment #3: the patch itself --]
[-- Type: text/x-diff, Size: 744 bytes --]

--- kernel-source-2.4.10/drivers/sound/sb_card.c	Tue Sep 18 17:10:43 2001
+++ linux/drivers/sound/sb_card.c	Tue Oct  2 17:35:06 2001
@@ -53,6 +53,9 @@
  *
  * 28-10-2000 Added pnplegacy support
  * 	Daniel Church <dchurch@mbhs.edu>
+ *
+ * 01-10-2001 Added a new flavor of Creative SB AWE64 PnP (CTL00E9).
+ *      Jerome Cornet <jcornet@free.fr>
  */
 
 #include <linux/config.h>
@@ -435,6 +438,11 @@
 		0,1,1,-1},
 	{"Sound Blaster AWE 64",
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00E4), 
+		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0045),
+		0,0,0,0,
+		0,1,1,-1},
+	{"Sound Blaster AWE 64",
+		ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00E9), 
 		ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0045),
 		0,0,0,0,
 		0,1,1,-1},

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-03  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-02 21:52 [PATCH] SB driver, kernel 2.4.10 Jerome Cornet
2001-10-03  6:34 ` Andrey Panin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox