summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel/smartconnect.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-06-29 09:09:20 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-06-29 09:09:20 -0700
commit921863fd9fe2a7d43437607fedfc7d1780e54acd (patch)
tree9ed26c1f0fbe49535aa2b02839af99844b24949d /drivers/platform/x86/intel/smartconnect.c
parenta89385800edd98f06c6e36c043167b873671c1c9 (diff)
parent7add1ee34692aabd146b86a8e88abad843ed6659 (diff)
Merge tag 'platform-drivers-x86-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Hans de Goede: - Fix lg-laptop driver not working with 2024 LG laptop models - Add missing MODULE_DESCRIPTION() macros to various modules - nvsw-sn2201: Add check for platform_device_add_resources * tag 'platform-drivers-x86-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: platform/x86: add missing MODULE_DESCRIPTION() macros platform/x86/intel: add missing MODULE_DESCRIPTION() macros platform/x86/siemens: add missing MODULE_DESCRIPTION() macros platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB platform/x86: lg-laptop: Change ACPI device id platform/x86: lg-laptop: Remove LGEX0815 hotkey handling platform/x86: wireless-hotkey: Add support for LG Airplane Button platform/mellanox: nvsw-sn2201: Add check for platform_device_add_resources
Diffstat (limited to 'drivers/platform/x86/intel/smartconnect.c')
-rw-r--r--drivers/platform/x86/intel/smartconnect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/smartconnect.c b/drivers/platform/x86/intel/smartconnect.c
index cd25d0585324..31019a1a6d5e 100644
--- a/drivers/platform/x86/intel/smartconnect.c
+++ b/drivers/platform/x86/intel/smartconnect.c
@@ -6,6 +6,7 @@
#include <linux/acpi.h>
#include <linux/module.h>
+MODULE_DESCRIPTION("Intel Smart Connect disabling driver");
MODULE_LICENSE("GPL");
static int smartconnect_acpi_init(struct acpi_device *acpi)