]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.12 to 6.12.51 20315/head
authorJohn Audia <therealgraysky@proton.me>
Mon, 6 Oct 2025 10:11:18 +0000 (06:11 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 9 Oct 2025 21:13:45 +0000 (23:13 +0200)
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>
target/linux/generic/kernel-6.12
target/linux/ramips/patches-6.12/810-uvc-add-iPassion-iP2970-support.patch

index b729640129e917c636107ea131e644ba05e19ad8..477c1b5d4060b4cb633f3207d55f2de470f0ffe6 100644 (file)
@@ -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
index 489d2238060ab5379eb941b8a5f0b32e4a18f64a..d042d33c2cf774538b50888b48453740845d72f1 100644 (file)
@@ -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];