From 690c8cefb49c228ad88230596485269627ac3141 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 18 Aug 2016 04:51:06 -0400 Subject: driver: exit as needed after version printing. --- include/ptycon/ptycon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 19c2513..d8f2275 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -48,6 +48,10 @@ extern "C" { #define PTYC_DRIVER_DAEMON_ALWAYS 0x1000 #define PTYC_DRIVER_DAEMON_NEVER 0x2000 +#define PTYC_DRIVER_DBG_MODE (PTYC_DRIVER_DBG_EVENT \ + | PTYC_DRIVER_DBG_OVEN \ + | PTYC_DRIVER_DBG_RAW) + struct ptyc_source_version { int major; int minor; -- cgit v1.2.3