From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: [GIT PATCH] ACPI patches for 2.6.26-rc6 Date: Fri, 20 Jun 2008 03:40:24 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Sender: linux-acpi-owner@vger.kernel.org To: Linus Torvalds Cc: Andrew Morton , Linux Kernel Mailing List , linux-acpi@vger.kernel.org, Linux Power Management List List-Id: linux-pm@vger.kernel.org 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 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 commit d385c2a85877f0cb785070094edf9a624c090d68 Author: Zhang Rui 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 Signed-off-by: Len Brown