adb: set sys.usb.ffs.ready to signal usb pullup

This change sets sys.usb.ffs.ready to 1 to
trigger configfs based enumeration.

Change-Id: I222495fc667cce59675579069d164b0b484f3653
This commit is contained in:
Badhri Jagan Sridharan 2015-04-21 11:09:32 -07:00
parent e434ad1dd7
commit 5f97370bab
1 changed files with 2 additions and 0 deletions

View File

@ -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);