remove WAIT_FOR_SYSFS="bInterfaceProtocol" from the udev rule file.

really Closes: #463977 "libccid.rules causes udev to delay for 10s when
syncing palm device"
This commit is contained in:
Ludovic Rousseau 2008-02-08 14:14:42 +00:00
parent a15e828661
commit 9ea8050da0
3 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,12 @@
ccid (1.3.3-2) unstable; urgency=low
* debian/patches/src_pcscd_ccid.rules.dpatch: remove
WAIT_FOR_SYSFS="bInterfaceProtocol" from the udev rule file.
really Closes: #463977 "libccid.rules causes udev to delay for 10s when
syncing palm device"
-- Ludovic Rousseau <rousseau@debian.org> Fri, 08 Feb 2008 15:12:26 +0100
ccid (1.3.3-1) unstable; urgency=low
* New upstream release

View File

@ -0,0 +1 @@
src_pcscd_ccid.rules.dpatch

View File

@ -0,0 +1,20 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## src_pcscd_ccid.rules.dpatch by <rousseau@imac.maison.bogus>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad ccid-1.3.3~/src/pcscd_ccid.rules ccid-1.3.3/src/pcscd_ccid.rules
--- ccid-1.3.3~/src/pcscd_ccid.rules 2008-02-06 15:06:16.000000000 +0100
+++ ccid-1.3.3/src/pcscd_ccid.rules 2008-02-08 15:11:00.000000000 +0100
@@ -6,9 +6,6 @@
# If not adding the device, go away
ACTION!="add", GOTO="pcscd_ccid_rules_end"
-# last file created by the kernel, if this is present everything should be
-WAIT_FOR_SYSFS="bInterfaceProtocol"
-
# Kobil mIDentity
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0d46", ATTRS{idProduct}=="4081", RUN+="/usr/sbin/Kobil_mIDentity_switch"