From defb2b68c02b2e0e3cc5a5560daddc79ff60da2e Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:24:30 -0500 Subject: [PATCH] driver type capitalization --- lib/base.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/base.ps1 b/lib/base.ps1 index 84a4da5..0f1c1a5 100644 --- a/lib/base.ps1 +++ b/lib/base.ps1 @@ -268,10 +268,10 @@ function Device_Desc { } $drivers = @{ - 1 = 'MME' - 3 = 'WDM' - 4 = 'KS' - 5 = 'ASIO' + 1 = 'mme' + 3 = 'wdm' + 4 = 'ks' + 5 = 'asio' } [PSCustomObject]@{