From: Andrew Morton <akpm@linux-foundation.org>
To: Soeren Sonnenburg <kernel@nn7.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
linux-input@atrey.karlin.mff.cuni.cz,
linux-usb-devel@lists.sourceforge.net,
Matthew Garrett <mjg59@srcf.ucam.org>,
Nicolas Boichat <nicolas@boichat.ch>,
Michael Hanselmann <linux-kernel@hansmi.ch>,
Peter Osterlund <petero2@telia.com>,
Frank Arnold <frank@scirocco-5v-turbo.de>,
Stelian Pop <stelian@popies.net>,
Johannes Berg <johannes@sipsolutions.net>,
Greg Kroah-Hartman <greg@kroah.com>
Subject: Re: [PATCH] appletouch powersaving - please apply for 2.6.23-rc1
Date: Wed, 18 Jul 2007 15:57:58 -0700 [thread overview]
Message-ID: <20070718155758.072db90d.akpm@linux-foundation.org> (raw)
In-Reply-To: <1184656218.14051.43.camel@localhost>
On Tue, 17 Jul 2007 09:10:18 +0200
Soeren Sonnenburg <kernel@nn7.de> wrote:
> the attached minimally intrusive patch is based on Matthew Garret's
> patch 'Make appletouch shut up when it has nothing to say' patches (e.g.
> http://lkml.org/lkml/2007/5/13/117): Matthews description follows /
> second paragraph lists my additional changes.
>
> The appletouch geyser3 devices found in the Intel Macs (and possibly some later
> PPC ones?) send a constant stream of packets after the first touch. This
> results in the kernel waking up around once every couple of milliseconds
> to process them, making it almost impossible to spend any significant
> period of time in C3 state on a dynamic HZ kernel. Sending the mode
> initialization code makes the device shut up until it's touched again.
> This patch does so after receiving 10 packets with no interesting
> content.
>
> In addition it now empties the work queue via cancel_work_sync on module
> exit, keeps all error checking and only reports BTN_LEFT presses if bit
> 1 in the status byte (last byte in packet) is set. This fixes the random
> left clicks issue. Furthermore it invalidates touchpad data before the
> mode switch, which fixes the touchpad runs amok issue.
Please feed this through scripts/checkpatch.pl and consider addressing
all the things which it reports.
next prev parent reply other threads:[~2007-07-18 22:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-17 7:10 [PATCH] appletouch powersaving - please apply for 2.6.23-rc1 Soeren Sonnenburg
2007-07-17 13:03 ` Johannes Berg
2007-07-17 16:14 ` Soeren Sonnenburg
2007-07-17 15:01 ` Dmitry Torokhov
2007-07-17 18:16 ` [PATCH] appletouch powersaving - please apply for 2.6.23-rc1 take #3 Soeren Sonnenburg
2007-07-18 1:48 ` Dmitry Torokhov
2007-07-18 5:32 ` Soeren Sonnenburg
2007-07-18 22:57 ` Andrew Morton [this message]
2007-07-19 3:35 ` [PATCH] appletouch powersaving - please apply for 2.6.23-rc1 - take #4 Soeren Sonnenburg
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=20070718155758.072db90d.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=frank@scirocco-5v-turbo.de \
--cc=greg@kroah.com \
--cc=johannes@sipsolutions.net \
--cc=kernel@nn7.de \
--cc=linux-input@atrey.karlin.mff.cuni.cz \
--cc=linux-kernel@hansmi.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=mjg59@srcf.ucam.org \
--cc=nicolas@boichat.ch \
--cc=petero2@telia.com \
--cc=stelian@popies.net \
/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;
as well as URLs for NNTP newsgroup(s).