Hi Josef,

fallowing quirk are supported:
#define UVC_QUIRK_STATUS_INTERVAL       0x00000001
#define UVC_QUIRK_PROBE_MINMAX          0x00000002
#define UVC_QUIRK_PROBE_EXTRAFIELDS     0x00000004
#define UVC_QUIRK_BUILTIN_ISIGHT        0x00000008
#define UVC_QUIRK_STREAM_NO_FID         0x00000010
#define UVC_QUIRK_IGNORE_SELECTOR_UNIT  0x00000020
#define UVC_QUIRK_FIX_BANDWIDTH         0x00000080
#define UVC_QUIRK_PROBE_DEF             0x00000100
#define UVC_QUIRK_RESTRICT_FRAME_RATE   0x00000200

Assume your Dell webcam need UVC_QUIRK_PROBE_EXTRAFIELDS, and Logilink
need UVC_QUIRK_PROBE_EXTRAFIELDS. If you wont to use only one quirk at time you should use only numbers from the list.
Can you please confirm my assumption.

Am 30.10.2011 19:12, schrieb Josef Burg:
Hi,

I have found 2 devices supported by uvcvideo in quirks mode, which are not 
currently on the list of supported devices:

The first is an integrated Webcam in my Dell Vostro 3550 (1bcf:2809) which only 
works with quirks set to 4 (and up).

The second one is an external wireless usb webcam from LogiLink (0416:a91a). 
This one only works with quirks set to 2.

As far as i saw, you need the output of lsusb, so I attached it as two text 
files.


Greetings, Josef



_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to