Messages in this thread |  | | | Date | Fri, 20 Jun 2008 03:40:24 -0400 (EDT) | | From | Len Brown <> | | Subject | [GIT PATCH] ACPI patches for 2.6.26-rc6 |
| |
Hi Linus,
please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release
This will update the files shown below.
thanks!
-Len
ps. individual patches are available on linux-acpi@vger.kernel.org and a consolidated plain patch is available here: ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.26/acpi-release-20080609-2.6.26-rc6.diff.gz
drivers/acpi/ac.c | 8 +++----- drivers/acpi/video.c | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) through these commits:
Len Brown (1): ACPI: no AC status notification
Zhang Rui (1): ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device
with this log:
commit f163ff5176a8e9c827d8ebe044710d67d40799c3 Author: Len Brown <len.brown@intel.com> Date: Sat Jun 14 01:26:37 2008 -0400
ACPI: no AC status notification
http://bugzilla.kernel.org/show_bug.cgi?id=10695
Signed-off-by: Len Brown <len.brown@intel.com>
commit d385c2a85877f0cb785070094edf9a624c090d68 Author: Zhang Rui <rui.zhang@intel.com> Date: Sat Jun 14 01:01:18 2008 -0400
ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device
The child of a video bus device is not alway a video device. It should be a warn message rather than an exception here. http://bugzilla.kernel.org/show_bug.cgi?id=9761
Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
|  |