On Fri, 14 Sep 2012, Robert Ryszard Paciorek wrote:

> Add parametrs to hide some of converter interfaces against ftdi_sio driver.
> This allows on multiple-interfaces converter (such as ft2232, ft4232)
> use uart with kernel driver and use e.g. I2C or SPI (on other interface)
> with libusb or other kernel-driver.

Using a module parameter for this sort of thing is generally a bad 
idea.  What will happen if there are several FTDI devices plugged in?  
You might want to ignore the interfaces on some of them but not on 
others.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to