Re: FTDI SIO patch to allow custom vendor/product IDs.

From: Jan Dittmer
Date: Thu Dec 02 2004 - 09:04:15 EST


Jan Dittmer wrote:
> Rogier Wolff wrote:
>
>>+MODULE_PARM(vendor, "i");
>>+MODULE_PARM_DESC(vendor, "User specified USB idVendor");
>>+
>>+MODULE_PARM(product, "i");
>>+MODULE_PARM_DESC(product, "User specified USB idProduct");
>
>
> Use module_param instead.

Sorry, I didn't see that it's an 2.4 patch ;-)

Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/