list-supported: Relativate "support" statement for 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.
This commit is contained in:
parent
e0f081c6e3
commit
3f13ddc40d
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ main (int argc, char **argv)
|
||||||
g_print ("\n");
|
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 ("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 ("\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 ("## USB devices\n");
|
||||||
g_print ("\n");
|
g_print ("\n");
|
||||||
g_print ("USB ID | Driver\n");
|
g_print ("USB ID | Driver\n");
|
||||||
|
|
Loading…
Reference in a new issue