Re: Problems with GUS PnP: ad1848, pnp

Andrey Panin (pazke@orbita1.ru)
Sat, 22 Dec 2001 12:32:16 +0300


--MW5yreqqjyrRcusr
Content-Type: multipart/mixed; boundary="3V7upXqbjpZ4EhLz"

--3V7upXqbjpZ4EhLz
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

On Thu, Dec 20, 2001 at 08:25:44PM +0100, brain@artax.karlin.mff.cuni.cz wr=
ote:
> On Thu, 20 Dec 2001, Andrey Panin wrote:
>=20
> > IIRC, Gravis Ultrasound PnP listed as supported in Hardware Compatibili=
ty
> > HOWTO, but it can lack ISA PnP configuration support. So send us a copy
> > of /proc/isapnp anyway :))
>=20
> OK. Here it is. It was set by isapnptools, so the values are a bit wild :=
-) But
> the resources are visible.
>=20

Does the attached patch help you ?

--=20
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin=
.asc
--3V7upXqbjpZ4EhLz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-gus-isapnp
Content-Transfer-Encoding: quoted-printable

diff -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}
};
=20
@@ -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}
};
=20

--3V7upXqbjpZ4EhLz--

--MW5yreqqjyrRcusr
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8JFMgBm4rlNOo3YgRAictAJ9gxmR0CxVFbDcxdDL+xtqELJAm2gCfcpLl
DAsisrLounOFGGQ0uzt1vs0=
=Cp/n
-----END PGP SIGNATURE-----

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