From cf696486ac9f3c9166611c978b9d80db4a5b289c Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 15 Apr 2011 17:13:23 +0300 Subject: [PATCH] use_mtp is not a correct parameter except in the -DNOKIA case Signed-off-by: Philippe De Swert --- src/usb_moded-modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb_moded-modules.h b/src/usb_moded-modules.h index 43dc15d..7c3006d 100644 --- a/src/usb_moded-modules.h +++ b/src/usb_moded-modules.h @@ -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"