This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] mceusb: give hardware time to reply to cmds
Author:  Jarod Wilson <[email protected]>
Date:    Mon Jul 18 16:54:22 2011 -0300

Sometimes the init routine is blasting commands out to the hardware
faster than it can reply. Throw a brief delay in there to give the
hardware a chance to reply before we send the next command.

Signed-off-by: Jarod Wilson <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/rc/mceusb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=417c0a23b7d0384682d6032fbc6a62ab25ce7c18

diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
index eee28a5..7af5738 100644
--- a/drivers/media/rc/mceusb.c
+++ b/drivers/media/rc/mceusb.c
@@ -735,6 +735,7 @@ static void mce_request_packet(struct mceusb_dev *ir, 
unsigned char *data,
 static void mce_async_out(struct mceusb_dev *ir, unsigned char *data, int size)
 {
        mce_request_packet(ir, data, size, MCEUSB_TX);
+       msleep(10);
 }
 
 static void mce_flush_rx_buffer(struct mceusb_dev *ir, int size)

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to