am a2411eed: Merge "init.usb.rc: set sys.usb.config to none before changing it" into jb-mr1.1-dev

* commit 'a2411eedb2f005e344e7d920715727e136a806aa':
  init.usb.rc: set sys.usb.config to none before changing it
This commit is contained in:
Benoit Goby 2012-12-06 12:02:12 -08:00 committed by Android Git Automerger
commit 6d3e609977

View file

@ -88,4 +88,5 @@ on property:sys.usb.config=accessory,audio_source,adb
# Used to set USB configuration at boot and to switch the configuration
# when changing the default configuration
on property:persist.sys.usb.config=*
setprop sys.usb.config none
setprop sys.usb.config ${persist.sys.usb.config}