Re: How are USB drivers assigned?

2010-06-30 Thread Nicholas Mills
When the ums driver is loaded (at boot time or through kldload) it registers itself with the usb bus driver. When your mouse is plugged in the bus driver calls the probe routine of every driver that has registered with it. If the ums probe routine detects that the new device is in fact a mouse it

How are USB drivers assigned?

2010-06-29 Thread Gary Dunn
Is there a file that associates drivers with USB device information? More specifically, how does a USB mouse get assigned to the ums driver? This is for FreeBSD 8.0, if it matters. -- Gary Dunn, Honolulu o...@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001

Re: How are USB drivers assigned?

2010-06-29 Thread Roland Smith
On Mon, Jun 28, 2010 at 11:03:38PM -1000, Gary Dunn wrote: Is there a file that associates drivers with USB device information? More specifically, how does a USB mouse get assigned to the ums driver? This is for FreeBSD 8.0, if it matters. When queried on connection the mouse identifies itself

Re: How are USB drivers assigned?

2010-06-29 Thread osp
On Tue, 29 Jun 2010 17:56:39 +0200 Roland Smith rsm...@xs4all.nl wrote: On Mon, Jun 28, 2010 at 11:03:38PM -1000, Gary Dunn wrote: Is there a file that associates drivers with USB device information? More specifically, how does a USB mouse get assigned to the ums driver? This is for FreeBSD