All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: linux-usb-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 00/02] [RFC] Add dynamic id support to all USB drivers
Date: Wed, 16 Nov 2005 16:30:53 -0800	[thread overview]
Message-ID: <20051117003053.GA14896@kroah.com> (raw)

Here's two patches against the latest -git tree that add the ability to
add new vendor/product device id pairs to USB drivers after they have
been loaded.  It works just like the PCI drivers do, with the exception
that only vendor/product can be specified (no class stuff.)  I did it
this way to make it simpler, as that's almost all anyone ever wants to
add.

Note that usb-serial drivers do not work properly with these dynamic ids
yet, it's going to take some rework of the usb-serial core due to the
wierd way it binds drivers to devices to get this to work properly.

Comments?

thanks,

greg k-h

             reply	other threads:[~2005-11-17  0:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-17  0:30 Greg KH [this message]
2005-11-17  0:31 ` [PATCH 01/02] USB: reorg some functions out of the main usb.c file Greg KH
2005-11-17  0:32   ` [PATCH 02/02] USB: add dynamic id functionality to USB core Greg KH
2005-11-17 15:55     ` [linux-usb-devel] " Alan Stern
2005-11-17 16:25       ` Greg KH
2005-11-17 17:19         ` Alan Stern
2005-11-18  1:09           ` Greg KH
2005-11-17 19:58         ` Ingo Oeser
2005-11-18  1:39           ` 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=20051117003053.GA14896@kroah.com \
    --to=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    /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.