diff --git a/libfprint/fprint-list-supported-devices.c b/libfprint/fprint-list-supported-devices.c index be6dc28..793c9c9 100644 --- a/libfprint/fprint-list-supported-devices.c +++ b/libfprint/fprint-list-supported-devices.c @@ -83,6 +83,8 @@ main (int argc, char **argv) g_print ("\n"); g_print ("This is a list of supported devices in libfprint's development version. Those drivers might not all be available in the stable, released version. If in doubt, contact your distribution or systems integrator for details.\n"); g_print ("\n"); + g_print ("The quality and functionality of drivers varies widely. libfprint maintainers may not be able to help with issues arising from their use.\n"); + g_print ("\n"); g_print ("## USB devices\n"); g_print ("\n"); g_print ("USB ID | Driver\n");