Re: [PATCH 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-18 Thread Jarod Wilson
Jarod Wilson wrote: Mauro Carvalho Chehab wrote: Em 14-07-2011 19:09, Jarod Wilson escreveu: 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.

[PATCH 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-14 Thread Jarod Wilson
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 ja...@redhat.com --- drivers/media/rc/mceusb.c |2 ++ 1 files

Re: [PATCH 2/9] [media] mceusb: give hardware time to reply to cmds

2011-07-14 Thread Mauro Carvalho Chehab
Em 14-07-2011 19:09, Jarod Wilson escreveu: 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 ja...@redhat.com ---