>>>>> "Dave" == Dave Tubbs <dave.tu...@portalislc.com> writes:

 Dave> From: Dave Tubbs <dave.tu...@portalislc.com>
 Dave> RetryCnt value in c67x00 TD should be 3 (both bits set to 1). Reference
 Dave> Cypress Semiconductor BIOS User's Manual 1.2, page 3-14

Acked-by: Peter Korsgaard <jac...@sunsite.dk>

 Dave> Signed-off-by: Dave Tubbs <dave.tu...@portalislc.com>
 Dave> ---
 Dave>  drivers/usb/c67x00/c67x00-sched.c |    2 +-
 Dave>  1 files changed, 1 insertions(+), 1 deletions(-)

 Dave> diff --git a/drivers/usb/c67x00/c67x00-sched.c 
b/drivers/usb/c67x00/c67x00-sched.c
 Dave> index aa2262f..aa49162 100644
 Dave> --- a/drivers/usb/c67x00/c67x00-sched.c
 Dave> +++ b/drivers/usb/c67x00/c67x00-sched.c
 Dave> @@ -590,7 +590,7 @@ static int c67x00_create_td(struct c67x00_hcd 
*c67x00, struct urb *urb,
 Dave>  {
 Dave>          struct c67x00_td *td;
 Dave>          struct c67x00_urb_priv *urbp = urb->hcpriv;
 Dave> -        const __u8 active_flag = 1, retry_cnt = 1;
 Dave> +        const __u8 active_flag = 1, retry_cnt = 3;
 Dave>          __u8 cmd = 0;
 Dave>          int tt = 0;
 
 Dave> -- 
 Dave> 1.7.1




-- 
Bye, Peter Korsgaard
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to