summaryrefslogtreecommitdiffstats
path: root/rootdir/init.usb.rc
Commit message (Collapse)AuthorAgeFilesLines
* init.usb.rc: Change product id to for add only configBadhri Jagan Sridharan2014-09-051-3/+3
| | | | | | | Change product id from D002 to 4EE7 when adb is the only supported function Change-Id: I8f6bcb9a1dc5ea6da0493a2dd730f9ac1f0bed24
* Revert "init.usb.rc: set sys.usb.config to none before changing it"Benoit Goby2013-01-151-1/+0
| | | | | | | | | | | | This can cause init to be stucked in a loop in very rare cases where persist.sys.usb.config is set to "none" (because the "setprop sys.usb.config none" action is added twice to the action list). The original issue on encrypted devices has been fixed differently by change # I350c5aab986f8ca86b95f316398d03012553e581 This reverts commit 80828af3def1f37eff1d483520df79ebe4238d55. Change-Id: Id0a7af8dd861c8d10b80a13b540c8a339b432007
* init.usb.rc: set sys.usb.config to none before changing itBenoit Goby2012-12-051-0/+1
| | | | | | | | | On encrypted devices, persistent properties are loaded after the device is decrypted. To properly change sys.usb.config to its persistent value, it must first be set to "none" and then to ${persist.sys.usb.config}. Bug: 7678835 Change-Id: I4f91245cedc04e3178ce9cee21390f5b657733c9
* init.rc: Add support for new USB accessory configurationsMike Lockwood2012-04-111-0/+91
Also moved USB scripts to new file init.usb.rc Change-Id: I98e099fbd8de3eb3e1e18c9ef69312608033a50c Signed-off-by: Mike Lockwood <lockwood@google.com>