From c6a94573273af454f237b5ec6f451570c92bbae5 Mon Sep 17 00:00:00 2001 From: TechPanelGM Date: Thu, 31 Jul 2025 08:07:24 +0000 Subject: [PATCH] umi: switch to device extract only --- extract-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index 6e55ff7..c280920 100755 --- a/extract-files.py +++ b/extract-files.py @@ -70,5 +70,5 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm8250-common', module.vendor) + utils = ExtractUtils.device(module) utils.run()