diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /os/etc/bluetooth/input.conf | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'os/etc/bluetooth/input.conf')
| -rw-r--r-- | os/etc/bluetooth/input.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/os/etc/bluetooth/input.conf b/os/etc/bluetooth/input.conf deleted file mode 100644 index 4c70bc5..0000000 --- a/os/etc/bluetooth/input.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file for the input service - -# This section contains options which are not specific to any -# particular interface -[General] - -# Set idle timeout (in minutes) before the connection will -# be disconnect (defaults to 0 for no timeout) -#IdleTimeout=30 - -# Enable HID protocol handling in userspace input profile -# Defaults to false (HIDP handled in HIDP kernel module) -#UserspaceHID=true - -# Limit HID connections to bonded devices -# The HID Profile does not specify that devices must be bonded, however some -# platforms may want to make sure that input connections only come from bonded -# device connections. Several older mice have been known for not supporting -# pairing/encryption. -# Defaults to false to maximize device compatibility. -#ClassicBondedOnly=true - -# LE upgrade security -# Enables upgrades of security automatically if required. -# Defaults to true to maximize device compatibility. -#LEAutoSecurity=true |