aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hub.c
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@kleikamp.(none)>2005-05-04 16:43:30 -0500
committerDave Kleikamp <shaggy@kleikamp.(none)>2005-05-04 16:43:30 -0500
commitddf3e298b33f3e15a2e6272e0146dfa940c89a74 (patch)
treecd474d1eca4f337958e97a09dcb0974b1f8aba82 /drivers/usb/host/ehci-hub.c
parent7a694ca74958b97ae2d437c8a730bddd9e9792c3 (diff)
parent1d42a0ecf478962e8aede355a0be41365c117ff0 (diff)
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r--drivers/usb/host/ehci-hub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index 2373537fabe..02fefab3501 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -281,6 +281,8 @@ ehci_hub_descriptor (
temp = 0x0008; /* per-port overcurrent reporting */
if (HCS_PPC (ehci->hcs_params))
temp |= 0x0001; /* per-port power control */
+ else
+ temp |= 0x0002; /* no power switching */
#if 0
// re-enable when we support USB_PORT_FEAT_INDICATOR below.
if (HCS_INDICATOR (ehci->hcs_params))