Added support of Inferit Eclipse accelerometer

i9 changed/i9/systemd-252-32.el9_4.inferit.2
Arkady L. Shane 4 months ago
parent 71f1de6dd7
commit 5d56359a9a
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,26 @@
From 0ef3440b393b8e13b3f5796bfbbd984f8d5bb115 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 4 Jun 2024 15:31:32 +0300
Subject: [PATCH] Added support of Inferit Eclipse accelerometer
---
hwdb.d/60-sensor.hwdb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
index 0008715..2b3a8fc 100644
--- a/hwdb.d/60-sensor.hwdb
+++ b/hwdb.d/60-sensor.hwdb
@@ -997,3 +997,9 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnWortmann_AG:pnTERRA_PAD_1061:*
#########################################
sensor:modalias:acpi:BMA250E*:dmi:*:svnYOURS:pnY8W81:*
ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
+
+#########################################
+# Inferit Eclipse
+#########################################
+sensor:modalias:acpi:STKH8321*:dmi:*:svnINFERIT:pnEclipse:*
+ ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1
--
2.45.1

@ -21,7 +21,7 @@
Name: systemd Name: systemd
Url: https://systemd.io Url: https://systemd.io
Version: 252 Version: 252
Release: 32%{?dist}.inferit.1 Release: 32%{?dist}.inferit.2
# For a breakdown of the licensing, see README # For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+ License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager Summary: System and Service Manager
@ -800,6 +800,10 @@ Patch0714: 0714-bootctl-downgrade-graceful-messages-to-LOG_NOTICE.patch
Patch0715: 0715-units-rename-rework-systemd-boot-system-token.servic.patch Patch0715: 0715-units-rename-rework-systemd-boot-system-token.servic.patch
Patch0716: 0716-bootctl-split-out-setting-of-system-token-into-funct.patch Patch0716: 0716-bootctl-split-out-setting-of-system-token-into-funct.patch
# MSVSphere
# Added support of Inferit Eclipse accelerometer
Patch5000: 5000-Added-support-of-Inferit-Eclipse-accelerometer.patch
# Downstream-only patches (90009999) # Downstream-only patches (90009999)
%ifarch %{ix86} x86_64 aarch64 %ifarch %{ix86} x86_64 aarch64
@ -1664,6 +1668,9 @@ systemd-hwdb update &>/dev/null || :
%{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/* %{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/*
%changelog %changelog
* Tue Jun 04 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit.2
- Added support of Inferit Eclipse accelerometer
* Tue May 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit.1 * Tue May 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit.1
- Change support page - Change support page

Loading…
Cancel
Save