commit | 15157c506d742b6767edcd486d6c73ea907fb7cf | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Thu Dec 01 17:35:48 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Dec 11 09:12:21 2011 -0200 |
tree | 3667eba5c03228a925e9a716e6ad1fba6eb41314 | |
parent | 7330f7c157308166c507da9b9926107d85f960d3 [diff] |
[media] it913x add retry to USB bulk endpoints and IO This a bus repeater for it913x devices. Commands usually fail because of other activity on the USB bus. Bulk failures that report -ETIMEDOUT or -EBUSY are repeated. Enpoints that return actlen not equal len request -EAGAIN. The retry is set at 10. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>