Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377035 > unrolled thread
| Started by | Diego Herranz <diegoherranz@diegoherranz.com> |
|---|---|
| First post | 2016-04-12 19:20 +0200 |
| Last post | 2016-04-15 23:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] doc: usb: Fix typo in gadget_multi documentation Diego Herranz <diegoherranz@diegoherranz.com> - 2016-04-12 19:20 +0200
Re: [PATCH] doc: usb: Fix typo in gadget_multi documentation Jonathan Corbet <corbet@lwn.net> - 2016-04-15 23:50 +0200
| From | Diego Herranz <diegoherranz@diegoherranz.com> |
|---|---|
| Date | 2016-04-12 19:20 +0200 |
| Subject | [PATCH] doc: usb: Fix typo in gadget_multi documentation |
| Message-ID | <rna8O-2Ar-23@gated-at.bofh.it> |
It tries to "match" drivers for each interface (not "much"). Signed-off-by: Diego Herranz <diegoherranz@diegoherranz.com> --- Documentation/usb/gadget_multi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.9.1
[toc] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-04-15 23:50 +0200 |
| Message-ID | <rojMJ-1ee-3@gated-at.bofh.it> |
| In reply to | #1377035 |
On Tue, 12 Apr 2016 18:13:27 +0100 Diego Herranz <diegoherranz@diegoherranz.com> wrote: > It tries to "match" drivers for each interface (not "much"). Indeed. Applied to the docs tree, thanks. jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web