Skip to content

Commit

Permalink
doc: usb: Fix typo in gadget_multi documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Diego Herranz authored and Greg Kroah-Hartman committed Apr 13, 2016
1 parent f9a85f6 commit 2dc0194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/usb/gadget_multi.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2dc0194

Please sign in to comment.