drivers/platform/x86/samsung-laptop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
drivers/platform/x86/samsung-laptop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 0d3e3ca20b1b..decde4c9a3d9 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -1653,5 +1653,5 @@ module_init(samsung_init);
module_exit(samsung_exit);
MODULE_AUTHOR("Greg Kroah-Hartman <gregkh@suse.de>");
-MODULE_DESCRIPTION("Samsung Backlight driver");
+MODULE_DESCRIPTION("Samsung Laptop driver");
MODULE_LICENSE("GPL");
--
2.45.2
On Sat, 23 Nov 2024 14:29:28 +0100, Sedat Dilek wrote:
> Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
>
>
Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
commit: 3510398032b445abd034753ce86a60882f41fe27
--
i.
On Mon, Dec 2, 2024 at 6:05 PM Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> wrote: > > On Sat, 23 Nov 2024 14:29:28 +0100, Sedat Dilek wrote: > > > Rename from "Samsung Backlight driver" to "Samsung Laptop driver". > > > > > > > Thank you for your contribution, it has been applied to my local > review-ilpo-fixes branch. Note it will show up in the public > platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my > local branch there, which might take a while. > > The list of commits applied: > [1/1] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION > commit: 3510398032b445abd034753ce86a60882f41fe27 > > -- > i. Thanks, Ilpo. The commit is now in fixes Git branch. Best regards, -Sedat- [1] https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes
On Sat, Nov 23, 2024 at 02:29:28PM +0100, Sedat Dilek wrote: > Rename from "Samsung Backlight driver" to "Samsung Laptop driver". > > Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> > --- > drivers/platform/x86/samsung-laptop.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Wow, does anyone still use this thing? Anyway, looks good: Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
On Sat, Nov 23, 2024 at 10:15 PM Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > On Sat, Nov 23, 2024 at 02:29:28PM +0100, Sedat Dilek wrote: > > Rename from "Samsung Backlight driver" to "Samsung Laptop driver". > > > > Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> > > --- > > drivers/platform/x86/samsung-laptop.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Wow, does anyone still use this thing? Anyway, looks good: > Thanks for coding the samsung_laptop driver 10+ years ago, Greg. My mother died in 2012. This laptop was her last birthday present to me. # cat /proc/version Linux version 6.12.1-2-amd64-clang19-kcfi (sedat.dilek@gmail.com@iniza) (ClangBuiltLinux clang version 19.1.4 (https://github.com/llvm/llvm-project.git aadaa00de76ed0c4987b97450dd638f63a385bed), ClangBuiltLinux LLD 19.1.4 (https://github.com/llvm/llvm-project.git aadaa00de76ed0c4987b97450dd638f63a385bed)) #2~trixie+dileks SMP PREEMPT_DYNAMIC 2024-11-23 # LC_ALL=C dmesg -T | grep -i samsung [Wed Nov 27 20:01:11 2024] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013 [Wed Nov 27 20:02:29 2024] samsung_laptop: detected SABI interface: SwSmi@ # dmidecode --string system-manufacturer SAMSUNG ELECTRONICS CO., LTD. # dmidecode --string system-product-name 530U3BI/530U4BI/530U4BH > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Thanks, hope the platform/x86 maintainers will follow. Best regards, -Sedat-
© 2016 - 2026 Red Hat, Inc.