From: Alan Stern Date: Tue, 4 Apr 2006 18:47:44 +0000 (-0400) Subject: [PATCH] USB: UHCI: don't track suspended ports X-Git-Tag: v2.6.17-rc2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e32640672bdcb01e0d83f087f09dd65fcbc3275;p=pandora-kernel.git [PATCH] USB: UHCI: don't track suspended ports Someone recently posted a bug report where it turned out that uhci-hcd was disagreeing with the UHCI controller over whether or not a port was suspended: The driver thought it wasn't and the hardware thought it was. This patch (as665) fixes the problem and simplifies the driver by removing the internal state-tracking completely. Now the driver just asks the hardware whether a port is suspended. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed