Re: [PATCH 2/3] usb: c67x00 RetryCnt value in c67x00 TD should be 3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>>>> "Dave" == Dave Tubbs <dave.tubbs@xxxxxxxxxxxxxx> writes:

 Dave> From: Dave Tubbs <dave.tubbs@xxxxxxxxxxxxxx>
 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 <jacmet@xxxxxxxxxx>

 Dave> Signed-off-by: Dave Tubbs <dave.tubbs@xxxxxxxxxxxxxx>
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux