mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
19e269e26e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
397 B
Text
10 lines
397 B
Text
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>
|