atom feed14 messages in org.freebsd.freebsd-hackersusbd config file parse behaviour
FromSent OnAttachments
Sam LawranceMar 25, 2004 3:26 pm 
Bernd WalterMar 25, 2004 11:49 pm 
M. Warner LoshMar 27, 2004 3:56 pm 
Bernd WalterMar 27, 2004 4:25 pm 
M. Warner LoshMar 28, 2004 12:30 am 
Bernd WalterMar 28, 2004 2:49 am 
Sam LawranceMar 29, 2004 6:33 pm 
M. Warner LoshMar 29, 2004 6:44 pm 
Bernd WalterMar 30, 2004 12:41 am 
M. Warner LoshMar 30, 2004 12:46 am 
Bernd WalterMar 30, 2004 1:13 am 
Sam LawranceMar 31, 2004 4:55 am 
M. Warner LoshMar 31, 2004 9:11 am 
Bernd WalterMar 31, 2004 10:16 am 
Subject:usbd config file parse behaviour
From:M. Warner Losh (im@bsdimp.com)
Date:Mar 29, 2004 6:44:20 pm
List:org.freebsd.freebsd-hackers

In message: <1080613926.1125.6.camel@dirk> Sam Lawrance <samu@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.

Warner