[PATCH] Modified uvc_driver
From: Jayesh Puri
Date: Thu Feb 19 2026 - 08:20:04 EST
---
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");
/* Allocate memory for the device and initialize it. */
dev = kzalloc(sizeof(*dev), GFP_KERNEL);
--
2.53.0