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

From: Jan Dittmer
Date: Thu Dec 02 2004 - 08:59:56 EST


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.

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/