public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: mike cox <mikecoxlinux@yahoo.com>
Subject: Re: Logitech and Microsoft Tilt Wheel Mice. Driver suggestions wanted.
Date: Sat, 18 Sep 2004 22:43:37 -0500	[thread overview]
Message-ID: <200409182243.37138.dtor_core@ameritech.net> (raw)
In-Reply-To: <20040919032613.96799.qmail@web52805.mail.yahoo.com>

On Saturday 18 September 2004 10:26 pm, mike cox wrote:
> 
> --- Dmitry Torokhov <dtor_core@ameritech.net> wrote:
> 
> > On Saturday 18 September 2004 08:51 pm, mike cox
> > wrote:
> > > I'm modifying Vojtech Pavlik's 2.6.8.1 kernel
> > > mousedev.c mouse driver to support the new "Tilt
> > > wheel" functionality on the Logitech MX1000 Laser
> > > Mouse, and the Microsoft Wireless Optical mouse
> > with
> > > Tilt Wheel Technology.
> > 
> > How will the tilt information be exported? And what
> > is wrong with using
> > event interface? I think that the evdev patches are
> > included into X shipped
> > by Gentoo, Mandrake and Fedora at least...
> 
> I'm using SuSE 8.2 with the 2.6.8.1 kernel.  I ran xev
> on my machine and it didn't detect any tilting at all.
>

Evdev (dev/input/eventX) is the new way of communicating input events
to userspace. It allows input devices pass much more precise information
about their state and it is quite extensible. There are patches for XFree86 
and X.org that evdev-ify X mouse and keyboard driver. I will try Google
for them later. They are pretty new, SuSE 8.2 would not have them.

Mousedev is a legacy interface and is very inflexible. I mean there are mice
with more than 5 muttons, many wheels etc etc; data that is impossible to fit
into PS/2 procotol. Look for example at wacom or synaptics drivers to see what
kind of information can be passed through evdev.

-- 
Dmitry

  reply	other threads:[~2004-09-19  3:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-19  1:51 Logitech and Microsoft Tilt Wheel Mice. Driver suggestions wanted mike cox
2004-09-19  2:28 ` Dmitry Torokhov
2004-09-19  3:26   ` mike cox
2004-09-19  3:43     ` Dmitry Torokhov [this message]
2004-09-19  7:07       ` Dmitry Torokhov
2004-09-19  7:51         ` mike cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409182243.37138.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikecoxlinux@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox