OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
530 B

  1. ########################################################################
  2. #
  3. # Description : 95-debug.rules
  4. #
  5. # Authors : Based on Open Suse Udev Rules
  6. # kay.sievers@suse.de
  7. #
  8. # Adapted to : Jim Gifford
  9. # LFS
  10. #
  11. # Version : 00.01
  12. #
  13. # Notes :
  14. #
  15. ########################################################################
  16. # debug events to /events, but not on default udev_log="err"
  17. ENV{UDEV_LOG}=="[4-9]", RUN+="eventrecorder.sh"
  18. # event to be catched by udevmonitor
  19. RUN+="socket:/org/kernel/udev/monitor"