[PATCH] USB: misc ehci updates
authorDavid Brownell <david-b@pacbell.net>
Sat, 7 May 2005 20:21:50 +0000 (13:21 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:55 +0000 (14:43 -0700)
commitd49d431744007cec0ee1a3ade96f9e0f100c7907
tree4ed2f01c98b8fdf0ecd7a92d61f7c1af8beb58a2
parent9198769363d4dc1d63d49ecb2e2b189aceb42d94
[PATCH] USB: misc ehci updates

Various minor EHCI updates

   * Dump some more info in the debug dumps, notably the product
     description (e.g. chip vendor), BIOS handhake flags, and
     debug port status (when it's not managed by the HCD).

   * Minor updates to the BIOS handoff code:  always flag the HCD
     as owned by Linux (in case BIOS doesn't grab it "early"),
     and on the buggy-BIOS path always match the "early handoff"
     code and forcibly disable SMI IRQs.

   * For the disabled 64bit DMA support, there's now a constant
     to use for the mask; use it.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-dbg.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci-q.c