aboutsummaryrefslogtreecommitdiff
path: root/libraries/VitaMTP/README
diff options
context:
space:
mode:
authorCristiano Urban <cristiano.urban.slack@gmail.com>2016-09-11 08:34:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-11 08:34:25 +0700
commit19e269e26e794044093cf88f85db8e920aa8761b (patch)
tree925b88f741aada9eb44042e9702359215af5293c /libraries/VitaMTP/README
parent9118adf23c0d2cfa34807dda36ee0d951daa9798 (diff)
downloadslackbuilds-19e269e26e794044093cf88f85db8e920aa8761b.tar.xz
libraries/VitaMTP: Added (Vita's MTP protocol library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/VitaMTP/README')
-rw-r--r--libraries/VitaMTP/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/VitaMTP/README b/libraries/VitaMTP/README
new file mode 100644
index 000000000000..67cb023bc7fa
--- /dev/null
+++ b/libraries/VitaMTP/README
@@ -0,0 +1,10 @@
+libVitaMTP is a library based off of libMTP that does low level USB
+communications with the Vita. It can read and receive MTP commands
+that the Vita sends, which are a proprietary set of commands that is
+based on the MTP open standard.
+
+You have to create a system group called vitamtp and make your user
+a member of that group:
+
+# groupadd -g 331 -r vitamtp
+# usermod -G vitamtp <your_username>