summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-03-08 12:31:10 +0100
committerBenjamin Berg <bberg@redhat.com>2021-03-08 12:34:41 +0100
commit3f13ddc40dced65128e01b2490f03786e9c31c56 (patch)
treeb5d26e3a8babdeac8393103bb314de724909bbe9
parente0f081c6e3432990f0f3c10fe80f486e8d496789 (diff)
list-supported: Relativate "support" statement for websitebenzea/add-support-warning-to-website
The website suggest that the devices are "supported", however, it is not clear what this means and can be read to imply that all of the devices are expected to work well and upstream will fix issues. Unfortunately, that is not really the case for all drivers. As such, add a statement that the quality and supportability of drivers varies widely.
-rw-r--r--libfprint/fprint-list-supported-devices.c2
1 files changed, 2 insertions, 0 deletions
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");