aboutsummaryrefslogtreecommitdiff
path: root/utils/usbmuxd/files
Commit message (Collapse)AuthorAge
* usbmuxd: fix tethering not working after iPhone restartGeorgi Valkov2024-04-21
| | | | | | | | | | | | | | | | | | If the iPhone restarts while the USB cable is still connected, tethering does not work. This can be fixed by reconnecting. Fix: if the hotplug.d script detects that carrier is disabled (no communication), the USB link is reset, and then the usbmuxd service is restarted. Tethering starts even before the iPhone is unlocked. As a side effect, if tethering is not enabled, the iPhone will ding a second time after 5 seconds. Add dependency on usbutils for usbreset, remove dependency on librt. [1] https://github.com/libimobiledevice/usbmuxd/issues/218 [2] https://github.com/openwrt/openwrt/issues/12566#issuecomment-2066305622 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* usbmuxd: enable systemd supportRosen Penev2020-02-07
| | | | | | | This is needed as the options loop is totally broken and doesn't accept both -f and -z together. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* usbmuxd: Update to latest masterRosen Penev2019-12-16
usbmuxd must be ran for many of the idevice tools. Added an init script to make this easier. Added myself as maintainer. Fix PKG_CVE_ID. Added config directory. Placed in a submenu for easier readability. Add extra tool Signed-off-by: Rosen Penev <rosenp@gmail.com>