All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Jaroslav Kysela <perex@suse.cz>
Cc: Adam Belay <ambx1@neo.rr.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] PnP MODULE_DEVICE_TABLE Update - 2.5.46 (3/6)
Date: Mon, 11 Nov 2002 17:13:04 -0800	[thread overview]
Message-ID: <20021112011304.GE26926@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0211071224570.875-100000@pnote.perex-int.cz>

On Thu, Nov 07, 2002 at 12:29:52PM +0100, Jaroslav Kysela wrote:
> On Wed, 6 Nov 2002, Greg KH wrote:
> 
> > On Wed, Nov 06, 2002 at 09:02:00PM +0000, Adam Belay wrote:
> > > 
> > > diff -ur --new-file a/include/linux/module.h b/include/linux/module.h
> > > --- a/include/linux/module.h	Wed Oct 30 17:45:58 2002
> > > +++ b/include/linux/module.h	Wed Oct 30 17:45:24 2002
> > > @@ -239,6 +239,8 @@
> > >   * The following is a list of known device types (arg 1),
> > >   * and the C types which are to be passed as arg 2.
> > >   * pci - struct pci_device_id - List of PCI ids supported by this module
> > > + * pnpc - struct pnpc_device_id - List of PnP card ids (PNPBIOS, ISA PnP) supported by this module
> > > + * pnp - struct pnp_device_id - List of PnP ids (PNPBIOS, ISA PnP) supported by this module
> > 
> > I must have missed this last time, but to refresh my memory, why do you
> > need two different device types?  What's the difference between a card
> > id and a device id?
> 
> The card id represents a group of logical devices (device ids). It's good
> to know how are devices connected, especially for soundcards where are
> several logical devices working together (codec, synth, midi uart).
> Addressing these devices separately (as the OSS sound driver does for
> example) causes a lot of confusion for users when more cards are in one
> system.

But I don't see any code using this functionality in the kernel right
now (or in the patches just sent out.)  Is it really needed if there is
no users?

thanks,

greg k-h

  reply	other threads:[~2002-11-12  1:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 21:02 [PATCH] PnP MODULE_DEVICE_TABLE Update - 2.5.46 (3/6) Adam Belay
2002-11-07  6:28 ` Greg KH
2002-11-07 11:29   ` Jaroslav Kysela
2002-11-12  1:13     ` Greg KH [this message]
2002-11-12 12:46       ` Jaroslav Kysela
2002-11-12 19:28         ` Greg KH

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=20021112011304.GE26926@kroah.com \
    --to=greg@kroah.com \
    --cc=ambx1@neo.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@suse.cz \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.