From 4275a94c9d0e8ab2dee4632b6bee32fd634f4460 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 04:29:32 +0000 Subject: driver: implemented and integrated the -X (strict device id) cmdline option. --- src/driver/tpax_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver') diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index d2fec77..79518f0 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -544,6 +544,10 @@ int tpax_lib_get_driver_ctx( cctx.drvflags |= TPAX_DRIVER_PAX_SYMLINK_ITEMS; break; + case TAG_STRICT_DEVICE_ID: + cctx.drvflags |= TPAX_DRIVER_STRICT_DEVICE_ID; + break; + case TAG_STRICT_PATH: cctx.drvflags |= TPAX_DRIVER_STRICT_PATH_INPUT; break; -- cgit v1.2.3