diff options
author | Diego Herranz <diegoherranz@diegoherranz.com> | 2016-04-12 18:13:27 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-15 15:45:19 -0600 |
commit | 2dd723fdbb61fbc4ee0125401f04f5431f61268d (patch) | |
tree | 3fc97b249345dc70a37b85e9c702472a2e4eb033 | |
parent | cfaf790f932beae903a5fc5b19039d7b3842a3b3 (diff) | |
download | op-kernel-dev-2dd723fdbb61fbc4ee0125401f04f5431f61268d.zip op-kernel-dev-2dd723fdbb61fbc4ee0125401f04f5431f61268d.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: Jonathan Corbet <corbet@lwn.net>
-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 7d66a86..5faf514 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 |