On Mon, Jun 19, 2006 at 05:22:43PM -0300, Luiz Fernando N. Capitulino wrote:
> 
>  Hi Yuzhu,
> 
> On Mon, 19 Jun 2006 13:12:52 -0400
> "Robert Liu" <[EMAIL PROTECTED]> wrote:
> 
> | Hi,
> | 
> | I am using USB SERIAL DRIVER with Linux 2.6.15.
> | 
> | I noticed that the driver can only be loaded once with one Vendor and 
> Product ID. If I want to try another product id, I have to unload the driver 
> and then load it with this product id.
> | 
> | Is there a way to allow the driver accept multiple product ids?
> | 
> | Could you please let me know how to change the driver to allow it accept 
> multiple product ids?
> 
>  AFAIK, the best way to do it with dynamic id support, which is in
> Greg's queue already.

dynamic ids don't work with the usb-serial drivers too well (if at all)
just yet, sorry.

To do this properly, just create a new usb-serial driver, you do not
want to use the generic driver for anything "real".  Look at the
funsoft.c driver as an example for how to do this with the least amount
of lines of code.

good luck,

greg k-h


_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to