From 564a7994d8d7b3263f3134833a04888be21aac60 Mon Sep 17 00:00:00 2001 From: Loosetooth Date: Thu, 19 Dec 2024 19:03:33 +0100 Subject: [PATCH] add cameras patch --- custom-kernel.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/custom-kernel.nix b/custom-kernel.nix index 6ccd729..acf094a 100644 --- a/custom-kernel.nix +++ b/custom-kernel.nix @@ -12,5 +12,12 @@ VIDEO_OV5693 y ''; } + # cameras patch from linux-surface + { + name = "cameras-patch"; + patch = null; + url = "https://github.com/linux-surface/linux-surface/raw/master/patches/6.12/0012-cameras.patch"; + sha256 = "sha256-0759cl1xq3jdq6hd97y8gx8671g0y899b7azv623bzxjf1jz40ng"; + } ]; -} \ No newline at end of file +}