summaryrefslogtreecommitdiff
path: root/convert-modeswitch.pl
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-12-18 13:04:10 +0100
committerBjørn Mork <bjorn@mork.no>2017-12-18 13:05:25 +0100
commitb457b5e6ed44a65c02263119f3447dd19c2f34be (patch)
tree20bc287b2846f03d746032170233aeabdaafe01c /convert-modeswitch.pl
parent9702dfe99e88b3fcebd4a1f4d0a4467ea62ae29a (diff)
support Quanta and Blackberry modes
Quanta mode was introduced in usb_modeswitch 1.2.6 and Blackberry mode in usb_modeswitch 1.2.7 Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'convert-modeswitch.pl')
-rwxr-xr-xconvert-modeswitch.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl
index 71c2b79..48d0fd4 100755
--- a/convert-modeswitch.pl
+++ b/convert-modeswitch.pl
@@ -62,6 +62,8 @@ my %options = (
MBIM => $mode_option,
HuaweiMode => $mode_option,
HuaweiNewMode => $mode_option,
+ QuantaMode => $mode_option,
+ BlackberryMode => $mode_option,
OptionMode => $mode_option,
SierraMode => $mode_option,
SonyMode => $mode_option,