Re: usb-serial ipaq kernel problem

From: Luiz Fernando N. Capitulino
Date: Tue May 30 2006 - 16:52:45 EST


On Tue, 30 May 2006 11:33:27 -0700
Pete Zaitcev <zaitcev@xxxxxxxxxx> wrote:

| > @@ -967,3 +971,6 @@ MODULE_PARM_DESC(vendor, "User specified
| >
| > module_param(product, ushort, 0);
| > MODULE_PARM_DESC(product, "User specified USB idProduct");
| > +
| > +module_param(connect_retries, int, KP_RETRIES);
| > +MODULE_PARM_DESC(product, "Maximum number of connect retries (100ms each)");
|
| Personally, I'm not keen on adding knobs.

We have a device-dependent parameter here, I can't think in anything
better..

--
Luiz Fernando N. Capitulino
-
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/