On Wed, Feb 10, 2016 at 10:55:12AM +0900, Nobuo Iwata wrote: > This patch extends number of ports limitation in application (vhci) > side. > > To do so, vhci driver supports multiple host controllers. The number of > controllers can be specified as a module parameter 'num_controllers'. > The default is 1. > > ex) # insmod vhci_hcd.ko num_controllers=4 I hate module parameters, please don't do that, create these dynamically as needed some other way. > Also, ports per controller is changed from 8 to USB_MAXCHILDREN (31). Why? All in one patch? Not good. > It can be modified with VHCI_NPORTS flag at module compilation. No one does that, make this dynamic as well please, in a series of patches, not just one huge one. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html