Hi,

I've recently buy a Asus G2S-7T040C with webcam. The following code 
added to uvc_driver.c can be used to add support to this webcam to the 
trunk of uvcvideo module.

    /* D-MAX Sonix 213 OEM Asus laptop */
    { .match_flags        = USB_DEVICE_ID_MATCH_DEVICE
                | USB_DEVICE_ID_MATCH_INT_INFO,
      .idVendor        = 0x174f,
      .idProduct        = 0x5a35,
      .bInterfaceClass    = USB_CLASS_VIDEO,
      .bInterfaceSubClass    = 1,
      .bInterfaceProtocol    = 0
    },


the use of

.driver_info        = UVC_QUIRK_PROBE_MINMAX

or

.driver_info        = UVC_QUIRK_PROBE_EXTRAFIELDS

seems to make no change, so i don't use these.

There is only a problem: the webcam is mounted upside down, and the 
resulting video is rotated by 180°. Is there a module option for 
uvcvideo.ko to rotate the video ? or a change in the code before that 
can do the rotation ?

Thanx for your work and your help

Pierre-Yves Landuré
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to