summaryrefslogtreecommitdiff
path: root/convert-modeswitch.pl
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-12-18 12:16:17 +0100
committerBjørn Mork <bjorn@mork.no>2017-12-18 12:16:17 +0100
commit9702dfe99e88b3fcebd4a1f4d0a4467ea62ae29a (patch)
tree9988209247f614e22a5c9d03e534f90342dcf430 /convert-modeswitch.pl
parent453da8e540b1c53d357b897d6c70372cd4633390 (diff)
fix support for Option modems
USB_ModeSwitch version 2.3.0 introduced "OptionMode". Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'convert-modeswitch.pl')
-rwxr-xr-xconvert-modeswitch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl
index 6930e5f..71c2b79 100755
--- a/convert-modeswitch.pl
+++ b/convert-modeswitch.pl
@@ -62,6 +62,7 @@ my %options = (
MBIM => $mode_option,
HuaweiMode => $mode_option,
HuaweiNewMode => $mode_option,
+ OptionMode => $mode_option,
SierraMode => $mode_option,
SonyMode => $mode_option,
QisdaMode => $mode_option,