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.
22 lines
530 B
22 lines
530 B
18 years ago
|
########################################################################
|
||
|
#
|
||
|
# Description : 95-debug.rules
|
||
|
#
|
||
|
# Authors : Based on Open Suse Udev Rules
|
||
|
# kay.sievers@suse.de
|
||
|
#
|
||
|
# Adapted to : Jim Gifford
|
||
|
# LFS
|
||
|
#
|
||
|
# Version : 00.01
|
||
|
#
|
||
|
# Notes :
|
||
|
#
|
||
|
########################################################################
|
||
|
|
||
|
# debug events to /events, but not on default udev_log="err"
|
||
|
ENV{UDEV_LOG}=="[4-9]", RUN+="eventrecorder.sh"
|
||
|
|
||
|
# event to be catched by udevmonitor
|
||
|
RUN+="socket:/org/kernel/udev/monitor"
|