]> Git Repo - linux.git/commitdiff
Documentation: usb: fix typo in UVC gadgetfs config command
authorBin Liu <[email protected]>
Tue, 9 Jan 2018 19:27:17 +0000 (13:27 -0600)
committerGreg Kroah-Hartman <[email protected]>
Thu, 11 Jan 2018 17:39:52 +0000 (18:39 +0100)
This seems to be a copy&paste error. With the fix the uvc gadget now can
be created by following the instrucitons.

Signed-off-by: Bin Liu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/usb/gadget-testing.txt

index 441a4b9b666fbb2b2aace2cbc2f5ab542635d553..5908a21fddb6035cd25bb759bfd01ee405371163 100644 (file)
@@ -693,7 +693,7 @@ such specification consists of a number of lines with an inverval value
 in each line. The rules stated above are best illustrated with an example:
 
 # mkdir functions/uvc.usb0/control/header/h
-# cd functions/uvc.usb0/control/header/h
+# cd functions/uvc.usb0/control/
 # ln -s header/h class/fs
 # ln -s header/h class/ss
 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p
This page took 0.055841 seconds and 4 git commands to generate.