linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Polled input device: sysfs control for polling rate
@ 2009-11-09 13:03 Samu Onkalo
  2009-11-09 13:03 ` [PATCH 1/1] Input polldev: Sysfs interface for setting of polling interval Samu Onkalo
  0 siblings, 1 reply; 4+ messages in thread
From: Samu Onkalo @ 2009-11-09 13:03 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, Samu Onkalo

Provide possibility to control polling rate from userspace.
When polled device is used for example for sensors, it might be
handy to adjust polling rate according to sensor use. It is also possible
to stop polling without closing the device. When the pollig is stopped and
device is still open, it is still possible to send events from device to
userspace if some special situation occurs.

Samu Onkalo (1):
  Input polldev: Sysfs interface for setting of polling interval

 drivers/input/input-polldev.c |   86 +++++++++++++++++++++++++++++++++++++++--
 include/linux/input-polldev.h |    3 +
 2 files changed, 85 insertions(+), 4 deletions(-)


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

end of thread, other threads:[~2009-11-10  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 13:03 [PATCH 0/1] Polled input device: sysfs control for polling rate Samu Onkalo
2009-11-09 13:03 ` [PATCH 1/1] Input polldev: Sysfs interface for setting of polling interval Samu Onkalo
2009-11-09 17:28   ` Dmitry Torokhov
2009-11-10  7:02     ` Onkalo Samu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).