[haiku-development] Re: USB Stack -- UVC Driver

  • From: "Michael Lotz" <mmlr@xxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 13 Jun 2011 04:53:20 +0200

> You can safely ignore the usb_floppy driver messages. All USB add-ons
> (drivers) on the system are loaded/called when a USB device is 
> plugged.

For completeness: That's not accurate. The usb_floppy driver had a bug 
which caused it to be called for all devices. In normal operation 
however, USB drivers register with a specific set of supported devices 
(via usb_support_descriptors) so they are only called for devices they 
are actually interested in.

Regards
Michael

Other related posts: