From: root Date: Wed, 1 Apr 2020 04:22:02 +0000 (+0200) Subject: committing changes in /etc made by "/usr/bin/python3 /usr/bin/unattended-upgrade" X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=2f29f85faf47c3634d5f72619d40f9e99231109e;p=zenbook committing changes in /etc made by "/usr/bin/python3 /usr/bin/unattended-upgrade" Package changes: -bluez 5.50-0ubuntu5 amd64 +bluez 5.50-0ubuntu5.1 amd64 --- diff --git a/bluetooth/input.conf b/bluetooth/input.conf index 3e1d65a..4c70bc5 100644 --- a/bluetooth/input.conf +++ b/bluetooth/input.conf @@ -11,3 +11,16 @@ # 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