commit | 8442ae00d47dad690ac1105b426274433dc672f8 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Mon Oct 02 07:20:10 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 17 14:46:30 2006 -0700 |
tree | 629c48b66106bb16b069b54edcff52614381c880 | |
parent | 1a2ea1dfc4ee078841cd6406ebf6bf0c5a3d25e9 [diff] |
USB: ohci-pnx4008 build fixes The OHCI bus glue for the Philips PNX chips is missing a few calls. - Bus suspend/resume were wrongly omitted in the original submission. - Two new calls were added since that glue was submitted: * Root hub irq enable call * Shutdown hook for usbcore Plus usb_bus.hcpriv has now been removed from usbcore. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>