From 0114d8da493e69f14bc2669ae0ec6b9813b237cf Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Tue, 24 Mar 2009 10:01:25 -0700 Subject: Added support for forcing the iPhone into configuration 3 through udev to allow automounting support. --- udev/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 udev/Makefile.am (limited to 'udev/Makefile.am') diff --git a/udev/Makefile.am b/udev/Makefile.am new file mode 100644 index 0000000..27cc456 --- /dev/null +++ b/udev/Makefile.am @@ -0,0 +1,12 @@ +udevdir=$(sysconfdir)/udev/rules.d/ +udev_DATA=89-libiphone.rules + +edit = sed \ + -e 's|@bindir[@]|$(bindir)|g' + +89-libiphone.rules: + rm -f $@ $@.tmp + $(edit) '$(srcdir)/$@.in' >$@.tmp + mv $@.tmp $@ + +bin_SCRIPTS = set-usb-configuration-3.sh -- cgit v1.1-32-gdbae