Signed-off-by: Naveen Naidu <naveennaidu479@xxxxxxxxx> --- 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