linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier.adi@gmail.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	"Song, Barry" <Barry.Song@analog.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
	Michael Hennerich <michael.hennerich@analog.com>,
	Robin Getz <rgetz@blackfin.uclinux.org>
Subject: Re: [git pull] Input updates for 2.6.34-rc0
Date: Mon, 22 Mar 2010 03:44:38 -0400	[thread overview]
Message-ID: <8bd0f97a1003220044n65e2d543ubc831810c0d3da97@mail.gmail.com> (raw)
In-Reply-To: <20100322063747.GF31621@core.coreip.homeip.net>

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

On Mon, Mar 22, 2010 at 02:37, Dmitry Torokhov wrote:
> On Tue, Mar 09, 2010 at 01:13:34PM -0500, Mike Frysinger wrote:
>> On Tue, Mar 9, 2010 at 13:10, Dmitry Torokhov wrote:
>> > On Tue, Mar 09, 2010 at 12:58:24PM -0500, Mike Frysinger wrote:
>> >> the AD714x is not an accelerometer, it's a capacitance touch sensor
>> >
>> > OK, will dig it up.
>>
>> thanks
>
> Mike, could you please take a look at mny 'next' branch and give the
> version there a try - I made a couple of small changes before
> applying...

changes look ok to me, and it seems to build fine.  maybe Barry can
give it a quick test to make sure it still probes/works, but i dont
see anything to suggest it wouldnt ...

if you're doing cosmetic fixes, i'd suggest squashing the attached into it too.
-mike

[-- Attachment #2: ad714x-comments.patch --]
[-- Type: application/octet-stream, Size: 1267 bytes --]

diff --git a/drivers/input/misc/ad714x.c b/drivers/input/misc/ad714x.c
index ed6381a..f8c4e45 100644
--- a/drivers/input/misc/ad714x.c
+++ b/drivers/input/misc/ad714x.c
@@ -234,7 +234,6 @@ static int ad714x_cal_abs_pos(struct ad714x_chip *ad714x,
 	return (max_coord / (end_stage - start_stage)) * a_param / b_param;
 }
 
-
 /*
  * One button can connect to multi positive and negative of CDCs
  * Multi-buttons can connect to same positive/negative of one CDC
@@ -426,7 +425,8 @@ static void ad714x_slider_state_machine(struct ad714x_chip *ad714x, int idx)
 	}
 }
 
-/* When the scroll wheel is activated, we compute the absolute position based
+/*
+ * When the scroll wheel is activated, we compute the absolute position based
  * on the sensor values. To calculate the position, we first determine the
  * sensor that has the greatest response among the 8 sensors that constitutes
  * the scrollwheel. Then we determined the 2 sensors on either sides of the
@@ -1005,7 +1005,7 @@ static void ad714x_hw_init(struct ad714x_chip *ad714x)
 	unsigned short reg_base;
 	unsigned short data;
 
-	/* configuration CDC and interrupts*/
+	/* configuration CDC and interrupts */
 
 	for (i = 0; i < STAGE_NUM; i++) {
 		reg_base = AD714X_STAGECFG_REG + i * STAGE_CFGREG_NUM;

  reply	other threads:[~2010-03-22  7:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-01  8:03 [git pull] Input updates for 2.6.34-rc0 Dmitry Torokhov
2010-03-09 14:44 ` Mike Frysinger
2010-03-09 16:15   ` Cory Maccarrone
2010-03-09 17:53     ` Dmitry Torokhov
2010-03-09 17:51   ` Dmitry Torokhov
2010-03-09 17:58     ` Mike Frysinger
2010-03-09 18:10       ` Dmitry Torokhov
2010-03-09 18:13         ` Mike Frysinger
2010-03-09 18:20           ` Dmitry Torokhov
2010-03-09 19:39             ` Robin Getz
2010-03-10  8:30               ` Hennerich, Michael
2010-03-12 20:55                 ` Robin Getz
2010-03-13  8:44                   ` Dmitry Torokhov
2010-03-22  6:37           ` Dmitry Torokhov
2010-03-22  7:44             ` Mike Frysinger [this message]
2010-03-09 18:18       ` Jonathan Cameron
2010-03-09 18:21         ` Mike Frysinger
2010-03-09 19:08           ` Jonathan Cameron

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=8bd0f97a1003220044n65e2d543ubc831810c0d3da97@mail.gmail.com \
    --to=vapier.adi@gmail.com \
    --cc=Barry.Song@analog.com \
    --cc=akpm@linux-foundation.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.hennerich@analog.com \
    --cc=rgetz@blackfin.uclinux.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;
as well as URLs for NNTP newsgroup(s).