|
@@ -1635,7 +1635,7 @@ static int uvc_probe(struct usb_interface *intf,
|
|
|
goto error;
|
|
|
}
|
|
|
|
|
|
- uvc_printk(KERN_INFO, "Found UVC %u.%02u device %s (%04x:%04x)\n",
|
|
|
+ uvc_printk(KERN_INFO, "Found UVC %u.%02x device %s (%04x:%04x)\n",
|
|
|
dev->uvc_version >> 8, dev->uvc_version & 0xff,
|
|
|
udev->product ? udev->product : "<unnamed>",
|
|
|
le16_to_cpu(udev->descriptor.idVendor),
|