UHIDDestroy controls whether uHID device is destroyed on HID/HoG disconnect. Defaults to false. --- profiles/input/input.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/input/input.conf b/profiles/input/input.conf index 3e1d65a..4a93e42 100644 --- a/profiles/input/input.conf +++ b/profiles/input/input.conf @@ -11,3 +11,7 @@ # Enable HID protocol handling in userspace input profile # Defaults to false (HIDP handled in HIDP kernel module) #UserspaceHID=true + +# Destroy uHID device on HID/HoG disconnect +# Defaults to false (uHID device is persistent across reconnects) +#UHIDDestroy=true -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html