Skip to content

Commit b12e314

Browse files
matthiasdotshmergify[bot]
authored andcommitted
microsoft/surface: Update to kernel 6.12.4
1 parent cf737e2 commit b12e314

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed

microsoft/surface/common/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in {
88
./kernel
99
];
1010

11-
microsoft-surface.kernelVersion = mkDefault "6.11";
11+
microsoft-surface.kernelVersion = mkDefault "6.12";
1212

1313
# Seems to be required to properly enable S0ix "Modern Standby":
1414
boot.kernelParams = mkDefault [ "mem_sleep_default=deep" ];

microsoft/surface/common/kernel/linux-surface/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ let
77

88
cfg = config.microsoft-surface;
99

10-
version = "6.11.4";
10+
version = "6.12.4";
1111
kernelPatches = surfacePatches {
1212
inherit version;
1313
patchFn = ./patches.nix;
1414
};
1515
kernelPackages = linuxPackage {
1616
inherit version kernelPatches;
17-
sha256 = "0mcg1rrw9b0lwj88jkaw6ic2mks8xh8i92v90sbr2x35ljhb0m5x";
17+
sha256 = "sha256-bzX4IUM9hCG+cWeZB0fHxKDEUZWPuWiDRGMBrxPXEVI=";
1818
ignoreConfigErrors=true;
1919
};
2020

microsoft/surface/common/kernel/linux-surface/patches.nix

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -119,39 +119,35 @@ CONFIG_SURFACE_BOOK1_DGPU_SWITCH= module;
119119
patch = patchSrc + "/0006-ithc.patch";
120120
}
121121
{
122-
name = "ms-surface/0007-surface-sam";
123-
patch = patchSrc + "/0007-surface-sam.patch";
122+
name = "ms-surface/0007-surface-sam-over-hid";
123+
patch = patchSrc + "/0007-surface-sam-over-hid.patch";
124124
}
125125
{
126-
name = "ms-surface/0008-surface-sam-over-hid";
127-
patch = patchSrc + "/0008-surface-sam-over-hid.patch";
126+
name = "ms-surface/0008-surface-button";
127+
patch = patchSrc + "/0008-surface-button.patch";
128128
}
129129
{
130-
name = "ms-surface/0009-surface-button";
131-
patch = patchSrc + "/0009-surface-button.patch";
130+
name = "ms-surface/0009-surface-typecover";
131+
patch = patchSrc + "/0009-surface-typecover.patch";
132132
}
133133
{
134-
name = "ms-surface/0010-surface-typecover";
135-
patch = patchSrc + "/0010-surface-typecover.patch";
134+
name = "ms-surface/0010-surface-shutdown";
135+
patch = patchSrc + "/0010-surface-shutdown.patch";
136136
}
137137
{
138-
name = "ms-surface/0011-surface-shutdown";
139-
patch = patchSrc + "/0011-surface-shutdown.patch";
138+
name = "ms-surface/0011-surface-gpe";
139+
patch = patchSrc + "/0011-surface-gpe.patch";
140140
}
141141
{
142-
name = "ms-surface/0012-surface-gpe";
143-
patch = patchSrc + "/0012-surface-gpe.patch";
142+
name = "ms-surface/0012-cameras";
143+
patch = patchSrc + "/0012-cameras.patch";
144144
}
145145
{
146-
name = "ms-surface/0013-cameras";
147-
patch = patchSrc + "/0013-cameras.patch";
146+
name = "ms-surface/0013-amd-gpio";
147+
patch = patchSrc + "/0013-amd-gpio.patch";
148148
}
149149
{
150-
name = "ms-surface/0014-amd-gpio";
151-
patch = patchSrc + "/0014-amd-gpio.patch";
152-
}
153-
{
154-
name = "ms-surface/0015-rtc";
155-
patch = patchSrc + "/0015-rtc.patch";
150+
name = "ms-surface/0014-rtc";
151+
patch = patchSrc + "/0014-rtc.patch";
156152
}
157153
]

microsoft/surface/common/repos.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
linux-surface = fetchFromGitHub {
55
owner = "linux-surface";
66
repo = "linux-surface";
7-
rev = "arch-6.11.4-1";
8-
hash = "sha256-5rKfAIkGoD5Y4nMobr7wGvzZqN2yFElXqHdcQS2VL14=";
7+
rev = "arch-6.12.4-1";
8+
hash = "sha256-RAcM28eheOJeHU8liC2lh0zpt/SqwOsHlpWuLmncXVc=";
99
};
1010

1111
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:

0 commit comments

Comments
 (0)