Messages in this thread |  | | | Date | Sat, 18 Dec 2004 17:44:54 +0000 | | From | Mikkel Krautz <> | | Subject | Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval |
| |
On Sat, 18 Dec 2004 16:40:44 +0100, Marcel Holtmann <marcel@holtmann.org> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |