diff options
author | Matt Porter <mporter@linaro.org> | 2014-01-05 13:11:42 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-01-21 07:58:24 -0500 |
commit | 1a0f241233ecd91738e2963c8204f7acfceb2bcf (patch) | |
tree | b1e4b1523e1abdff573ae5ddda67cea4d4fa93a0 /README | |
parent | 14949f6764dba63356515077ddfdbb4a4d21782c (diff) | |
download | libusbg-1a0f241233ecd91738e2963c8204f7acfceb2bcf.tar.gz libusbg-1a0f241233ecd91738e2963c8204f7acfceb2bcf.tar.bz2 libusbg-1a0f241233ecd91738e2963c8204f7acfceb2bcf.zip |
libusbg: use /sys/kernel/config mount point in examples
Update documentation and example source code to reflect use of the
standard /sys/kernel/config mount point for configfs.
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ examples. To run the examples: -$ mkdir /config -$ mount -t configfs none /config +$ mount -t configfs none /sys/kernel/config $ gadget-acm-ecm $ show-gadgets ID 1d6b:0104 'g1' |