Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -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

@ -25,7 +25,7 @@
Name: systemd
Url: https://systemd.io
Version: 252
Release: 32%{?dist}.7
Release: 32%{?dist}.7.inferit
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -822,6 +822,10 @@ Patch0730: 0730-cryptsetup-check-the-existence-of-salt-by-salt_size-.patch
Patch0731: 0731-bootspec-fix-null-dereference-read.patch
Patch0732: 0732-generator-uninline-generator_open_unit_file-and-gene.patch
# MSVSphere
# Added support of Inferit Eclipse accelerometer
Patch5000: 5000-Added-support-of-Inferit-Eclipse-accelerometer.patch
# Downstream-only patches (90009999)
%ifarch %{ix86} x86_64 aarch64
@ -1260,9 +1264,9 @@ CONFIGURE_OPTS=(
-Duserdb=false
-Dportabled=false
-Dnetworkd=false
-Dsupport-url=https://access.redhat.com/support
-Dsupport-url=https://msvsphere-os.ru/support/
# https://issues.redhat.com/browse/RHEL-16810
-Dsbat-distro-url=mailto:secalert@redhat.com
-Dsbat-distro-url=mailto:secalert@msvsphere-os.ru
-Ddefault-net-naming-scheme=rhel-9.0
-Dukify=true
)
@ -1708,12 +1712,21 @@ systemd-hwdb update &>/dev/null || :
- cryptsetup: check the existence of salt by salt_size > 0 (RHEL-40119)
- bootspec: fix null-dereference-read (RHEL-40119)
* Tue Jun 04 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit.2
- Added support of Inferit Eclipse accelerometer
* Wed May 22 2024 Jan Macku <jamacku@redhat.com> - 252-32.5
- spec: return selinux dependencies (RHEL-36471)
* Mon May 20 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-32.4
- kernel-install: fix uki-copy deinstall (RHEL-35994)
* Tue May 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit.1
- Change support page
* Wed May 01 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-32.inferit
- Added -Dsbat-distro-url=mailto:secalert@msvsphere-os.ru
* Wed May 15 2024 Jan Macku <jamacku@redhat.com> - 252-32.3
- remove selinux post-requires for python (RHEL-36471)
@ -2264,6 +2277,9 @@ systemd-hwdb update &>/dev/null || :
- oss-fuzz: include generated corpora in the final zip file (#2176918)
- unit: In cgroupv1, gracefully terminate delegated scopes again (#2180120)
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 252-8
- Rebuilt for MSVSphere 9.1.
* Mon Feb 27 2023 systemd maintenance team <systemd-maint@redhat.com> - 252-8
- journal-file: Fix return value in bump_entry_array() (#2173682)

Loading…
Cancel
Save