diff options
author | avilla <avilla@FreeBSD.org> | 2011-02-28 13:09:56 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-02-28 13:09:56 +0800 |
commit | ad710bdec3bf998e4ec5e3254fcd9b57bacabdc5 (patch) | |
tree | 8b5bcd328aa2be1478b7be8114edfb5534c4d64c /comms/Makefile | |
parent | f859161f265aaf78f3307749e6903b168200a269 (diff) | |
download | freebsd-ports-graphics-ad710bdec3bf998e4ec5e3254fcd9b57bacabdc5.tar.gz freebsd-ports-graphics-ad710bdec3bf998e4ec5e3254fcd9b57bacabdc5.tar.zst freebsd-ports-graphics-ad710bdec3bf998e4ec5e3254fcd9b57bacabdc5.zip |
'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
charge of multiplexing connections over USB to an iPhone or iPod
touch. To users, it means you can sync your music, contacts, photos,
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.
WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 14bef9e2d3e..8019becf8fc 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -150,6 +150,7 @@ SUBDIR += uird SUBDIR += umcs7840 SUBDIR += unixcw + SUBDIR += usbmuxd SUBDIR += uticom SUBDIR += viewfax SUBDIR += vrflash |