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

Commit

Permalink
Update kernel 5.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfad committed Jun 4, 2020
1 parent ca999f4 commit 41dfa5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu -o pipefail

## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
KERNEL_VERSION=5.6.14
KERNEL_VERSION=5.6.15
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
REPO_PATH=$(pwd)
Expand Down
4 changes: 0 additions & 4 deletions patches/camera.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
From: fedora kernel <fedora@kernel.org>
Subject: patch camera

diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 10cfe8e51626..6a81c7ffda5f 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
Expand All @@ -21,4 +18,3 @@ index 10cfe8e51626..6a81c7ffda5f 100644
/* Generic USB Video Class */
{ USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, UVC_PC_PROTOCOL_UNDEFINED) },
{ USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, UVC_PC_PROTOCOL_15) },

0 comments on commit 41dfa5f

Please sign in to comment.