+ o switch device mapper rules to:
+ dmsetup info -c --nameprefixes --unquoted --rows --noheadings \
+ -o name,uuid,suspended,readonly,major,minor,open,tables_loaded
+ o implement path_id with libudev
o convert firmware.sh to C
o add DVB variables to kernel (patch merged in v4l tree), drop the
shell script rule
dnl /* libudev version */
LIBUDEV_LT_CURRENT=0
-LIBUDEV_LT_REVISION=5
+LIBUDEV_LT_REVISION=6
LIBUDEV_LT_AGE=0
AC_SUBST(LIBUDEV_LT_CURRENT)
AC_SUBST(LIBUDEV_LT_REVISION)
info("signature '%s' %i detected\n", id->type, i);
if (id->force_unique_result)
force_unique_result = 1;
- if (found && force_unique_result) {
+ if (found > 0 && force_unique_result) {
info("conflicting signatures found, skip results\n");
return -1;
}