Re: [PATCH v2 2/3] input: Add UHIDDestroy option into input.conf
From: Juha Kuikka <hidden>
Date: 2017-03-01 19:13:42
Hi Luiz On Wed, Mar 1, 2017 at 2:21 AM, Luiz Augusto von Dentz [off-list ref] wrote:
Hi Juha, On Wed, Mar 1, 2017 at 3:06 AM, Juha Kuikka [off-list ref] wrote:quoted
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.4Id follow the prefix of UserspaceHID here since it should apply to any uHID instance including classic and please merge this into the first patch.
Thanks, will do! - Juha