On Sat, Apr 25, 2015 at 11:32:47PM +0100, One Thousand Gnomes wrote:
> > +static int parport;
> > +module_param(parport, int, 0);
> > +MODULE_PARM_DESC(parport, "The parport to be used, default parport0\n");
> 
> Minor suggested enhancement: this ought to be an array so you can attach
> multiple instances to a system.
ok. infact, i was looking at paride yesterday night, and it is also
having option to register maximum of 4 instances. the current patchset
allows registration of device to only one port. I need to change that
part.

regards
sudip


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

Reply via email to