+ o add DVB variables to kernel, and drop shell script rule
o handle spaces in SYMLINK+=, do not create multiple links
o use libudev device in udev_rules.c
get rid of udevice, store rule matching state in rule iterator
o rework rules to a match-action list, instead of a rules array
- o add DVB variables to kernel, and drop shell script rule
o add watershed extra
o DEVTYPE for disks is set by the kernel, they will be removed from
the default rules
log_null(struct udev *udev, const char *format, ...) {}
#ifdef USE_LOG
-# ifdef USE_DEBUG
+# ifdef DEBUG
# define dbg(udev, arg...) udev_log(udev, LOG_DEBUG, __FILE__, __LINE__, __FUNCTION__, ## arg)
# else
# define dbg(udev, arg...) log_null(udev, ## arg)