tuxedo-drivers: update to 4.6.3
This commit is contained in:
parent
62e36a88f1
commit
5a92553df5
|
@ -1,12 +0,0 @@
|
|||
--- a/src/clevo_acpi.c
|
||||
+++ b/src/clevo_acpi.c
|
||||
@@ -248,7 +248,9 @@ static const struct acpi_device_id clevo_acpi_device_ids[] = {
|
||||
static struct acpi_driver clevo_acpi_driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.class = DRIVER_NAME,
|
||||
+#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 10, 0)
|
||||
.owner = THIS_MODULE,
|
||||
+#endif
|
||||
.ids = clevo_acpi_device_ids,
|
||||
.flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
|
||||
.ops = {
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'tuxedo-drivers'
|
||||
pkgname=tuxedo-drivers
|
||||
version=4.6.1
|
||||
revision=2
|
||||
version=4.6.3
|
||||
revision=1
|
||||
depends="dkms"
|
||||
short_desc="TUXEDO hardware drivers"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
|
||||
distfiles="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/archive/v${version}/tuxedo-drivers-v${version}.tar.gz"
|
||||
checksum=be39bd3bff536c74e97bd66fff60c42f86c98f3c4d5b515ea94966b411427823
|
||||
checksum=d11e581c0d5e954fc856495cc9657519a6b69f830b7f88d34994ad5a186e09c5
|
||||
|
||||
dkms_modules="tuxedo-drivers ${version}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue