On (22/01/31 09:12), Aditya Garg wrote: > > On 26-Jan-2022, at 4:07 PM, Aditya Garg <gargaditya08@xxxxxxxx> wrote: > > > > From: Paul Pawlowski <paul@xxxxxxxx> > > > > Adds the requisite device id to support detection of the Apple FaceTime > > HD webcam exposed over the T2 BCE VHCI interface. > > > > Tested-by: Aun-Ali Zaidi <admin@xxxxxxxxxx> > > Signed-off-by: Paul Pawlowski <paul@xxxxxxxx> > > Signed-off-by: Aun-Ali Zaidi <admin@xxxxxxxxxx> > > Signed-off-by: Aditya Garg <gargaditya08@xxxxxxxx> I'm not the maintainer, but the patch looks OK to me FWIW Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Laurent, Ricardo, any thoughts? > > drivers/media/usb/uvc/uvc_driver.c | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c > > index 7c007426e..88dc9e7aa 100644 > > --- a/drivers/media/usb/uvc/uvc_driver.c > > +++ b/drivers/media/usb/uvc/uvc_driver.c > > @@ -2848,6 +2848,15 @@ static const struct usb_device_id uvc_ids[] = { > > .bInterfaceProtocol = 0, > > .driver_info = UVC_INFO_QUIRK(UVC_QUIRK_PROBE_MINMAX > > | UVC_QUIRK_BUILTIN_ISIGHT) }, > > + /* Apple FaceTime HD Camera (Built-In) */ > > + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE > > + | USB_DEVICE_ID_MATCH_INT_INFO, > > + .idVendor = 0x05ac, > > + .idProduct = 0x8514, > > + .bInterfaceClass = USB_CLASS_VIDEO, > > + .bInterfaceSubClass = 1, > > + .bInterfaceProtocol = 0, > > + .driver_info = (kernel_ulong_t)&uvc_quirk_probe_def }, > > /* Apple Built-In iSight via iBridge */ > > { .match_flags = USB_DEVICE_ID_MATCH_DEVICE > > | USB_DEVICE_ID_MATCH_INT_INFO,