diff options
Diffstat (limited to 'system/usbmuxd/README')
-rw-r--r-- | system/usbmuxd/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/usbmuxd/README b/system/usbmuxd/README new file mode 100644 index 0000000000..d7ba883206 --- /dev/null +++ b/system/usbmuxd/README @@ -0,0 +1,8 @@ +usbmuxd: USB Multiplex Daemon. This bit of software is in charge of +talking to your iPhone or iPod Touch over USB and coordinating access to +its services by other applications. + +Create a usbmux user with: + useradd -u 233 -g plugdev -d /dev/null -s /bin/false usbmux + +Requires: libusb1 |