Re: usbd config file parse behaviour
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 03/30/04
- Previous message: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe in reply to: Sam Lawrance: "usbd config file parse behaviour"
- Next in thread: Bernd Walter: "Re: usbd config file parse behaviour"
- Reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 01:46:32 -0700 (MST) To: ticso@cicely.de, ticso@cicely12.cicely.de
In message: <20040330083607.GC32646@cicely12.cicely.de>
Bernd Walter <ticso@cicely12.cicely.de> writes:
: On Mon, Mar 29, 2004 at 07:44:34PM -0700, M. Warner Losh wrote:
: > In message: <1080613926.1125.6.camel@dirk>
: > Sam Lawrance <samuel.lawrance@studentmail.newcastle.edu.au> writes:
: > : On Sun, 2004-03-28 at 20:47, Bernd Walter wrote:
: > : > On Sun, Mar 28, 2004 at 01:31:03AM -0700, M. Warner Losh wrote:
: > : > > Btw, any interest in making it possible to kldload a usb module and
: > : > > having device attach to it? Right now the usb code assumes that you
: > : > > can unplug the device and replug it back in. I have at least two
: > : > > devices on my laptop that can't be removed (bluetooth and memory stick
: > : > > reader), so I can't dynamically load drivers for them...
: > : >
: > : > I'll think about it.
: > : > Reprobing is not so much an issue as selecting an interface for it.
: > :
: > : would this done by filling in uhub_driver_added() to find a better
: > : driver match for a device and reattaching?
: >
: > Yes. Actually, it also requires some changes to newbus as well to
: > allow for rebidding of devices. And there's some minor resetting of
: > the device that likely needs to happen, but that's lower priority.
:
: Don't forget that we already have a driver for every USB device: ugen(4)
: We need a better trigger to reprobe drivers - thats the real problem.
No. That's not the real problem here. The real problem here is that
uhub doesn't implement the driver_added callback correctly. The ugen
issue, while interesting, can be overcome by not having ugen in the
kernel.
When ugen is in the kernel, we do need to do the rebid thing in
newbus, which we don't do, but there's little point in fixing one w/o
fixing the other.
Warner
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Bernd Walter: "Re: usbd config file parse behaviour"
- Maybe in reply to: Sam Lawrance: "usbd config file parse behaviour"
- Next in thread: Bernd Walter: "Re: usbd config file parse behaviour"
- Reply: Bernd Walter: "Re: usbd config file parse behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|