Skip to content

Commit

Permalink
[devel] Fix DIAG_MODE definition. Fixes: JB#32805
Browse files Browse the repository at this point in the history
With the new libusbmoded-qt it pulls the definitions from the usb-moded
headers, which apparently are faulty.

Related:
https://github.com/nemomobile/libusb-moded-qt/blob/master/src/qusbmode.cpp

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 13, 2015
1 parent 778071a commit 5e27c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-modes.h
Expand Up @@ -29,7 +29,7 @@
#define MODE_MTP "mtp_mode"
#define MODE_HOST "host_mode"
#define MODE_CONNECTION_SHARING "connection_sharing"
#define MODE_DIAG "qa_diag_mode"
#define MODE_DIAG "diag_mode"
#define MODE_ADB "adb_mode"
#define MODE_PC_SUITE "pc_suite"
#define MODE_CHARGING "charging_only"
Expand Down

0 comments on commit 5e27c5d

Please sign in to comment.