All of lore.kernel.org
 help / color / mirror / Atom feed
* psmouse et al and mousedev dependancy
@ 2005-03-16 16:51 Michael Tokarev
  2005-03-16 17:36 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2005-03-16 16:51 UTC (permalink / raw)
  To: Kernel Mailing List

A quick (hopefully) question.

When mousedev is compiled as a module, loading psmouse or usbhid
modules does not enable the mouse, one have to load mousedev too.
The same is true for keybdev and actual keyboard drivers.

Why not add this dependancy explicitly in psmouse et al modules,
something like (pseudocode):

#if CONFIG_MOUSEDEV==m
  request_module(mousedev);
#endif

, or, to "use" some symbol in psmouse.ko which is defined in mousedev?

Thanks.

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-16 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-16 16:51 psmouse et al and mousedev dependancy Michael Tokarev
2005-03-16 17:36 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.