SRU #246309 - Add support for MEDION E1210 webcam
Ben Collins
bcollins at ubuntu.com
Mon Jul 7 16:57:38 UTC 2008
On Mon, 2008-07-07 at 10:28 -0600, Tim Gardner wrote:
> >From cdca2d54267cf74787b8ff59b20a9c8fcfcca7d0 Mon Sep 17 00:00:00 2001
> From: Tim Gardner <tim.gardner at canonical.com>
> Date: Mon, 7 Jul 2008 10:19:39 -0600
> Subject: [PATCH] UBUNTU: Add support for MEDION E1210 webcam
> OriginalAuthor: http://kanotix.com
> Bug: #246309
>
> Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
ACK
> ---
> ubuntu/media/usbvideo/uvc_driver.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/ubuntu/media/usbvideo/uvc_driver.c b/ubuntu/media/usbvideo/uvc_driver.c
> index 6d209eb..e939a5d 100644
> --- a/ubuntu/media/usbvideo/uvc_driver.c
> +++ b/ubuntu/media/usbvideo/uvc_driver.c
> @@ -1823,6 +1823,15 @@ static struct usb_device_id uvc_ids[] = {
> .bInterfaceSubClass = 1,
> .bInterfaceProtocol = 0,
> .driver_info = UVC_QUIRK_PROBE_MINMAX },
> + /* MEDION E1210 webcam*/
> + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE
> + | USB_DEVICE_ID_MATCH_INT_INFO,
> + .idVendor = 0x5986,
> + .idProduct = 0x0141,
> + .bInterfaceClass = USB_CLASS_VIDEO,
> + .bInterfaceSubClass = 1,
> + .bInterfaceProtocol = 0,
> + .driver_info = UVC_QUIRK_PROBE_MINMAX },
> /* Generic USB Video Class */
> { USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, 0) },
> {}
> --
> 1.5.4.3
>
>
More information about the kernel-team
mailing list