Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 3/6] gspca - gl860: USB control message delay unification
@ 2010-06-01 22:57 Olivier Lorin
  0 siblings, 0 replies; only message in thread
From: Olivier Lorin @ 2010-06-01 22:57 UTC (permalink / raw)
  To: V4L Mailing List; +Cc: Jean-Francois Moine

gspca - gl860: USB control message delay unification

From: Olivier Lorin <o.lorin@laposte.net>

- 1 ms "msleep" applied to each sensor after USB control data exchange
  This was done for two sensors because these exchanges were known to
  be too quick depending on laptop model.
  It is fairly logical to apply this delay to each sensor
  in order to prevent from having errors with untested hardwares.

Priority: normal

Signed-off-by: Olivier Lorin <o.lorin@laposte.net>

diff -urpN i2/gl860.c gl860/gl860.c
--- i2/gl860.c	2010-06-01 23:11:26.000000000 +0200
+++ gl860/gl860.c	2010-06-01 23:16:59.000000000 +0200
@@ -595,10 +595,7 @@ int gl860_RTx(struct gspca_dev *gspca_de
 	else if (len > 1 && r < len)
 		PDEBUG(D_ERR, "short ctrl transfer %d/%d", r, len);
 
-	if (_MI2020_ && (val || index))
-		msleep(1);
-	if (_OV2640_)
-		msleep(1);
+	msleep(1);
 
 	return r;
 }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-01 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 22:57 [PATCH 3/6] gspca - gl860: USB control message delay unification Olivier Lorin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox