* [PATCH] uvcvideo: On load display message
@ 2020-01-12 13:08 Naveen Naidu
0 siblings, 0 replies; only message in thread
From: Naveen Naidu @ 2020-01-12 13:08 UTC (permalink / raw)
To: laurent.pinchart, mchehab; +Cc: Naveen Naidu, linux-media, linux-kernel
Signed-off-by: Naveen Naidu <naveennaidu479@gmail.com>
---
drivers/media/usb/uvc/uvc_driver.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 428235ca2635..e0797f62e100 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -2098,6 +2098,9 @@ static int uvc_probe(struct usb_interface *intf,
int function;
int ret;
+ pr_info("I changed uncvideo driver in the Linux Kernel\n");
+
+
if (id->idVendor && id->idProduct)
uvc_trace(UVC_TRACE_PROBE, "Probing known UVC device %s "
"(%04x:%04x)\n", udev->devpath, id->idVendor,
--
2.17.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-12 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 13:08 [PATCH] uvcvideo: On load display message Naveen Naidu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®