Changeset 980 for trunk

Show
Ignore:
Timestamp:
07/09/07 09:31:31 (18 months ago)
Author:
aj
Message:

document the sad compatiblity situation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/openct.udev

    r974 r980  
    11# 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. 
    212# 
    313SUBSYSTEM!="usb", GOTO="openct_usb_rules_end"