linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: linux-input@vger.kernel.org
Subject: Re: [RFC 2.6.27 1/1] Add support for Wacom W8001 penabled serial touchscreen
Date: Wed, 19 Nov 2008 11:33:47 -0500	[thread overview]
Message-ID: <20081119112804.ZZRA012@mailhub.coreip.homeip.net> (raw)
In-Reply-To: <1227071666-10509-1-git-send-email-jayakumar.lkml@gmail.com>

Hi Jaya,

On Wed, Nov 19, 2008 at 01:14:26PM +0800, Jaya Kumar wrote:
> Hi Dmitry, linux-input,
> 
> I am resending this patch which I had posted a few weeks back. I would really
> appreciate any feedback.
> 
> Thanks,
> jaya
> 
> 
> The Wacom W8001 sensor is a sensor device (uses electromagnetic resonance)
> and it is interfaced via its serial microcontroller to the host.
> 
> Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
> 

Overall looks good, with the following exceptions:

- you don't seem to report tilt events although you parse the data;
- you don't neet to have cmd_mutex since you call w8001_command just
  once upon initialization; you don't need to re-init completion
  either. I'd also remove w8001_async_command and just did serio_write
  of that 1 character rigth in w8001_connect.
- I wouldn't use expected_packet but rather examine return of
  wait_for_completion_timeout to figure out if query succeeded or not.

Thanks!

-- 
Dmitry

  reply	other threads:[~2008-11-19 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19  5:14 [RFC 2.6.27 1/1] Add support for Wacom W8001 penabled serial touchscreen Jaya Kumar
2008-11-19 16:33 ` Dmitry Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-23 14:37 Jaya Kumar
2008-12-14 17:00 ` Jaya Kumar
2008-12-15  7:06   ` Dmitry Torokhov

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=20081119112804.ZZRA012@mailhub.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=jayakumar.lkml@gmail.com \
    --cc=linux-input@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;
as well as URLs for NNTP newsgroup(s).