Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix issue with ask mode
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Jul 21, 2012
1 parent c81c537 commit b76d40b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/usb_moded.c
Expand Up @@ -271,7 +271,10 @@ else if(!strcmp(mode, MODE_DEVELOPER))
ret = usb_moded_load_module(MODULE_MTP);
goto end;
}

else if(!strcmp(mode, MODE_ASK))
{
ret = 0;
}

#ifdef DYN_MODE
/* go through all the dynamic modes if the modelist exists*/
Expand Down

0 comments on commit b76d40b

Please sign in to comment.