From: Márton Németh <nm...@freemail.hu>

The stream off command is sent to the device twice, one is enough.

The patch was tested together with Labtec Webcam 2200 (USB ID 093a:2626).

Signed-off-by: Márton Németh <nm...@freemail.hu>
---
diff -r 40705fec2fb2 linux/drivers/media/video/gspca/pac7302.c
--- a/linux/drivers/media/video/gspca/pac7302.c Fri Nov 06 15:54:49 2009 -0200
+++ b/linux/drivers/media/video/gspca/pac7302.c Sat Nov 07 08:21:19 2009 +0100
@@ -627,8 +627,8 @@

 static void sd_stopN(struct gspca_dev *gspca_dev)
 {
+       /* stop stream */
        reg_w(gspca_dev, 0xff, 0x01);
-       reg_w(gspca_dev, 0x78, 0x00);
        reg_w(gspca_dev, 0x78, 0x00);
 }

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to