Re: [2.6.25 patch] fix drivers/usb/host/u132-hcd.c compilation

2008-02-24 Thread Rafael J. Wysocki
On Sunday, 24 of February 2008, Adrian Bunk wrote: This patch fixes the following compile error caused by commit 3a2d5b700132f35401f1d9e22fe3c2cab02c2549: Thanks, it has already been fixed in the mainline. -- snip -- ... CC drivers/usb/host/u132-hcd.o

Question about port reset

2008-02-24 Thread vichy
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) and if I interpret it correctly, it will set

Re: right place for CDMA / GSM modem IDs for usbserial autoloading?

2008-02-24 Thread Greg KH
On Sun, Feb 24, 2008 at 08:30:06AM -0600, Matt Domsch wrote: On Sat, Feb 23, 2008 at 08:47:12PM -0800, Greg KH wrote: On Sat, Feb 23, 2008 at 09:05:29PM -0600, Matt Domsch wrote: What's the right place to add USB IDs to a MODULE_DEVICE_TABLE() to autload usbserial for CDMA and GSM modems

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 part of

Re: right place for CDMA / GSM modem IDs for usbserial autoloading?

2008-02-24 Thread Greg KH
On Sun, Feb 24, 2008 at 07:52:30PM -0600, Matt Domsch wrote: On Sun, Feb 24, 2008 at 09:54:16AM -0800, Greg KH wrote: On Sun, Feb 24, 2008 at 08:30:06AM -0600, Matt Domsch wrote: On Sat, Feb 23, 2008 at 08:47:12PM -0800, Greg KH wrote: On Sat, Feb 23, 2008 at 09:05:29PM -0600, Matt