aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-06-25 00:56:58 -0400
committercnlohr <lohr85@gmail.com>2018-06-25 00:56:58 -0400
commitfc9bdfa45e8ad1e4eeefc272db077a25af542a82 (patch)
tree5af3b74db503e028a9f7f5ae759008c369a58c0f /src/survive.c
parent07196617669b844cbc4b15fbdaa5d0d1de6c7508 (diff)
downloadlibsurvive-fc9bdfa45e8ad1e4eeefc272db077a25af542a82.tar.gz
libsurvive-fc9bdfa45e8ad1e4eeefc272db077a25af542a82.tar.bz2
Add blacklisting of devices, as well as improve feedback algorithm for charlesrefine.
Diffstat (limited to 'src/survive.c')
-rw-r--r--src/survive.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/survive.c b/src/survive.c
index 7ee1992..920b9ec 100644
--- a/src/survive.c
+++ b/src/survive.c
@@ -16,6 +16,7 @@
#define z_const const
#endif
+STATIC_CONFIG_ITEM( BLACKLIST_DEVS, "blacklist-devs", 's', "List any devs (or substrings of devs) to blacklist.", "-" );
STATIC_CONFIG_ITEM( CONFIG_FILE, "configfile", 's', "Default configuration file", "config.json" );
STATIC_CONFIG_ITEM( CONFIG_D_CALI, "disable-calibrate", 'i', "Enables or disables calibration", 0 );
STATIC_CONFIG_ITEM( CONFIG_F_CALI, "force-calibrate", 'i', "Forces calibration even if one exists.", 0 );