diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2001-01-05 10:25:47 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2001-01-05 10:25:47 +0000 |
| commit | 3b980312b49a62590cb437af64cdb3cca4160648 (patch) | |
| tree | 9944e89f82e6170203a7b8c0b3977f068079ea81 /sys/dev/usb/uhub.c | |
| parent | 38c490a10f71c784fdbf2b8d663a83b78c23ced4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index defe184930fd..20d62cf37ed8 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -119,7 +119,7 @@ Static device_method_t uhubroot_methods[] = { DEVMETHOD(device_attach, uhub_attach), /* detach is not allowed for a root hub */ DEVMETHOD(device_suspend, bus_generic_suspend), - DEVMETHOD(device_resume, bus_generic_suspend), + DEVMETHOD(device_resume, bus_generic_resume), DEVMETHOD(device_shutdown, bus_generic_shutdown), {0,0} }; |
