[openwrt/openwrt] kernel: bump 6.12 to 6.12.51
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 9 14:14:33 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/17badf609914ca166f26151920ab914010c16be1
commit 17badf609914ca166f26151920ab914010c16be1
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Oct 6 06:11:18 2025 -0400
kernel: bump 6.12 to 6.12.51
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.51
All patches automatically rebased.
Build system: x86/64
Build-tested: flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, x86/64-glibc
Run-tested: flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3, x86/64-glibc
Signed-off-by: John Audia <therealgraysky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/20315
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/generic/kernel-6.12 | 4 ++--
.../ramips/patches-6.12/810-uvc-add-iPassion-iP2970-support.patch | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/generic/kernel-6.12 b/target/linux/generic/kernel-6.12
index b729640129..477c1b5d40 100644
--- a/target/linux/generic/kernel-6.12
+++ b/target/linux/generic/kernel-6.12
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.12 = .50
-LINUX_KERNEL_HASH-6.12.50 = c435bd74d1c21fc5a950781a50d78bae2b93944144694843359948ad3afc72a5
+LINUX_VERSION-6.12 = .51
+LINUX_KERNEL_HASH-6.12.51 = 2d55ad149ca7d9ef82595c669430650030cbf9afbbeb42e5cd9b4ba3cc1a7221
diff --git a/target/linux/ramips/patches-6.12/810-uvc-add-iPassion-iP2970-support.patch b/target/linux/ramips/patches-6.12/810-uvc-add-iPassion-iP2970-support.patch
index 489d223806..d042d33c2c 100644
--- a/target/linux/ramips/patches-6.12/810-uvc-add-iPassion-iP2970-support.patch
+++ b/target/linux/ramips/patches-6.12/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
-@@ -3197,6 +3197,18 @@ static const struct usb_device_id uvc_id
+@@ -3216,6 +3216,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
-@@ -596,6 +598,7 @@ struct uvc_device {
+@@ -598,6 +600,7 @@ struct uvc_device {
struct input_dev *input;
char input_phys[64];
More information about the lede-commits
mailing list