diff options
author | Martin Szulecki | 2009-06-19 14:34:16 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-06-19 14:34:16 +0200 |
commit | bb33ccdf06f261dca033d70772bc256c890c76f7 (patch) | |
tree | d5062ad9fbd39545f2cec59b0050e8d26339fbd6 /udev/85-usbmuxd.rules.in | |
parent | 2417678145a801bd311f64e55a07378dab6f3ba0 (diff) | |
download | usbmuxd-bb33ccdf06f261dca033d70772bc256c890c76f7.tar.gz usbmuxd-bb33ccdf06f261dca033d70772bc256c890c76f7.tar.bz2 |
Add product ids to support iPhone 3GS
Signed-off-by: Nikias Bassen <nikias@gmx.li>
Diffstat (limited to 'udev/85-usbmuxd.rules.in')
-rw-r--r-- | udev/85-usbmuxd.rules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/85-usbmuxd.rules.in b/udev/85-usbmuxd.rules.in index 3acc944..4f28cdf 100644 --- a/udev/85-usbmuxd.rules.in +++ b/udev/85-usbmuxd.rules.in @@ -3,8 +3,8 @@ # Skip anything non Apple ACTION=="add|remove", SUBSYSTEM!="usb|usb_endpoint", ATTRS{idVendor}!="05ac", GOTO="usbmuxd_rules_end" -# Forces iPhone 1.0, 3G and iPodTouch 1 and 2 to USB configuration 3 -ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1290|1291|1292|1293", ATTR{bConfigurationValue}!="3", ATTR{bConfigurationValue}="3", GOTO="usbmuxd_rules_end" +# Forces iPhone 1.0, 3G, 3GS and iPodTouch 1 and 2 to USB configuration 3 +ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1290|1291|1292|1293|1294", ATTR{bConfigurationValue}!="3", ATTR{bConfigurationValue}="3", GOTO="usbmuxd_rules_end" LABEL="usbmuxd_rules_usbmux" |