From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:58947 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753668AbcCAVmj (ORCPT ); Tue, 1 Mar 2016 16:42:39 -0500 Received: from pmta03.dal05.mailchimp.com (127.0.0.1) by mail333.us4.mandrillapp.com id hqo6cu174noa for ; Tue, 1 Mar 2016 21:42:37 +0000 (envelope-from ) From: Subject: Patch "ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830" has been added to the 4.4-stable tree To: , , , Cc: , Message-Id: <14568685543543@kroah.com> Date: Tue, 01 Mar 2016 21:42:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830 to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: acpi-video-add-disable_backlight_sysfs_if-quirk-for-the-toshiba-satellite-r830.patch and it can be found in the queue-4.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From b21f2e81bd3fd8ed260590e72901254bca2193cd Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 14 Jan 2016 14:24:39 +0100 Subject: ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830 From: Hans de Goede commit b21f2e81bd3fd8ed260590e72901254bca2193cd upstream. The Toshiba Satellite R830 needs disable_backlight_sysfs_if=1, just like the Toshiba Portege R830. Add a quirk for this. Link: https://bugzilla.kernel.org/show_bug.cgi?id=21012 Tested-by: To Do Signed-off-by: Hans de Goede Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- drivers/acpi/acpi_video.c | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/drivers/acpi/acpi_video.c +++ b/drivers/acpi/acpi_video.c @@ -482,6 +482,15 @@ static struct dmi_system_id video_dmi_ta DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE R830"), }, }, + { + /* https://bugzilla.kernel.org/show_bug.cgi?id=21012 */ + .callback = video_disable_backlight_sysfs_if, + .ident = "Toshiba Satellite R830", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE R830"), + }, + }, /* * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set * but the IDs actually follow the Device ID Scheme. Patches currently in stable-queue which might be from hdegoede@redhat.com are queue-4.4/rc-sunxi-cir-initialize-the-spinlock-properly.patch queue-4.4/acpi-video-add-disable_backlight_sysfs_if-quirk-for-the-toshiba-satellite-r830.patch queue-4.4/acpi-video-add-disable_backlight_sysfs_if-quirk-for-the-toshiba-portege-r700.patch queue-4.4/acpi-revert-acpi-video-add-dell-inspiron-5737-to-the-blacklist.patch queue-4.4/gspca-ov534-topro-prevent-a-division-by-0.patch