summaryrefslogtreecommitdiffstats
path: root/udev/89-libiphone.rules
diff options
context:
space:
mode:
Diffstat (limited to 'udev/89-libiphone.rules')
-rw-r--r--udev/89-libiphone.rules9
1 files changed, 9 insertions, 0 deletions
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 @@
1ATTR{idVendor}!="05ac", GOTO="libiphone_rules_end"
2
3# Forces iPhone 1.0, 3G and iPodTouch 1 and 2 to USB configuration 3
4KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1290", ACTION=="add", ATTR{bConfigurationValue}="3"
5KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1291", ACTION=="add", ATTR{bConfigurationValue}="3"
6KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1292", ACTION=="add", ATTR{bConfigurationValue}="3"
7KERNEL=="?-?", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="1293", ACTION=="add", ATTR{bConfigurationValue}="3"
8
9LABEL="libiphone_rules_end"