Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #36 from mlehtima/master
[usb-moded] Additional fix for broken usb drivers when setting mode
  • Loading branch information
philippedeswert committed May 25, 2015
2 parents 6ef122a + 01e3b8a commit daa2edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usb_moded.c
Expand Up @@ -131,6 +131,9 @@ void set_usb_connected(gboolean connected)
*/
if(current_mode.android_usb_broken)
set_android_charging_mode();
if (android_ignore_udev_events) {
android_ignore_next_udev_disconnect_event = TRUE;
}
}

}
Expand Down

0 comments on commit daa2edf

Please sign in to comment.