diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-07-31 13:57:21 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-07-31 13:57:21 +0200 |
commit | d5731f7b08817d6c698f9263d9bbe1f1ebf49cde (patch) | |
tree | cd8c2f8d4c88ed74457840c23906f2c0d4b5fd44 /SPECS | |
parent | f965cef7025748b063c8dd30759f836fdf1d2a1c (diff) | |
download | kernel-fsync-d5731f7b08817d6c698f9263d9bbe1f1ebf49cde.tar.gz kernel-fsync-d5731f7b08817d6c698f9263d9bbe1f1ebf49cde.zip |
kernel 6.9.12 Loki mini hda pin fixes
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 714645d..83c1a03 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -169,7 +169,7 @@ Summary: The Linux kernel # This is needed to do merge window version magic %define patchlevel 9 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 201%{?buildid}%{?dist} +%define specrelease 202%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.9.12 @@ -1047,6 +1047,7 @@ Patch414: 0001-add-revoke_all-ioctl-to-release-event-and-joy-nodes-.patch # Chimera speaker fixes Patch415: v0-speaker-multifix.patch Patch416: v0-oxp-sensors.patch +Patch417: loki-mini-pro-hda-pin-fixes.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -1951,6 +1952,7 @@ ApplyOptionalPatch 0001-add-revoke_all-ioctl-to-release-event-and-joy-nodes-.pat # Chimera speaker fixes ApplyOptionalPatch v0-speaker-multifix.patch ApplyOptionalPatch v0-oxp-sensors.patch +ApplyOptionalPatch loki-mini-pro-hda-pin-fixes.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -4131,6 +4133,9 @@ fi\ # # %changelog +* Wed Jul 31 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-202.fsync +- kernel v6.9.12 loki mini + * Mon Jul 29 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-201.fsync - kernel-fsync v6.9.12 |