From e1866496eb25daba639492f6fa8b8529f0950501 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 26 Sep 2013 22:39:11 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 " -- cgit v1.1-32-gdbae