- Timestamp:
- 07/09/07 09:31:31 (18 months ago)
- Files:
-
- 1 modified
-
trunk/etc/openct.udev (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/openct.udev
r974 r980 1 1 # udev rules file for openct 2 # 3 # COMPATIBILITY NOTES 4 # new versions of udev want DRIVERS, older versions only support DRIVER 5 # new versions of udev want SUBSYSTEMS, older versions only support BUS 6 # 7 # new combinations of udev and linux kernel do not create proper events 8 # (or udev processes them "too fast" / race conditions) or similar. 9 # as a result there is no way to get openct-control run when a usb smart 10 # card reader is plugged in. restarting the init script will help as a 11 # crude workaround. 2 12 # 3 13 SUBSYSTEM!="usb", GOTO="openct_usb_rules_end"
