summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-09-26 22:39:11 +0200
committerGravatar Nikias Bassen2013-09-26 22:39:11 +0200
commite1866496eb25daba639492f6fa8b8529f0950501 (patch)
treec3201469d54738e9ee1678bc6fb6c738e88f935a
parent1c77c9545c1000e0b808b5181e40e7e9064fc75b (diff)
downloadusbmuxd-e1866496eb25daba639492f6fa8b8529f0950501.tar.gz
usbmuxd-e1866496eb25daba639492f6fa8b8529f0950501.tar.bz2
udev: lower rules numbering to make sure we start as early as possible
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.
-rw-r--r--configure.ac2
-rw-r--r--udev/39-usbmuxd.rules.in (renamed from udev/85-usbmuxd.rules.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c41d806..3067304 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_OUTPUT([
Makefile
src/Makefile
-udev/85-usbmuxd.rules
+udev/39-usbmuxd.rules
])
echo "
diff --git a/udev/85-usbmuxd.rules.in b/udev/39-usbmuxd.rules.in
index da8042d..da8042d 100644
--- a/udev/85-usbmuxd.rules.in
+++ b/udev/39-usbmuxd.rules.in