diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2004-06-10 01:13:26 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2004-06-10 01:13:26 +0000 |
| commit | f2b2cfdac0f47020123b27610eb2b23e477fc580 (patch) | |
| tree | 982a72a234aa6895131b405bff64d240f5569a96 | |
| parent | 9d3be787c2616c3b9179c8d9f28b365fb9378bf4 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/uhub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index e0d8ada09276..e30218315bb8 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -308,6 +308,7 @@ USB_ATTACH(uhub) up->power = USB_MAX_POWER; else up->power = USB_MIN_POWER; + up->restartcnt = 0; } /* XXX should check for none, individual, or ganged power? */ |
