Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39803
b: refs/heads/master
c: 8442ae0
h: refs/heads/master
i:
  39801: 21c6a73
  39799: fccc28d
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent 467801e commit 4e457b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a2ea1dfc4ee078841cd6406ebf6bf0c5a3d25e9
refs/heads/master: 8442ae00d47dad690ac1105b426274433dc672f8
9 changes: 6 additions & 3 deletions trunk/drivers/usb/host/ohci-pnx4008.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ static const struct hc_driver ohci_pnx4008_hc_driver = {
*/
.start = ohci_pnx4008_start,
.stop = ohci_stop,
.shutdown = ohci_shutdown,

/*
* managing i/o requests and associated device resources
Expand All @@ -280,7 +281,11 @@ static const struct hc_driver ohci_pnx4008_hc_driver = {
*/
.hub_status_data = ohci_hub_status_data,
.hub_control = ohci_hub_control,

.hub_irq_enable = ohci_rhsc_enable,
#ifdef CONFIG_PM
.bus_suspend = ohci_bus_suspend,
.bus_resume = ohci_bus_resume,
#endif
.start_port_reset = ohci_start_port_reset,
};

Expand Down Expand Up @@ -410,8 +415,6 @@ static int __devinit usb_hcd_pnx4008_probe(struct platform_device *pdev)
goto out4;
}

hcd->self.hcpriv = (void *)hcd;

pnx4008_start_hc();
platform_set_drvdata(pdev, hcd);
ohci = hcd_to_ohci(hcd);
Expand Down

0 comments on commit 4e457b6

Please sign in to comment.