Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 41dfa5f

Browse files
committed
Update kernel 5.6.15
1 parent ca999f4 commit 41dfa5f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu -o pipefail
44

55
## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
66
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
7-
KERNEL_VERSION=5.6.14
7+
KERNEL_VERSION=5.6.15
88
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
99
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1010
REPO_PATH=$(pwd)

patches/camera.patch

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
From: fedora kernel <fedora@kernel.org>
2-
Subject: patch camera
3-
41
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
52
index 10cfe8e51626..6a81c7ffda5f 100644
63
--- a/drivers/media/usb/uvc/uvc_driver.c
@@ -21,4 +18,3 @@ index 10cfe8e51626..6a81c7ffda5f 100644
2118
/* Generic USB Video Class */
2219
{ USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, UVC_PC_PROTOCOL_UNDEFINED) },
2320
{ USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, UVC_PC_PROTOCOL_15) },
24-

0 commit comments

Comments
 (0)