1From e0d3e0bb1e38ff851696a7d8826e651d364ad8ce Mon Sep 17 00:00:00 2001 2From: Li xin <lixin.fnst@cn.fujitsu.com> 3Date: Fri, 5 Dec 2014 02:00:57 +0900 4Subject: [PATCH 1/2] etc/openct.udev.in: disablePROGRAM 5 6Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871 7 8Upstream-status: Pending 9 10Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 11--- 12 etc/openct.udev.in | 3 ++- 13 1 file changed, 2 insertions(+), 1 deletion(-) 14 15diff --git a/etc/openct.udev.in b/etc/openct.udev.in 16index d11d0e1..48083c9 100644 17--- a/etc/openct.udev.in 18+++ b/etc/openct.udev.in 19@@ -22,7 +22,8 @@ ACTION!="add", GOTO="openct_usb_rules_end" 20 # 2010-01-06 removed, as latest udev doesn't know WAIT_FOR_ATTR any more. 21 22 # sleep for 100ms - the wait_for_sysfs might not be enough 23-PROGRAM="/bin/sleep 0.1" 24+# Disabled in this package - see https://bugzilla.redhat.com/287871 25+# PROGRAM="/bin/sleep 0.1" 26 27 # ccid 28 ATTR{bInterfaceClass}=="0b", ATTR{bInterfaceSubClass}=="00", ATTR{bInterfaceProtocol}=="00", ATTRS{idVendor}=="?*" RUN+="@udevdir@/openct_usb /dev/$parent" 29-- 301.8.4.2 31 32