> I'd rather not have the HCD's allocate memory, map device memory, > enable the device for busmastering, request the interrupt, etc., > for "nousb". It would be cleaner just to sprinkle a check for > <nousb> in each HCD and be done with it. > And check for <nousb> in usb_register() so that USB device drivers > will fail also.
Simpler to check at the beginning of usb_hcd_pci_probe(), that'll get all PCI based HCDs, and for non-PCI HCDs at the beginning of whatever non-PCI bus probing routine they use. - Dave ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
