diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-08 04:14:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 17:40:54 -0400 |
commit | bc45df950d30b9b23bd8373dcc22e58c4fb075ed (patch) | |
tree | f114689b0ce238c7bb242af1961d78a44c2a5fd8 | |
parent | d1b1944085ab2345fae4a5fbb614f1a4d0732d3e (diff) |
usb core: fix USB_OTG_BLACKLIST_HUB typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index cc9f397e8398..e1759d17ac5d 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig | |||
@@ -134,5 +134,5 @@ config USB_OTG_BLACKLIST_HUB | |||
134 | If you say Y here, then Linux will refuse to enumerate | 134 | If you say Y here, then Linux will refuse to enumerate |
135 | external hubs. OTG hosts are allowed to reduce hardware | 135 | external hubs. OTG hosts are allowed to reduce hardware |
136 | and software costs by not supporting external hubs. So | 136 | and software costs by not supporting external hubs. So |
137 | are "Emedded Hosts" that don't offer OTG support. | 137 | are "Embedded Hosts" that don't offer OTG support. |
138 | 138 | ||