Diff between 247ae8524888268bb075ff90a3d77a9b4449d08f and 9698870015b0972d3d93f30a6d9de1ed029ba87c

Changed Files

File Additions Deletions Status
profiles/input/device.c +1 -1 modified
profiles/input/input.conf +1 -1 modified

Full Patch

diff --git a/profiles/input/device.c b/profiles/input/device.c
index 6c64ff1..ff7e348 100644
--- a/profiles/input/device.c
+++ b/profiles/input/device.c
@@ -81,7 +81,7 @@ struct input_device {
 };
 
 static int idle_timeout = 0;
-static bool uhid_enabled = false;
+static bool uhid_enabled = true;
 static bool classic_bonded_only = true;
 
 void input_set_idle_timeout(int timeout)
diff --git a/profiles/input/input.conf b/profiles/input/input.conf
index d8645f3..00a34eb 100644
--- a/profiles/input/input.conf
+++ b/profiles/input/input.conf
@@ -9,7 +9,7 @@
 #IdleTimeout=30
 
 # Enable HID protocol handling in userspace input profile
-# Defaults to false (HIDP handled in HIDP kernel module)
+# Defaults to true (Use UHID instead of kernel HIDP)
 #UserspaceHID=true
 
 # Limit HID connections to bonded devices