diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-20 09:14:08 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-20 09:14:08 -0700 |
| commit | b991e17c690e0fc3ed632d147754e4ff3823bfdf (patch) | |
| tree | ba881aea9278f8e32c9582f8104c88bd7621c3f8 | |
| parent | 488e00c251e5d9a7afaea7405a39d0fb09bdf8bc (diff) | |
| download | patches-b991e17c690e0fc3ed632d147754e4ff3823bfdf.tar.gz | |
add extra From: line to all patches that were missing it
5 files changed, 9 insertions, 0 deletions
diff --git a/platform-fix-error-path-in-samsung-laptop-init.patch b/platform-fix-error-path-in-samsung-laptop-init.patch index bee13feb950e48..ac288de59f9dea 100644 --- a/platform-fix-error-path-in-samsung-laptop-init.patch +++ b/platform-fix-error-path-in-samsung-laptop-init.patch @@ -6,6 +6,8 @@ Subject: Platform: Fix error path in samsung-laptop init Date: Tue, 23 Aug 2011 13:03:07 +0200 Message-Id: <1314097387-3665-1-git-send-email-dh.herrmann@googlemail.com> +From: David Herrmann <dh.herrmann@googlemail.com> + samsung_init() should not return success if not all devices are initialized. Otherwise, samsung_exit() will dereference sdev NULL pointers and others. diff --git a/platform-fix-samsung-laptop-dmi-identification-for-n220-model.patch b/platform-fix-samsung-laptop-dmi-identification-for-n220-model.patch index 7fc4a04a7581d9..9f0b538f665a73 100644 --- a/platform-fix-samsung-laptop-dmi-identification-for-n220-model.patch +++ b/platform-fix-samsung-laptop-dmi-identification-for-n220-model.patch @@ -3,6 +3,8 @@ From: Raul Gutierrez Segales <rgs@collabora.co.uk> Date: Tue, 30 Aug 2011 16:52:01 +0100 Subject: Platform: fix samsung-laptop DMI identification for N220 model +From: Raul Gutierrez Segales <rgs@collabora.co.uk> + This is a follow-up for commit 78a7539b, which didn't cover the Samsung N220 laptop. With this backlight brightness works nicely on the N220 netbook. diff --git a/platform-samsung_laptop-add-dmi-information-for-samsung-r700-laptops.patch b/platform-samsung_laptop-add-dmi-information-for-samsung-r700-laptops.patch index f9521e0a82a86b..97340038b0bc05 100644 --- a/platform-samsung_laptop-add-dmi-information-for-samsung-r700-laptops.patch +++ b/platform-samsung_laptop-add-dmi-information-for-samsung-r700-laptops.patch @@ -5,6 +5,8 @@ Subject: platform: samsung_laptop: add dmi information for Samsung R700 laptops From: Stefan Beller <stefanbeller@googlemail.com> To: gregkh@suse.de +From: Stefan Beller <stefanbeller@googlemail.com> + My DMI model is this: >dmesg |grep DMI [ 0.000000] DMI present. diff --git a/platform-samsung_laptop-samsung-backlight-for-r528-r728.patch b/platform-samsung_laptop-samsung-backlight-for-r528-r728.patch index e09b7ff7bd762a..8d890163366ec8 100644 --- a/platform-samsung_laptop-samsung-backlight-for-r528-r728.patch +++ b/platform-samsung_laptop-samsung-backlight-for-r528-r728.patch @@ -5,6 +5,7 @@ To: Greg Kroah-Hartman <gregkh@suse.de> Date: Sat, 11 Jun 2011 14:35:51 +0400 Message-ID: <1307788551.16735.2.camel@notebook> +From: Smelov Andrey <xor29a@bk.ru> patch works for me, but I need to add "acpi_backlight=vendor" to kernel params diff --git a/usb-xhci-set-change-bit-when-warm-reset-change-is-set.patch b/usb-xhci-set-change-bit-when-warm-reset-change-is-set.patch index 1eab6a180b6fd9..9475d56099a238 100644 --- a/usb-xhci-set-change-bit-when-warm-reset-change-is-set.patch +++ b/usb-xhci-set-change-bit-when-warm-reset-change-is-set.patch @@ -6,6 +6,8 @@ Cc: linux-usb@vger.kernel.org Subject: USB: xhci: Set change bit when warm reset change is set. Message-ID: <10d11804ad460a2b0e22655ab1a8dde9e21a17b3.1315956216.git.sarah.a.sharp@linux.intel.com> +From: Sarah Sharp <sarah.a.sharp@linux.intel.com> + Sometimes, when a USB 3.0 device is disconnected, the Intel Panther Point xHCI host controller will report a link state change with the state set to "SS.Inactive". This causes the xHCI host controller to issue a warm |
