public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Simple extension to psmouse driver (tp-scroll in kernel mode)
@ 2006-10-31 21:28 Jörg Hundertmarck
  2006-11-01  1:48 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Hundertmarck @ 2006-10-31 21:28 UTC (permalink / raw)
  To: linux-kernel

Hello world,

I've wrote a simple extension to the psmouse driver. It's an emulation for the
scrolling wheel on TrackPoint mice. It's functionally the same like the userspace
daemon tp-scroll but it doesn't lag if the system has full load. The emulation
starts when you press the middle mouse button, then you can "scroll" up and
down by moving the mouse into the desired direction. It stops when the button
released. When you press and release the button without move, the button event
is transfered. This feature is not enabled by default, you need to set
CONFIG_MOUSE_TPWHEEL=y.

Here's the patch:
http://www.hirnfrei.org/~joerg/linux_patches/linux-2.6.17-gentoo-r7-tp-scroll.patch

The patch is tested against the the 2.6.17 and 2.6.18.1 kernel source.

I hope that's the correct mailing list and my code is usefull.

Greets
Joerg Hundertmarck

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

end of thread, other threads:[~2006-11-01  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31 21:28 Simple extension to psmouse driver (tp-scroll in kernel mode) Jörg Hundertmarck
2006-11-01  1:48 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox