@@ -1005,7 +1005,7 @@
/* Added some delay here, since opening/closing the camera quickly,
* like Ekiga does during its startup, can crash the webcam
*/
- mdelay(100);
+ mdelay(200);
cam->skip = 2;
ret = 0;
@@ -1310,7 +1310,7 @@
/* Added some delay here, since opening/closing the camera quickly,
* like Ekiga does during its startup, can crash the webcam
*/
- mdelay(100);
+ mdelay(200);
err = 0;
out:
@@ -1396,7 +1396,7 @@
/* Added some delay here, since opening/closing the camera quickly,
* like Ekiga does during its startup, can crash the webcam
*/
- mdelay(100);
+ mdelay(200);
err = 0;
out: