OCaml 4.13.1 rebuild
[arch-packages.git] / libgpod / trunk / libgpod-udev.patch
blob819728ed808b2e0a7683f04cc600d58bb342f31f
1 --- tools/90-libgpod.rules.in~ 2011-07-24 06:03:29.000000000 -0500
2 +++ tools/90-libgpod.rules.in 2019-10-15 15:50:28.279770507 -0500
3 @@ -16,10 +16,10 @@
6 # "iPods" using the afc protocol (iPhone, iPod Touch, ...)
7 -ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", IMPORT{program}+="@udevdir@/iphone-set-info", GOTO="libgpod_end"
8 +ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", IMPORT{program}=="@udevdir@/iphone-set-info", GOTO="libgpod_end"
9 # with a new enough usbmuxd, the rule below is not useful since it will
10 # take care of setting USBMUX_SUPPORTED for all supported devices. Keep
11 # this rule for now until distros ship a new enough usbmuxd
12 -ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9a]", IMPORT{program}+="@udevdir@/iphone-set-info"
13 +ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9a]", IMPORT{program}=="@udevdir@/iphone-set-info"
15 LABEL="libgpod_end"