slackbuilds/libraries/VitaMTP
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
VitaMTP.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
VitaMTP.info
slack-desc libraries/VitaMTP: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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>