diff options
| author | John Audia | 2025-10-06 10:11:18 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-09 21:13:45 +0000 |
| commit | 17badf609914ca166f26151920ab914010c16be1 (patch) | |
| tree | 380e3024776c5f5fb87db693fa3a00dd234242ad | |
| parent | 1949fb996a3dbe584404e76d91b33ecfc8c71551 (diff) | |
| download | openwrt-17badf609914ca166f26151920ab914010c16be1.tar.gz | |
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@proton.me>
Link: https://github.com/openwrt/openwrt/pull/20315
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/kernel-6.12 | 4 | ||||
| -rw-r--r-- | target/linux/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@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@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@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]; |