Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: c67x00 RetryCnt value in c67x00 TD should be 3

RetryCnt value in c67x00 TD should be 3 (both bits set to 1). Reference
Cypress Semiconductor BIOS User's Manual 1.2, page 3-14

Signed-off-by: Dave Tubbs <dave.tubbs@portalislc.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dave Tubbs and committed by
Greg Kroah-Hartman
b44983bb 5df3c351

+1 -1
+1 -1
drivers/usb/c67x00/c67x00-sched.c
··· 590 590 { 591 591 struct c67x00_td *td; 592 592 struct c67x00_urb_priv *urbp = urb->hcpriv; 593 - const __u8 active_flag = 1, retry_cnt = 1; 593 + const __u8 active_flag = 1, retry_cnt = 3; 594 594 __u8 cmd = 0; 595 595 int tt = 0; 596 596