diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-08-03 08:36:38 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-08-03 08:36:38 +0200 |
commit | 2de9c6dfed5c691b201b8a4374beb94d82ef4e8a (patch) | |
tree | 52f7bb00c3adde22b28c617ed637a17945a56a97 /SPECS | |
parent | d5731f7b08817d6c698f9263d9bbe1f1ebf49cde (diff) | |
download | kernel-fsync-2de9c6dfed5c691b201b8a4374beb94d82ef4e8a.tar.gz kernel-fsync-2de9c6dfed5c691b201b8a4374beb94d82ef4e8a.zip |
kernel 6.9.12 work around DCN issue
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 83c1a03..7968303 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 202%{?buildid}%{?dist} +%define specrelease 203%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.9.12 @@ -1048,6 +1048,7 @@ Patch414: 0001-add-revoke_all-ioctl-to-release-event-and-joy-nodes-.patch Patch415: v0-speaker-multifix.patch Patch416: v0-oxp-sensors.patch Patch417: loki-mini-pro-hda-pin-fixes.patch +Patch418: dcn32-dcn301-dcn321-mpo-reverts.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -1953,6 +1954,7 @@ ApplyOptionalPatch 0001-add-revoke_all-ioctl-to-release-event-and-joy-nodes-.pat ApplyOptionalPatch v0-speaker-multifix.patch ApplyOptionalPatch v0-oxp-sensors.patch ApplyOptionalPatch loki-mini-pro-hda-pin-fixes.patch +ApplyOptionalPatch dcn32-dcn301-dcn321-mpo-reverts.patch # Allow to set custom USB pollrate for specific devices like so: # usbcore.interrupt_interval_override=045e:00db:16,1bcf:0005:1 @@ -4133,6 +4135,9 @@ fi\ # # %changelog +* Sat Aug 03 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-203.fsync +- kernel-fsync v6.9.12 work around DCN issue + * Wed Jul 31 2024 Jan200101 <sentrycraft123@gmail.com> - 6.9.12-202.fsync - kernel v6.9.12 loki mini |