diff options
author | Diego Herranz <diegoherranz@diegoherranz.com> | 2016-04-12 18:13:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-13 12:02:28 -0700 |
commit | 2dc0194c1d0df078dc4a7bf539ce9bda7e6f1a41 (patch) | |
tree | 187cf0b1e613c11dd307506b8ab85b5d7ba77d64 /Documentation/usb | |
parent | f9a85f6e61c695daeb427dfc6c1d5a279654207b (diff) | |
download | linux-next-2dc0194c1d0df078dc4a7bf539ce9bda7e6f1a41.tar.gz |
doc: usb: Fix typo in gadget_multi documentation
It tries to "match" drivers for each interface (not "much").
Signed-off-by: Diego Herranz <diegoherranz@diegoherranz.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/gadget_multi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_multi.txt b/Documentation/usb/gadget_multi.txt index 7d66a8636cb5..5faf514047e9 100644 --- a/Documentation/usb/gadget_multi.txt +++ b/Documentation/usb/gadget_multi.txt @@ -43,7 +43,7 @@ For the gadget two work under Windows two conditions have to be met: First of all, Windows need to detect the gadget as an USB composite gadget which on its own have some conditions[4]. If they are met, Windows lets USB Generic Parent Driver[5] handle the device which then -tries to much drivers for each individual interface (sort of, don't +tries to match drivers for each individual interface (sort of, don't get into too many details). The good news is: you do not have to worry about most of the |