commit 527bc4dbe53b0b8d2f6098e4c3bbdc1e738d7973
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Mon Apr 5 22:51:35 2010 +0200

    lower udev rule priority
    
    If its priority is 80, then it's ran before the usbmux udev rule
    which is 85. Lower the priority to 90 so that the usbmux udev rule
    runs first.

 configure.ac                                       |    2 +-
 tools/{80-libgpod.rules.in => 90-libgpod.rules.in} |    0
 tools/Makefile.am                                  |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e0dfec5..f200a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -390,7 +390,7 @@ src/Makefile
 tools/Makefile
 tests/Makefile
 libgpod-1.0.pc
-tools/80-libgpod.rules
+tools/90-libgpod.rules
 ])
 AC_OUTPUT
 
diff --git a/tools/80-libgpod.rules.in b/tools/90-libgpod.rules.in
similarity index 100%
rename from tools/80-libgpod.rules.in
rename to tools/90-libgpod.rules.in
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0dac8d8..68ec7db 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -61,7 +61,7 @@ ipod_set_info_CFLAGS  = $(COMMON_CFLAGS)
 ipod_set_info_LDADD   = $(COMMON_LIBS)
 
 rulesdir=${libudevdir}/rules.d
-rules_DATA= 80-libgpod.rules
+rules_DATA= 90-libgpod.rules
 endif # USE_UDEV
 
 if HAVE_LIBIMOBILEDEVICE

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to