From: Alan Stern Date: Mon, 5 Jun 2006 16:21:30 +0000 (-0400) Subject: [PATCH] UHCI: remove hc_inaccessible flag X-Git-Tag: v2.6.18-rc1~858^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e323de46e83b6df2f330651907ac823f8d53308a;p=pandora-kernel.git [PATCH] UHCI: remove hc_inaccessible flag This patch (as706) removes the private hc_inaccessible flag from uhci-hcd. It's not needed because it conveys exactly the same information as the generic HCD_FLAG_HW_ACCESSIBLE bit. In its place goes a new flag recording whether the controller is dead. The new code allows a complete device reset to resurrect a dead controller (although usbcore doesn't yet implement such a facility). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed