From: Ike Panhc <ike.pan@canonical.com>
To: linux-kernel@vger.kernel.org,
platform-driver-x86@vger.kernel.org, linux-acpi@vger.kernel.org
Cc: Matthew Garrett <mjg@redhat.com>,
David Woodhouse <dwmw2@infradead.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Dave Hansen <dave@linux.vnet.ibm.com>,
Corentin Chary <corentin.chary@gmail.com>
Subject: [PATCH v3 0/6] ideapad: hotkey enablement
Date: Mon, 13 Dec 2010 17:59:44 +0800 [thread overview]
Message-ID: <1292234384-2599-1-git-send-email-ike.pan@canonical.com> (raw)
Here are the enablement patches for hotkey events on ideapads and these patches
are made against current checkout of mainline kernel.
After last time posting on LKML, there are several feedback and these patches
are modified.
>From Dmitry Torokhov, squash the select INPUT_SPARSEKMAP patch and hotkey
enablement patch.
>From Corentin Chary, add documentation about the usage of sysfs node
>From Dave Hansen, change the platform node name from Ideapad to ideapad
These patches are available in the git repository at:
git://kernel.ubuntu.com/ikepanhc/ideapad-laptop.git ideapad-laptop
Ike Panhc (6):
ideapad: add platform driver for ideapad
ideapad: let camera power control entry under platform driver
ideapad: add hotkey support
ideapad: add markups, unify comments and return result when init
ideapad: pass ideapad_priv as argument (part 1)
ideapad: pass ideapad_priv as argument (part 2)
.../ABI/testing/sysfs-platform-ideapad-laptop | 6 +
drivers/platform/x86/Kconfig | 1 +
drivers/platform/x86/ideapad-laptop.c | 259 ++++++++++++++------
3 files changed, 186 insertions(+), 80 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-platform-ideapad-laptop
next reply other threads:[~2010-12-13 9:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-13 9:59 Ike Panhc [this message]
2010-12-13 10:00 ` [PATCH 1/6] ideapad: add platform driver for ideapad Ike Panhc
2010-12-13 10:00 ` [PATCH 2/6] ideapad: let camera power control entry under platform driver Ike Panhc
2010-12-13 10:00 ` [PATCH 3/6] ideapad: add hotkey support Ike Panhc
2010-12-13 10:00 ` [PATCH 4/6] ideapad: add markups, unify comments and return result when init Ike Panhc
2010-12-13 10:01 ` [PATCH 5/6] ideapad: pass ideapad_priv as argument (part 1) Ike Panhc
2010-12-13 10:01 ` [PATCH 6/6] ideapad: pass ideapad_priv as argument (part 2) Ike Panhc
2010-12-20 16:14 ` [PATCH v3 0/6] ideapad: hotkey enablement Matthew Garrett
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=1292234384-2599-1-git-send-email-ike.pan@canonical.com \
--to=ike.pan@canonical.com \
--cc=corentin.chary@gmail.com \
--cc=dave@linux.vnet.ibm.com \
--cc=dmitry.torokhov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox