diff options
Diffstat (limited to 'app-crypt/ccid/files/ccid-1.3.3-udev.patch')
-rw-r--r-- | app-crypt/ccid/files/ccid-1.3.3-udev.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/ccid/files/ccid-1.3.3-udev.patch b/app-crypt/ccid/files/ccid-1.3.3-udev.patch new file mode 100644 index 000000000000..188b57adebf7 --- /dev/null +++ b/app-crypt/ccid/files/ccid-1.3.3-udev.patch @@ -0,0 +1,12 @@ +--- trunk/Drivers/ccid/src/pcscd_ccid.rules 2008/02/06 14:07:31 2795 ++++ trunk/Drivers/ccid/src/pcscd_ccid.rules 2008/02/07 13:32:32 2803 +@@ -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" + |