input.conf 927 B

1234567891011121314151617181920212223242526
  1. # Configuration file for the input service
  2. # This section contains options which are not specific to any
  3. # particular interface
  4. [General]
  5. # Set idle timeout (in minutes) before the connection will
  6. # be disconnect (defaults to 0 for no timeout)
  7. #IdleTimeout=30
  8. # Enable HID protocol handling in userspace input profile
  9. # Defaults to false (HIDP handled in HIDP kernel module)
  10. #UserspaceHID=true
  11. # Limit HID connections to bonded devices
  12. # The HID Profile does not specify that devices must be bonded, however some
  13. # platforms may want to make sure that input connections only come from bonded
  14. # device connections. Several older mice have been known for not supporting
  15. # pairing/encryption.
  16. # Defaults to false to maximize device compatibility.
  17. #ClassicBondedOnly=true
  18. # LE upgrade security
  19. # Enables upgrades of security automatically if required.
  20. # Defaults to true to maximize device compatibility.
  21. #LEAutoSecurity=true