From: Corentin Chary <corentin.chary@gmail.com>
To: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: acpi4asus-user@lists.sourceforge.net,
platform-driver-x86@vger.kernel.org,
Corentin Chary <corentin.chary@gmail.com>
Subject: [PATCH 2/3] asus-wmi: swap input name and phys
Date: Wed, 30 Mar 2011 16:32:32 +0200 [thread overview]
Message-ID: <1301495553-22468-3-git-send-email-corentin.chary@gmail.com> (raw)
In-Reply-To: <1301495553-22468-1-git-send-email-corentin.chary@gmail.com>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
---
drivers/platform/x86/asus-wmi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
index efc776c..832a3fd7 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -201,8 +201,8 @@ static int asus_wmi_input_init(struct asus_wmi *asus)
if (!asus->inputdev)
return -ENOMEM;
- asus->inputdev->name = asus->driver->input_phys;
- asus->inputdev->phys = asus->driver->input_name;
+ asus->inputdev->name = asus->driver->input_name;
+ asus->inputdev->phys = asus->driver->input_phys;
asus->inputdev->id.bustype = BUS_HOST;
asus->inputdev->dev.parent = &asus->platform_device->dev;
--
1.7.3.4
next prev parent reply other threads:[~2011-03-30 14:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-30 14:32 [PATCH 0/3] acpi4asus's patchs for 2.6.39-rc1 Corentin Chary
2011-03-30 14:32 ` [PATCH 1/3] asus-laptop: remove removed features from feature-removal-schedule.txt Corentin Chary
2011-03-30 14:32 ` Corentin Chary [this message]
2011-03-30 14:32 ` [PATCH 3/3] eeepc-wmi: add keys found on EeePC 1215T Corentin Chary
[not found] ` <1301495553-22468-1-git-send-email-corentin.chary-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-04-01 18:21 ` [PATCH 0/3] acpi4asus's patchs for 2.6.39-rc1 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=1301495553-22468-3-git-send-email-corentin.chary@gmail.com \
--to=corentin.chary@gmail.com \
--cc=acpi4asus-user@lists.sourceforge.net \
--cc=mjg59@srcf.ucam.org \
--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