Skip to content

Commit

Permalink
Use g_ether for developer mode as it is generic
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Aug 6, 2012
1 parent b76d40b commit ab20def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-modules.h
Expand Up @@ -29,7 +29,7 @@
#define MODULE_CHARGING "g_mass_storage luns=1 stall=0 removable=1"
#define MODULE_NONE "none"
#define MODULE_WINDOWS_NET "g_ether"
#define MODULE_DEVELOPER "g_nokia devmode=1"
#define MODULE_DEVELOPER "g_ether"
#define MODULE_MTP "g_ffs"

/* load module */
Expand Down

0 comments on commit ab20def

Please sign in to comment.