summaryrefslogtreecommitdiffstats
path: root/udev/39-usbmuxd.rules.in
AgeCommit message (Collapse)AuthorFilesLines
2023-07-21udev: Make sure iBridge (T1) doesn't end up in an unconfigured stateGravatar Nikias Bassen1-1/+4
2023-02-22udev: Fix freezing on OpenRC caused by a raced execution of usbmuxdGravatar BalkanMadman1-1/+1
2022-06-20Add support for PID 0x1905Gravatar Clément Decoodt1-4/+4
This is the PID used by the mac studio when in recovery mode.
2021-09-25usb: Add more Apple Silicon retstore PIDsGravatar Hector Martin1-4/+4
1904 is the M1 iMac; presumably this is now a range Signed-off-by: Hector Martin <marcan@marcan.st>
2021-05-08udev: Add Apple Silicon restore mode to rulesGravatar Benjamin BOURGEAIS1-4/+4
2020-01-21Fix udev rulesGravatar Nikias Bassen1-4/+4
2019-12-16Support T2 chip in restore modeGravatar Rick Mark1-4/+4
2018-04-18udev: Work around systemd bug related to bind events on Linux 4.12+Gravatar Bastien Nocera1-0/+3
Make sure that udev doesn't lose our properties when bind events come in, as implemented in kernels 4.12+. See https://github.com/systemd/systemd/issues/8221 and https://github.com/systemd/systemd/issues/7109
2018-01-31udev: Handle all events only onceGravatar Rudolf Tammekivi1-3/+3
This fixes spontaneous USB reconfiguration causing "remove" event to be sent to the daemon, which causes it to close itself if it did not have enough time to connect to phone.
2018-01-31udev: ensure that all events relating to device are tagged systemdGravatar Gavin Li1-2/+5
systemd will not restart the usbmuxd service the after the first time it is plugged in if it does not receive the "remove" events, which also happen to lack the idVendor and idProduct attributes, so use ENV{PRODUCT} instead.
2014-09-19Add systemd activation autofoo with fallback for udev and manual activationGravatar Martin Szulecki1-4/+4
2013-11-04udev: Set "deactivated" USB configuration on iOS devices by defaultGravatar Martin Szulecki1-2/+2
With the introduction of iOS 7, devices should start of in the "deactivated" USB configuration "0" by default to not trigger a trust dialog. Once the devices are identified, usbmuxd will set the correct USB configuration itself and immediately run the preflight worker code to ensure a trust relationship with the host is established. This change fixes the trust dialog from appearing during hotplug of paired devices. The last remaining issue is that current kernel code still sets the USB configuration to "1" by default before the udev rules and thus causes multiple connection beeps.
2013-09-26udev: lower rules numbering to make sure we start as early as possibleGravatar Nikias Bassen1-0/+7
To prevent the trust dialog from appearing on iOS7 devices we need to make sure that no PTP access is happening before usbmuxd starts. So we start as early as possible so the device will be in trusted host state.