powered.patch 636 B

1234567891011121314151617
  1. diff -Nur old/src/main.conf new/src/main.conf
  2. --- old/src/main.conf 2010-08-25 13:10:02.000000000 +0800
  3. +++ new/src/main.conf 2010-09-26 17:28:39.000000000 +0800
  4. @@ -32,10 +32,10 @@
  5. # What value should be assumed for the adapter Powered property when
  6. # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
  7. -InitiallyPowered = true
  8. +InitiallyPowered = false
  9. # Remember the previously stored Powered state when initializing adapters
  10. -RememberPowered = true
  11. +RememberPowered = false
  12. # Use vendor, product and version information for DID profile support.
  13. # The values are separated by ":" and VID, PID and version.