[openwrt/openwrt] kernel: bump 6.6 to 6.6.110
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 9 14:17:34 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/ade81ff85a47ef3ae7cf90a71b51b2fc595e5a55
commit ade81ff85a47ef3ae7cf90a71b51b2fc595e5a55
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Wed Oct 8 19:32:20 2025 +0200
kernel: bump 6.6 to 6.6.110
All patches auto-refreshed.
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.110
Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20320
(cherry picked from commit 7a793724b1cb28c2a3d0d7594ed2aeda1f6d4933)
Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20348
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
include/kernel-6.6 | 4 ++--
.../ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/kernel-6.6 b/include/kernel-6.6
index 990ef3dfd1..d6270b06ef 100644
--- a/include/kernel-6.6
+++ b/include/kernel-6.6
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .109
-LINUX_KERNEL_HASH-6.6.109 = 7731cd99778cfdeedd63aa1b5aa8379511b97ec7df8c9eca44baed4e401730f4
+LINUX_VERSION-6.6 = .110
+LINUX_KERNEL_HASH-6.6.110 = 1bf20daf5543b8759f325e55fb0da4913715e68741627a13380e66aaf219fb1d
diff --git a/target/linux/ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch b/target/linux/ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch
index c121690786..9122652337 100644
--- a/target/linux/ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch
+++ b/target/linux/ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch
@@ -13,7 +13,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
-@@ -3310,6 +3310,18 @@ static const struct usb_device_id uvc_id
+@@ -3329,6 +3329,18 @@ static const struct usb_device_id uvc_id
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.driver_info = UVC_INFO_META(V4L2_META_FMT_D4XX) },
@@ -225,7 +225,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
for_each_uvc_urb(uvc_urb, stream) {
--- a/drivers/media/usb/uvc/uvcvideo.h
+++ b/drivers/media/usb/uvc/uvcvideo.h
-@@ -77,6 +77,8 @@
+@@ -79,6 +79,8 @@
#define UVC_QUIRK_DISABLE_AUTOSUSPEND 0x00008000
#define UVC_QUIRK_INVALID_DEVICE_SOF 0x00010000
#define UVC_QUIRK_MJPEG_NO_EOF 0x00020000
@@ -234,7 +234,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
/* Format flags */
#define UVC_FMT_FLAG_COMPRESSED 0x00000001
-@@ -591,6 +593,7 @@ struct uvc_device {
+@@ -593,6 +595,7 @@ struct uvc_device {
struct input_dev *input;
char input_phys[64];
More information about the lede-commits
mailing list