From: Carlos Corbacho <carlos@strangeworlds.co.uk>
To: linux-acpi@vger.kernel.org
Cc: Len Brown <lenb@kernel.org>,
Matthew Garrett <mjg59@srcf.ucam.org>,
Alexey Starikovskiy <aystarik@gmail.com>
Subject: [PATCH 0/5] WMI
Date: Sat, 12 Jan 2008 02:20:06 +0000 [thread overview]
Message-ID: <20080112022006.4349.22328.stgit@pacifica> (raw)
ANYWR - A New Year WMI release
Len,
Can you please review at least the first two patches in this series, as I
would really like to try and get them into 2.6.25.
-Carlos
===
Patch #1: (WMI - driver and in kernel interface) - No change
Len: For you to review, and to go upstream.
====
Patch #2: (acer-wmi)
Added more device autodetection. Also, fixed setting bluetooth and wireless
on older AMW0 V2 laptops, and improved the error handling code on driver
registration.
(I am currently working on rfkill support, but have been running into some
strange problems with rfkill-input, so I'll release that as a future patch
on top of this when it's done. Until then, though, this patch still works
as-is).
Len: For you to review, and to go upstream.
====
Patch #3: (tc1100-wmi) - No Change
RFC only, needs actual testing on the hardware, and probably very broken.
Waiting on Matthew Garrett to get some free time to test this.
====
Patch #4: (WMI sysfs interface) - No Change
RFC only (see patch #5 for reason). Adds interface under
/sys/devices/virtual/wmi
Matthew: Do you want me to fold patch #5 into this?
====
Patch #5: (WMI sysfs workaround) - No change
Temporary hack, needed to get patch #4 working, due to a limitation on bus_id
length (Kay Sievers is apparently working on this, ref Greg KH[1]).
[1] http://lkml.org/lkml/2007/12/4/30
---
Carlos Corbacho (5):
[WIP] ACPI: WMI: Limit size of device string to 19 characters
[RFC] ACPI: WMI: Add sysfs userspace interface
[RFC] tc1100-wmi: Add driver for HP Compaq TC1100 Tablets
acer-wmi: Add driver for newer Acer laptops
ACPI: WMI: Add ACPI-WMI mapping driver
MAINTAINERS | 7
drivers/acpi/Kconfig | 11
drivers/acpi/Makefile | 1
drivers/acpi/wmi.c | 1171 +++++++++++++++++++++++++++++++++++++++++++++
drivers/misc/Kconfig | 25 +
drivers/misc/Makefile | 2
drivers/misc/acer-wmi.c | 1100 ++++++++++++++++++++++++++++++++++++++++++
drivers/misc/tc1100-wmi.c | 290 +++++++++++
include/linux/acpi.h | 20 +
9 files changed, 2627 insertions(+), 0 deletions(-)
create mode 100644 drivers/acpi/wmi.c
create mode 100644 drivers/misc/acer-wmi.c
create mode 100644 drivers/misc/tc1100-wmi.c
next reply other threads:[~2008-01-12 2:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-12 2:20 Carlos Corbacho [this message]
2008-01-12 2:20 ` [PATCH 1/5] ACPI: WMI: Add ACPI-WMI mapping driver Carlos Corbacho
2008-01-12 13:00 ` Carlos Corbacho
2008-01-12 2:20 ` [PATCH 2/5] acer-wmi: Add driver for newer Acer laptops Carlos Corbacho
2008-01-12 2:20 ` [PATCH 3/5] [RFC] tc1100-wmi: Add driver for HP Compaq TC1100 Tablets Carlos Corbacho
2008-01-12 2:20 ` [PATCH 4/5] [RFC] ACPI: WMI: Add sysfs userspace interface Carlos Corbacho
2008-01-12 2:20 ` [PATCH 5/5] [WIP] ACPI: WMI: Limit size of device string to 19 characters Carlos Corbacho
-- strict thread matches above, loose matches on Subject: below --
2008-01-18 23:58 [PATCH 0/5] WMI Carlos Corbacho
2008-01-27 20:49 ` Carlos Corbacho
2007-12-27 15:38 Carlos Corbacho
2008-01-06 1:39 ` Carlos Corbacho
2007-12-18 23:51 Carlos Corbacho
2007-12-17 0:23 Carlos Corbacho
2007-12-17 0:23 Carlos Corbacho
2007-12-12 2:01 Carlos Corbacho
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=20080112022006.4349.22328.stgit@pacifica \
--to=carlos@strangeworlds.co.uk \
--cc=aystarik@gmail.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=mjg59@srcf.ucam.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).