From: Mattia Dongili <malattia@linux.it>
To: Jorge Pereira <jpereiran@gmail.com>
Cc: Kernel - PlatformDriver-x86 <platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH] Adding support for new keys (ASSIST, WEB and VAIO) of the laptop Vaio E Series.
Date: Tue, 18 May 2010 07:19:36 +0900 [thread overview]
Message-ID: <20100517221936.GA22300@kamineko.org> (raw)
In-Reply-To: <AANLkTimYSSglpdSXOffJvYSNK0FxDy3smuiLGrIAX7Cy@mail.gmail.com>
Hi Jorge
On Sun, May 16, 2010 at 03:36:52AM -0300, Jorge Pereira wrote:
> Hi!
>
> Recently i bought the sony laptop model 'VPCEB15FB' and this model
> has Three buttons top of keyboard[1] that don't work until then.
> added support to all three keys at the driver sony-laptop.c and sonypi.h
Thanks for the patch, it's fundamentally ok but to be honest I'm not too
convinced about the naming. I'm not sure how "dedicated" the Web will
be after you pressed the DEDICATED_WEB button. :)
Also, you seem to have patched an old version of the driver, please
make sure the patch applies on current code.
See a couple of comments below.
...
> From d2c812270bfce82da57a88c40f43a7eea42ba1f2 Mon Sep 17 00:00:00 2001
> From: Jorge Pereira <jpereiran@gmail.com>
> Date: Fri, 14 May 2010 18:18:19 -0300
> Subject: [PATCH] Adding support for new keys (ASSIST, WEB and VAIO) of the laptop Vaio E Series.
>
> ---
Please also Sign-off the patch in your commit log.
...
> + 58, /* 72 SONYPI_EVENT_DEDICATED_SUPPORT */
> + 59, /* 73 SONYPI_EVENT_DEDICATED_WEB */
> + 60, /* 74 SONYPI_EVENT_DEDICATED_VAIO */
Can't these just be SONYPY_EVENT_ASSIST_PRESSED,
SONYPI_EVENT_WEB_PRESSED and SONYPI_EVENT_VAIO_PRESSED?
If necessary you can describe what they were originally inteded to in
the commit message.
Thanks!
--
mattia
:wq!
next prev parent reply other threads:[~2010-05-17 22:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-14 21:53 [PATCH] Adding support for new keys (ASSIST, WEB and VAIO) of the laptop Vaio E Series Jorge Pereira
2010-05-15 18:57 ` Jorge Pereira
2010-05-16 6:36 ` Jorge Pereira
2010-05-17 22:19 ` Mattia Dongili [this message]
2010-05-18 6:56 ` Jorge Pereira
2010-05-19 22:48 ` Mattia Dongili
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=20100517221936.GA22300@kamineko.org \
--to=malattia@linux.it \
--cc=jpereiran@gmail.com \
--cc=platform-driver-x86@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.