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