Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init.usb.rc: set sys.usb.config to none before changing it | Benoit Goby | 2012-12-05 | 1 | -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 configurations | Mike Lockwood | 2012-04-11 | 1 | -0/+91 |
Also moved USB scripts to new file init.usb.rc Change-Id: I98e099fbd8de3eb3e1e18c9ef69312608033a50c Signed-off-by: Mike Lockwood <lockwood@google.com> |