Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use_mtp is not a correct parameter except in the -DNOKIA case
Signed-off-by: Philippe De Swert <phdeswer@lumi.maa>
  • Loading branch information
Philippe De Swert committed Apr 15, 2011
1 parent 30b9158 commit cf69648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-modules.h
Expand Up @@ -23,7 +23,7 @@
#ifdef NOKIA
#define MODULE_NETWORK_MTP "g_nokia use_mtp=1 connect=0"
#else
#define MODULE_NETWORK_MTP "g_nokia use_mtp=1"
#define MODULE_NETWORK_MTP "g_nokia"
#endif /* NOKIA */
#define MODULE_MASS_STORAGE "g_file_storage"
#define MODULE_CHARGING "g_file_storage luns=1 stall=0 removable=1"
Expand Down

0 comments on commit cf69648

Please sign in to comment.