From 443edc808d8b2e0ac8d6c497248815a5a1a5a9c9 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 25 Mar 2009 21:32:54 -0700 Subject: Removed ugly bash script that set the configuration value. --- udev/89-libiphone.rules.in | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index 48e9a16..0000000 --- a/udev/89-libiphone.rules.in +++ /dev/null @@ -1,5 +0,0 @@ -# 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