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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 udev/89-libiphone.rules (limited to 'udev/89-libiphone.rules') diff --git a/udev/89-libiphone.rules b/udev/89-libiphone.rules new file mode 100644 index 0000000..0982d29 --- /dev/null +++ b/udev/89-libiphone.rules @@ -0,0 +1,9 @@ +ATTR{idVendor}!="05ac", GOTO="libiphone_rules_end" + +# Forces iPhone 1.0, 3G and iPodTouch 1 and 2 to USB configuration 3 +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1290", ACTION=="add", ATTR{bConfigurationValue}="3" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1291", ACTION=="add", ATTR{bConfigurationValue}="3" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1292", ACTION=="add", ATTR{bConfigurationValue}="3" +KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1293", ACTION=="add", ATTR{bConfigurationValue}="3" + +LABEL="libiphone_rules_end" -- cgit v1.1-32-gdbae