Messages in this thread Patch in this message |  | | Date | Sat, 22 Dec 2001 12:32:16 +0300 | | From | Andrey Panin <> | | Subject | Re: Problems with GUS PnP: ad1848, pnp |
| |
On Thu, Dec 20, 2001 at 08:25:44PM +0100, brain@artax.karlin.mff.cuni.cz wrote: > On Thu, 20 Dec 2001, Andrey Panin wrote: > > > IIRC, Gravis Ultrasound PnP listed as supported in Hardware Compatibility > > HOWTO, but it can lack ISA PnP configuration support. So send us a copy > > of /proc/isapnp anyway :)) > > OK. Here it is. It was set by isapnptools, so the values are a bit wild :-) But > the resources are visible. >
Does the attached patch help you ?
-- Andrey Panin | Embedded systems software engineer pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.ascdiff -urN -X /usr/dontdiff /linux.vanilla/drivers/sound/ad1848.c /linux.2.5.1/drivers/sound/ad1848.c --- /linux.vanilla/drivers/sound/ad1848.c Sat Dec 22 12:22:18 2001 +++ /linux.2.5.1/drivers/sound/ad1848.c Sat Dec 22 11:41:03 2001 @@ -2965,6 +2965,10 @@ ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021), 1, 0, 0, 1, 1}, + {"Advanced Gravis InterWave Audio", + ISAPNP_VENDOR('G','R','V'), ISAPNP_DEVICE(0x0001), + ISAPNP_VENDOR('G','R','V'), ISAPNP_FUNCTION(0x0000), + 0, 0, 0, 1, 0}, {0} }; @@ -2977,6 +2981,8 @@ ISAPNP_VENDOR('C','S','C'), ISAPNP_FUNCTION(0x0100), 0 }, { ISAPNP_ANY_ID, ISAPNP_ANY_ID, ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021), 0 }, + { ISAPNP_VENDOR('G','R','V'), ISAPNP_DEVICE(0x0001), + ISAPNP_VENDOR('G','R','V'), ISAPNP_FUNCTION(0x0000), 0 }, {0} }; [unhandled content-type:application/pgp-signature] |  |