am 9805733d: am fade90ac: am 82b0f7ba: Merge "adb: set sys.usb.ffs.ready to signal usb pullup"
* commit '9805733d10d177548ced3439d81aed359dbc4bcb': adb: set sys.usb.ffs.ready to signal usb pullup
This commit is contained in:
commit
15d2bdfe35
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include <cutils/properties.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <linux/usb/ch9.h>
|
||||
|
@ -362,6 +363,7 @@ static void *usb_ffs_open_thread(void *x)
|
|||
|
||||
adb_sleep_ms(1000);
|
||||
}
|
||||
property_set("sys.usb.ffs.ready", "1");
|
||||
|
||||
D("[ usb_thread - registering device ]\n");
|
||||
register_usb_transport(usb, 0, 0, 1);
|
||||
|
|
Loading…
Reference in New Issue