Package Details: librem-ec-acpi-dkms 0.9.2-1

Git Clone URL: https://aur.archlinux.org/librem-ec-acpi-dkms.git (read-only, click to copy)
Package Base: librem-ec-acpi-dkms
Description: Librem 14 EC APCI Driver
Upstream URL: https://source.puri.sm/nicole.faerber/librem-ec-acpi-dkms
Keywords: librem
Licenses: GPL
Submitter: primalmotion
Maintainer: primalmotion
Last Packager: primalmotion
Votes: 2
Popularity: 0.000000
First Submitted: 2021-07-01 22:25 (UTC)
Last Updated: 2023-03-01 00:22 (UTC)

Latest Comments

daimonion commented on 2024-09-21 14:12 (UTC)

Please include this patch so that the module can be built for kernel 6.10.x:

From 13fc2a3949c30cfd8624acdbc97c7942aee588f8 Mon Sep 17 00:00:00 2001
From: primalmotion <primalmotion@pm.me>
Date: Tue, 6 Aug 2024 18:14:10 +0200
Subject: [PATCH] fixed: build on linux 6.10.3

---
 librem_ec_acpi.c | 2 ++
 1 file changed, 2 insertions(+)

Origin: upstream, https://source.puri.sm/nicole.faerber/librem-ec-acpi-dkms/-/merge_requests/2.patch

diff --git a/librem_ec_acpi.c b/librem_ec_acpi.c
index 4e8ebf3..d53f580 100644
--- a/librem_ec_acpi.c
+++ b/librem_ec_acpi.c
@@ -779,7 +779,9 @@ static SIMPLE_DEV_PM_OPS(librem_ec_pm, librem_ec_suspend, librem_ec_resume);

 static struct acpi_driver librem_ec_driver = {
    .name = "Librem EC ACPI Driver",
+#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 10, 0)
    .owner = THIS_MODULE,
+#endif
    .class = "hotkey",
    .ids = device_ids,
    // .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
-- 
GitLab

Stilgar commented on 2022-01-10 00:43 (UTC)

For the driver to be installed you need to make sure you have the package; linux-headers for your kernel.