From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: References: From: Mike Purvis Date: Wed, 15 Jul 2015 11:10:45 -0400 Message-ID: Subject: Re: UsermodeHID uncertainty To: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: > - What is the usermode process? Do I have to start it somehow, or does > it start on its own? Is it an already running daemon? > - What is the communication channel between the kernel and user > process, and how can I listen in on the traffic? > - Is the usermode process directly managing things like devfs nodes > (eg, /dev/input/js0), or does it communicate back to the kernel for > that? > - As a user, what are my options for swapping out the usermode process > if I want to modify its behaviour? For example, handling disconnects > or pairing in a different manner than the default? Any thoughts on these questions?