From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Arend van Spriel <aspriel@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] media: uvc: add support for Toshiba FHD Webcam
Date: Wed, 29 Oct 2014 00:32:47 +0200 [thread overview]
Message-ID: <1611045.7yGLlX0ceE@avalon> (raw)
In-Reply-To: <1414535418-6133-1-git-send-email-aspriel@gmail.com>
Hi Arend,
Thank you for the patch.
On Tuesday 28 October 2014 23:30:18 Arend van Spriel wrote:
> The webcam is identified as Toshiba webcam although it seems a module
> from Chicony Electronics. Not sure about the model so just refering
> to it as Toshiba webcam that is in Portege z30 laptop.
>
> Signed-off-by: Arend van Spriel <aspriel@gmail.com>
> ---
> drivers/media/usb/uvc/uvc_driver.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/media/usb/uvc/uvc_driver.c
> b/drivers/media/usb/uvc/uvc_driver.c index 7c8322d..f0b7eab 100644
> --- a/drivers/media/usb/uvc/uvc_driver.c
> +++ b/drivers/media/usb/uvc/uvc_driver.c
> @@ -2193,6 +2193,14 @@ static struct usb_device_id uvc_ids[] = {
> .bInterfaceSubClass = 1,
> .bInterfaceProtocol = 0,
> .driver_info = UVC_QUIRK_RESTRICT_FRAME_RATE },
> + /* Chicony (Toshiba FHD Webcam) */
> + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
> + | USB_DEVICE_ID_MATCH_INT_INFO,
> + .idVendor = 0x04f2,
> + .idProduct = 0xb3b2,
> + .bInterfaceClass = USB_CLASS_VIDEO,
> + .bInterfaceSubClass = 1,
> + .bInterfaceProtocol = 0 },
Is this really needed ? Isn't the camera properly detected and supported
without this patch ?
> /* Alcor Micro AU3820 (Future Boy PC USB Webcam) */
> { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
>
> | USB_DEVICE_ID_MATCH_INT_INFO,
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2014-10-28 22:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-28 22:30 [PATCH] media: uvc: add support for Toshiba FHD Webcam Arend van Spriel
2014-10-28 22:32 ` Laurent Pinchart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611045.7yGLlX0ceE@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=aspriel@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).