public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/02] [RFC] Add dynamic id support to all USB drivers
@ 2005-11-17  0:30 Greg KH
  2005-11-17  0:31 ` [PATCH 01/02] USB: reorg some functions out of the main usb.c file Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2005-11-17  0:30 UTC (permalink / raw)
  To: linux-usb-devel; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-11-18 16:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17  0:30 [PATCH 00/02] [RFC] Add dynamic id support to all USB drivers Greg KH
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox