Hi,

suddenly i do not have complete log, but may be your cam do not send a
FID bit. Try to reload the uvcvideo module with NO_FID quirk:

rmmod uvcvideo && modprobe uvcvideo trace=0xfff quirks=0x10

You can find more quirks in source include/linux/uvcvideo.h or
drivers/media/video/uvc/uvcvideo.h

grep -R UVC_QUIRK_* uvcvideo.h | awk '{print $2" "$3}'
UVC_QUIRK_STATUS_INTERVAL 0x00000001
UVC_QUIRK_PROBE_MINMAX 0x00000002
UVC_QUIRK_PROBE_EXTRAFIELDS 0x00000004
UVC_QUIRK_BUILTIN_ISIGHT 0x00000008
UVC_QUIRK_STREAM_NO_FID 0x00000010
UVC_QUIRK_IGNORE_SELECTOR_UNIT 0x00000020
UVC_QUIRK_FIX_BANDWIDTH 0x00000080
UVC_QUIRK_PROBE_DEF 0x00000100
UVC_QUIRK_RESTRICT_FRAME_RATE 0x00000200

Am Donnerstag, den 24.02.2011, 14:54 +1100 schrieb linux newbie:
> Hi,
> 
> Following is the debug message. My application code uses one mmap
> buffer. It queue's the buffer and then waits for one frame of data
> (using select), once the select breaks, it de-queue's the buffer and
> copies to application buffer and again re-queue's it. After some time
> (not consistent), disconnect event occurs.This happens only with MS
> life cam and not with Logitech cam.
> 
> # dmesg
> ).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.040000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.050000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.060000] uvcvideo: Dropping payload (out of sync).
> [  975.070000] uvcvideo: Frame complete (EOF found).
> [  975.070000] uvcvideo: EOF in empty payload.
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.070000] uvcvideo: USB isochronous frame lost (-18).
> [  975.080000] uvcvideo: uvc_v4l2_poll
> [  975.080000] uvcvideo: uvc_v4l2_ioctl
> [  975.080000] v4l2 ioctl VIDIOC_DQBUF, dir=rw (0xc0445611)
> [  975.080000] uvcvideo: Dequeuing buffer 0 (3, 2048000 bytes).
> [  975.140000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0004
> [  975.140000] str8100-ehci str8100-ehci: GetStatus port 2 status
> 001009 POWER sig=se0 PEC CONNECT
> [  975.140000] hub 1-0:1.0: port 2 enable change, status 00000501
> [  975.140000] hub 1-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
> [  975.140000] hub 1-0:1.0: port 2, status 0501, change 0002, 480 Mb/s
> [  975.140000] usb 1-2: USB disconnect, address 2
> [  975.140000] usb 1-2: unregistering device
> [  975.140000] usb 1-2: usb_disable_device nuking all URBs
> [  975.140000] str8100-ehci str8100-ehci: shutdown urb c346c000 ep1in-iso
> [  975.140000] str8100-ehci str8100-ehci: shutdown urb c3fbf800 ep1in-iso
> [  975.140000] str8100-ehci str8100-ehci: shutdown urb c3fbf000 ep1in-iso
> [  975.140000] str8100-ehci str8100-ehci: shutdown urb c3fbe800 ep1in-iso
> [  975.140000] str8100-ehci str8100-ehci: shutdown urb c3fbe000 ep1in-iso
> [  975.170000] usb 1-2: unlink qh16-0001/ffc02100 start 15 [1/0 us]
> [  975.170000] str8100-ehci str8100-ehci: shutdown urb c3c5b540 ep3in-intr
> [  975.170000] usb 1-2: unregistering interface 1-2:1.0
> [  975.180000] usb 1-2:1.0: uevent
> [  975.180000] usb 1-2: unregistering interface 1-2:1.1
> [  975.180000] usb 1-2:1.1: uevent
> [  975.180000] uvcvideo: uvc_v4l2_ioctl
> [  975.180000] v4l2 ioctl VIDIOC_QBUF, dir=rw (0xc044560f)
> [  975.180000] uvcvideo: Queuing buffer 0.
> [  975.180000] uvcvideo: uvc_v4l2_ioctl
> [  975.180000] v4l2 ioctl VIDIOC_STREAMOFF, dir=-w (0x40045613)
> [  975.190000] usb 1-2: unregistering interface 1-2:1.2
> [  975.190000] usb 1-2:1.2: uevent
> [  975.190000] usb 1-2: unregistering interface 1-2:1.3
> [  975.190000] usb 1-2:1.3: uevent
> [  975.190000] usb 1-2: uevent
> [  975.200000] uvcvideo: uvc_v4l2_release
> [  975.200000] usb 1-2: selecting invalid interface 1
> [  975.260000] str8100-ehci str8100-ehci: GetStatus port 2 status
> 001002 POWER sig=se0 CSC
> [  975.260000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0004
> [  975.260000] str8100-ehci str8100-ehci: GetStatus port 2 status
> 001002 POWER sig=se0 CSC
> [  975.260000] hub 1-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
> [  975.420000] hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms
> status 0x100
> 
> On Thu, Feb 24, 2011 at 4:01 AM, Alexey Fisher
> <bug-tr...@fisher-privat.net> wrote:
> > in this log i see only the usb-host part. Can you please reload uvcvideo
> > module with:
> > rmmod uvcvideo && modprobe uvcvideo trace=0xfff
> > and attach the log again.
> >
> > on my logitech cam you can bring it to freeze if you starts the video
> > and stop it before it actually starts. So may be your app send some
> > command before other was finished.
> >
> > Am Dienstag, den 22.02.2011, 11:53 +1100 schrieb linux newbie:
> >> [  515.220000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0004
> >> [  515.220000] str8100-ehci str8100-ehci: GetStatus port 2 status
> >> 001009 POWER sig=se0 PEC CONNECT
> >> [  515.220000] hub 1-0:1.0: port 2 enable change, status 00000501
> >> [  515.220000] hub 1-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
> >> [  515.220000] hub 1-0:1.0: port 2, status 0501, change 0002, 480 Mb/s
> >> [  515.220000] usb 1-2: USB disconnect, address 2
> >> [  515.220000] usb 1-2: unregistering device
> >> [  515.220000] usb 1-2: usb_disable_device nuking all URBs
> >> [  515.220000] str8100-ehci str8100-ehci: shutdown urb c3fbe000 ep1in-iso
> >> [  515.220000] str8100-ehci str8100-ehci: shutdown urb c3c4d000 ep1in-iso
> >> [  515.220000] str8100-ehci str8100-ehci: shutdown urb c3fbf800 ep1in-iso
> >> [  515.220000] str8100-ehci str8100-ehci: shutdown urb c3fbf000 ep1in-iso
> >> [  515.220000] str8100-ehci str8100-ehci: shutdown urb c3fbe800 ep1in-iso
> >> [  515.260000] usb 1-2: unlink qh16-0001/ffc02100 start 15 [1/0 us]
> >> [  515.260000] str8100-ehci str8100-ehci: shutdown urb c3c5b540 ep3in-intr
> >> [  515.260000] usb 1-2: unregistering interface 1-2:1.0
> >> [  515.270000] usb 1-2:1.0: uevent
> >> [  515.270000] usb 1-2: unregistering interface 1-2:1.1
> >> [  515.270000] usb 1-2:1.1: uevent
> >> [  515.280000] usb 1-2: unregistering interface 1-2:1.2
> >> [  515.280000] usb 1-2:1.2: uevent
> >> [  515.280000] usb 1-2: unregistering interface 1-2:1.3
> >> [  515.280000] usb 1-2:1.3: uevent
> >> [  515.280000] usb 1-2: uevent
> >> [  515.340000] str8100-ehci str8100-ehci: GetStatus port 2 status
> >> 001002 POWER sig=se0 CSC
> >> [  515.340000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0004
> >>
> >>
> >> On Wed, Feb 16, 2011 at 6:07 AM, Laurent Pinchart
> >> <laurent.pinch...@ideasonboard.com> wrote:
> >> > Hi,
> >> >
> >> > On Wednesday 02 February 2011 01:07:41 linux newbie wrote:
> >> >> I developed one application that keeps on reading one frame of data
> >> >> from camera. If I connect MS Lifecam, I am getting USB disconnect
> >> >> event randomly. But this is not happening in Logitech versions of
> >> >> Camera.
> >> >>
> >> >> Has anyone came across this sort of issue? Is there any solution worth
> >> >> trying it?
> >> >
> >> > Kernel log ?
> >> >
> >> > --
> >> > Regards,
> >> >
> >> > Laurent Pinchart
> >> >
> >> _______________________________________________
> >> Linux-uvc-devel mailing list
> >> Linux-uvc-devel@lists.berlios.de
> >> https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
> >
> > --
> > Regards,
> >        Alexey
> >
> >

-- 
Regards,
        Alexey

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

Reply via email to