RE: Question about port reset

2008-02-24 Thread vichy
I got it. Thanks for your help, vichy -Original Message- From: Alan Stern [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 4:58 AM To: vichy Cc: linux-usb@vger.kernel.org Subject: Re: Question about port reset On Sun, 24 Feb 2008, vichy wrote: > Dear all: > Below is a p

Re: Question about port reset

2008-02-24 Thread Alan Stern
On Sun, 24 Feb 2008, vichy wrote: > Dear all: > Below is a part of ehci_hub_control function in ehci-hub.c. > > /* force reset to complete */ > writel (temp & ~(PORT_RWC_BITS | PORT_RESET), > &ehci->regs->port_status [wIndex]); > Where PORT_RWC_BITS = (PORT_CSC | PORT_PEC | PORT_OCC