diff options
| author | 2009-09-23 13:23:22 +0200 | |
|---|---|---|
| committer | 2009-09-23 13:23:22 +0200 | |
| commit | b6e197667f5c94edca5f6617b897cf9b879e4a2a (patch) | |
| tree | 769b016e87a3764e22014739f2294b1054219171 /udev | |
| parent | a93c66e2bff0065ad2ac93998048f065e51a784c (diff) | |
| download | usbmuxd-b6e197667f5c94edca5f6617b897cf9b879e4a2a.tar.gz usbmuxd-b6e197667f5c94edca5f6617b897cf9b879e4a2a.tar.bz2 | |
Match a range of supported USB IDs and make iPod Touch 64GB work
Diffstat (limited to 'udev')
| -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 3521ccb..f68a5fa 100644 --- a/udev/85-usbmuxd.rules.in +++ b/udev/85-usbmuxd.rules.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # usbmuxd (iPhone "Apple Mobile Device" MUXer listening on /var/run/usbmuxd) | 1 | # usbmuxd (iPhone "Apple Mobile Device" MUXer listening on /var/run/usbmuxd) |
| 2 | 2 | ||
| 3 | # Forces iPhone 1.0, 3G, 3GS and iPodTouch 1 and 2 to USB configuration 3 and run usbmuxd | 3 | # Forces iPhone 1.0, 3G, 3GS and iPodTouch 1 and 2 to USB configuration 3 and run usbmuxd |
| 4 | ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-4]", ATTR{bConfigurationValue}!="$attr{bNumConfigurations}", ATTR{bConfigurationValue}="$attr{bNumConfigurations}", RUN+="@CMAKE_INSTALL_PREFIX@/sbin/usbmuxd -u -U" | 4 | ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9]", ATTR{bConfigurationValue}!="$attr{bNumConfigurations}", ATTR{bConfigurationValue}="$attr{bNumConfigurations}", RUN+="@CMAKE_INSTALL_PREFIX@/sbin/usbmuxd -u -U" |
| 5 | 5 | ||
| 6 | # Exit usbmuxd when the last phone is removed | 6 | # Exit usbmuxd when the last phone is removed |
| 7 | ACTION=="remove", SUBSYSTEM=="usb", ENV{PRODUCT}=="5ac/129[0-4]/*", ENV{INTERFACE}=="255/*", RUN+="@CMAKE_INSTALL_PREFIX@/sbin/usbmuxd -x" | 7 | ACTION=="remove", SUBSYSTEM=="usb", ENV{PRODUCT}=="5ac/129[0-9]/*", ENV{INTERFACE}=="255/*", RUN+="@CMAKE_INSTALL_PREFIX@/sbin/usbmuxd -x" |
