diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-28 16:09:27 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-28 17:23:36 +0200 |
commit | e902d11de96889fc9cf09b5743ebb6dea8ad399c (patch) | |
tree | 665de288d25d6a21b091aea30685bf078fad2c86 /target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch | |
parent | ceb8821a3d3356733aafa9cc9430d1b1ab8ace07 (diff) | |
download | upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.gz upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.bz2 upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.zip |
kernel: bump 4.14 to 4.14.241
Refreshed all patches
Compile-tested: ath79-generic brcm2708-bcm2708
Run-tested: ath79-generic brcm2708-bcm2708
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch')
-rw-r--r-- | target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch b/target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch index 77ec3f111c..7304936b6c 100644 --- a/target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch +++ b/target/linux/ramips/patches-4.14/0031-uvc-add-iPassion-iP2970-support.patch @@ -64,7 +64,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> #include <media/v4l2-common.h> -@@ -1101,9 +1106,149 @@ static void uvc_video_decode_data(struct +@@ -1128,9 +1133,149 @@ static void uvc_video_decode_data(struct } } @@ -214,7 +214,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> /* Mark the buffer as done if the EOF marker is set. */ if (data[1] & UVC_STREAM_EOF && buf->bytesused != 0) { uvc_trace(UVC_TRACE_FRAME, "Frame complete (EOF found).\n"); -@@ -1518,6 +1663,8 @@ static int uvc_init_video_isoc(struct uv +@@ -1545,6 +1690,8 @@ static int uvc_init_video_isoc(struct uv if (npackets == 0) return -ENOMEM; |