From 2e879cef83189bf50789ea3e3d144738222e828c Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 6 Jan 2016 14:05:29 -0500 Subject: amgc_list_unit_enums(): initial implementation and integration. --- src/driver/amgc_driver_ctx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/driver') diff --git a/src/driver/amgc_driver_ctx.c b/src/driver/amgc_driver_ctx.c index c25be55..2b33de4 100644 --- a/src/driver/amgc_driver_ctx.c +++ b/src/driver/amgc_driver_ctx.c @@ -197,6 +197,11 @@ int amgc_get_driver_ctx( ctx->actions[nactions].type = AMGC_ACTION_OUTPUT; ctx->actions[nactions++].action = AMGC_OUTPUT_ENUM; break; + + case TAG_LIST_ENUMS: + ctx->actions[nactions].type = AMGC_ACTION_OUTPUT; + ctx->actions[nactions++].action = AMGC_LIST_ENUM; + break; } ctx->ctx.program = program; -- cgit v1.2.3