From: Andrey Panin <pazke@orbita1.ru>
To: brain@artax.karlin.mff.cuni.cz
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problems with GUS PnP: ad1848, pnp
Date: Sat, 22 Dec 2001 12:32:16 +0300 [thread overview]
Message-ID: <20011222123216.A2283@pazke.ipt> (raw)
In-Reply-To: <20011220175753.A277@pazke.ipt> <Pine.LNX.4.30.0112202021360.796-200000@ghost.ucw.cz>
In-Reply-To: <Pine.LNX.4.30.0112202021360.796-200000@ghost.ucw.cz>; from brain@artax.karlin.mff.cuni.cz on Thu, Dec 20, 2001 at 08:25:44PM +0100
[-- Attachment #1.1: Type: text/plain, Size: 624 bytes --]
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.asc
[-- Attachment #1.2: patch-gus-isapnp --]
[-- Type: text/plain, Size: 906 bytes --]
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}
};
@@ -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}
};
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2001-12-21 9:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20011220104657.A195@pazke.ipt>
2001-12-19 10:25 ` Problems with GUS PnP: ad1848, pnp Petr Kulhavy
2001-12-20 14:57 ` Andrey Panin
2001-12-20 19:25 ` brain
2001-12-22 9:32 ` Andrey Panin [this message]
2001-12-22 0:14 ` brain
2001-12-18 22:13 brain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011222123216.A2283@pazke.ipt \
--to=pazke@orbita1.ru \
--cc=brain@artax.karlin.mff.cuni.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox