]> git.neil.brown.name Git - history.git/commit
[PATCH] USB: "Lost sync on frames" error in konicawc module
authorAndrew Morton <akpm@osdl.org>
Tue, 12 Oct 2004 08:01:36 +0000 (01:01 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 12 Oct 2004 08:01:36 +0000 (01:01 -0700)
commit4d1fd3a0b22a57b4b0a6a756f4bcf5688124b785
tree2ca7a8bb43d1a4808ddc92759412db12d53c3611
parente947975b28858c2f05f3b7703df2744a9b39968b
[PATCH] USB: "Lost sync on frames" error in konicawc module

From: <fgalea@prism.uvsq.fr>

http://bugme.osdl.org/show_bug.cgi?id=3286

The kernel keeps printing "Lost sync on frames" error messages as soon as a
program tries to access the webcam.  No video data can be retrieved from
the webcam.

The following patch seems enough to solve the problem.  (just inverting the
order at which the old and new data blocks are sent to the user).

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/usb/media/konicawc.c