From ac1f97e2eb455b618c28bdbc9a57026c52d709c8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 12 Jun 2018 12:46:19 +0200 Subject: [PATCH] lib: Supported devices list is for master, not stable --- libfprint/fprint-list-supported-devices.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfprint/fprint-list-supported-devices.c b/libfprint/fprint-list-supported-devices.c index 172991cb..ed49ee69 100644 --- a/libfprint/fprint-list-supported-devices.c +++ b/libfprint/fprint-list-supported-devices.c @@ -68,6 +68,8 @@ int main (int argc, char **argv) g_print ("# Supported Devices\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 ("\n"); g_print ("## USB devices\n"); g_print ("\n"); g_print ("USB ID | Driver\n");