Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

From: Mikkel Krautz
Date: Sat Dec 18 2004 - 12:46:34 EST


On Sat, 18 Dec 2004 16:40:44 +0100, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote:
> Hi Mikkel,
>
> > @@ -1910,6 +1916,7 @@
> >
> > module_init(hid_init);
> > module_exit(hid_exit);
> > +module_param(hid_mouse_polling_interval, int, 644);
>
> I think the use of module_param_named() makes more sense here.
>
> Regards
>
> Marcel
>
>

Thanks, I'll change it. Do you think I should add a MODULE_PARM_DESC too?

Mikkel
-
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/