Re: [PATCH] Modified uvc_driver

From: Laurent Pinchart

Date: Thu Feb 19 2026 - 08:32:35 EST


On Thu, Feb 19, 2026 at 06:48:11PM +0530, Jayesh Puri wrote:
> ---
> Kconfig | 0
> drivers/media/usb/uvc/uvc_driver.c | 2 ++
> 2 files changed, 2 insertions(+)
> mode change 100644 => 100755 Kconfig
>
> diff --git a/Kconfig b/Kconfig
> old mode 100644
> new mode 100755
> diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
> index aa3e8d295e0f..cec117328ab2 100644
> --- a/drivers/media/usb/uvc/uvc_driver.c
> +++ b/drivers/media/usb/uvc/uvc_driver.c
> @@ -2191,6 +2191,8 @@ static int uvc_probe(struct usb_interface *intf,
> (const struct uvc_device_info *)id->driver_info;
> int function;
> int ret;
> +
> + pr_info("I changed uvcvideo driver in the Linux Kernel\n");

Congratulations, but I'm afraid we're out of medals.

Shuah, I thought LFD103 has been updated to avoid spamming the lists
with such patches. What happened ?

>
> /* Allocate memory for the device and initialize it. */
> dev = kzalloc(sizeof(*dev), GFP_KERNEL);

--
Regards,

Laurent Pinchart