libgpod-udev.patch 959 B

12345678910111213141516
  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 @@
  4. # "iPods" using the afc protocol (iPhone, iPod Touch, ...)
  5. -ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", IMPORT{program}+="@udevdir@/iphone-set-info", GOTO="libgpod_end"
  6. +ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1", IMPORT{program}=="@udevdir@/iphone-set-info", GOTO="libgpod_end"
  7. # with a new enough usbmuxd, the rule below is not useful since it will
  8. # take care of setting USBMUX_SUPPORTED for all supported devices. Keep
  9. # this rule for now until distros ship a new enough usbmuxd
  10. -ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9a]", IMPORT{program}+="@udevdir@/iphone-set-info"
  11. +ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9a]", IMPORT{program}=="@udevdir@/iphone-set-info"
  12. LABEL="libgpod_end"