public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Modified uvc_driver
@ 2026-02-19 13:18 Jayesh Puri
  2026-02-19 13:32 ` Laurent Pinchart
  0 siblings, 1 reply; 6+ messages in thread
From: Jayesh Puri @ 2026-02-19 13:18 UTC (permalink / raw)
  To: laurent.pinchart, mchehab; +Cc: Jayesh Puri, linux-media, linux-kernel

---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-20 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 13:18 [PATCH] Modified uvc_driver Jayesh Puri
2026-02-19 13:32 ` Laurent Pinchart
2026-02-19 20:24   ` Shuah Khan
2026-02-20 10:27     ` Laurent Pinchart
2026-02-20 15:49       ` Shuah Khan
2026-02-20 16:13         ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox