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/89-libiphone.rules.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 udev/89-libiphone.rules.in (limited to 'udev/89-libiphone.rules.in') diff --git a/udev/89-libiphone.rules.in b/udev/89-libiphone.rules.in new file mode 100644 index 0000000..48e9a16 --- /dev/null +++ b/udev/89-libiphone.rules.in @@ -0,0 +1,5 @@ +# Forces iPhone 1.0, 3G and iPodTouch 1 and 2 to USB configuration 3 +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1290", ACTION=="add", RUN+="@bindir@/set-usb-configuration-3.sh" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1291", ACTION=="add", RUN+="@bindir@/set-usb-configuration-3.sh" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1292", ACTION=="add", RUN+="@bindir@/set-usb-configuration-3.sh" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1293", ACTION=="add", RUN+="@bindir@/set-usb-configuration-3.sh" -- cgit v1.1-32-gdbae