From 64c88753aee1bbfeee00f9eeb5c561b839873f8d Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 5 Jul 2016 20:48:04 -0400 Subject: driver: added --debug support. --- include/ptycon/ptycon.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 6309f27..930dd57 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -34,8 +34,9 @@ extern "C" { #define PTYC_DRIVER_VERSION 0x0010 #define PTYC_DRIVER_DRY_RUN 0x0020 -#define PTYC_DRIVER_DBG_OVEN 0x0040 -#define PTYC_DRIVER_DBG_RAW 0x0080 +#define PTYC_DRIVER_DBG_EVENT 0x0040 +#define PTYC_DRIVER_DBG_OVEN 0x0080 +#define PTYC_DRIVER_DBG_RAW 0x0100 struct ptyc_source_version { int major; -- cgit v1.2.3