udev-sleep.patch 530 B

123456789101112
  1. --- openct-0.6.20/etc/openct.udev.in.orig 2012-06-01 10:50:32.419033188 +0300
  2. +++ openct-0.6.20/etc/openct.udev.in 2012-06-01 10:50:51.225616679 +0300
  3. @@ -22,7 +22,7 @@
  4. # 2010-01-06 removed, as latest udev doesn't know WAIT_FOR_ATTR any more.
  5. # sleep for 100ms - the wait_for_sysfs might not be enough
  6. -PROGRAM="/bin/sleep 0.1"
  7. +PROGRAM="/usr/bin/sleep 0.1"
  8. # ccid
  9. ATTR{bInterfaceClass}=="0b", ATTR{bInterfaceSubClass}=="00", ATTR{bInterfaceProtocol}=="00", ATTRS{idVendor}=="?*" RUN+="@udevdir@/openct_usb /dev/$parent"