public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Hans-Georg Thien <1682-600@onlinehome.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH] "Disable Trackpad while typing" on Notebooks withh a  PS/2 Trackpad
Date: 02 May 2003 00:29:07 +0200	[thread overview]
Message-ID: <p73znm61eto.fsf@oldwotan.suse.de> (raw)
In-Reply-To: <3EB19625.6040904@onlinehome.de.suse.lists.linux.kernel>

Hans-Georg Thien <1682-600@onlinehome.de> writes:

> The short story
> ---------------
> The trackpad on the MacIntosh iBook Notebooks have a feature that
> prevents unintended trackpad input while typing on the keyboard. There
> are no mouse-moves or mouse-taps for a short period of time after each
> keystroke.

Very nice. In fact I wanted something like this for my ibook for a
long time.

But it won't work on an ibook of course because it doesn't use the
pc_keyb driver. Instead it uses the Input layer for the adb device.
In fact in 2.5 there is only the input layer for everything including
PC keyboards. It should be probably moved there too.

One suggestion: don't make it a CONFIG_*. Recompiling a kernel
to change things like that is not good. Make it an ioctl that
can be configured at runtime.

Another one: the disable_trackpad_timer_while_typing variable is not 
really needed. You can manage all state by checking the timer with
timer_pending()

-Andi

       reply	other threads:[~2003-05-01 22:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3EB19625.6040904@onlinehome.de.suse.lists.linux.kernel>
2003-05-01 22:29 ` Andi Kleen [this message]
2003-05-05 22:48 ` [RFC][PATCH] "Disable Trackpad while typing" on Notebooks withh a PS/2 Trackpad Hans-Georg Thien
2003-05-06  9:04   ` Alex Riesen
     [not found] ` <mailman.1052174881.22701.linux-kernel2news@redhat.com>
2003-05-06  3:24   ` Pete Zaitcev
     [not found] <fa.pum5p2l.umu1r1@ifi.uio.no>
     [not found] ` <fa.ianmvqa.8le6bo@ifi.uio.no>
2003-05-02 11:44   ` Hans-Georg Thien
2003-05-02  9:41 Hans-Georg Thien
  -- strict thread matches above, loose matches on Subject: below --
2003-05-01 21:48 Hans-Georg Thien
2003-05-01 22:13 ` Måns Rullgård
2003-05-06  9:29 ` wwp
2003-05-06 11:27   ` Hans-Georg Thien

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=p73znm61eto.fsf@oldwotan.suse.de \
    --to=ak@suse.de \
    --cc=1682-600@onlinehome.de \
    --cc=linux-kernel@vger.kernel.org \
    /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