diff options
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index b75c47db7cc..1ef9da9bb3e 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.202 2019/01/19 18:50:24 uaa Exp $ */ +/* $OpenBSD: ehci.c,v 1.203 2019/03/11 17:50:08 mpi Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -1733,7 +1733,7 @@ usb_config_descriptor_t ehci_confd = { 1, 1, 0, - UC_SELF_POWERED, + UC_BUS_POWERED | UC_SELF_POWERED, 0 /* max power */ }; |