using uinput connect X to proprietary (TCP based) keyboard endpoint

2014-10-15 Thread arne.ad...@t-online.de
Hi, I am trying to integrate a proprietary keyboard, sending linux scancodes via TCP. My idea is to use uinput to forward the received keycodes to locally running applications (including the x server). In my xorg.conf I have the following section: Section "InputDevice" # to enable user defi

WG: Re: using uinput connect X to proprietary (TCP based) keyboard endpoint

2014-10-16 Thread arne.ad...@t-online.de
fective: 0 valuators: windows: root 0x285 event 0x341 child 0x342 Kind regards, Arne -Original-Nachricht- Betreff: Re: using uinput connect X to proprietary (TCP based) keyboard endpoint Datum: Thu, 16 Oct 2014 17:12:45 +0200 Von: Peter Hutterer An: "arne.ad...@t-onlin

AW: WG: Re: using uinput connect X to proprietary (TCP based) keyboard endpoint

2014-10-16 Thread arne.ad...@t-online.de
e) defined? Kind regards, Arne -Original-Nachricht- Betreff: WG: Re: using uinput connect X to proprietary (TCP based) keyboard endpoint Datum: Fri, 17 Oct 2014 02:09:14 +0200 Von: "arne.ad...@t-online.de" An: xorg@lists.x.org Hi Peter, thanks for the quick reply. Unfortunat

AW: WG: Re: using uinput connect X to proprietary (TCP based) keyboard endpoint

2014-10-16 Thread arne.ad...@t-online.de
connect X to proprietary (TCP based) keyboard endpoint Datum: Fri, 17 Oct 2014 04:23:39 +0200 Von: "arne.ad...@t-online.de" An: "xorg@lists.x.org" Hi, I am able to receive the input from the uinput device, if I explicitly select extension input events like this: int

xorg conf user defined driver

2014-10-26 Thread arne.ad...@t-online.de
Hi, In a previous post (http://lists.x.org/archives/xorg/2014-October/056903.html) I mentioned problems with intercepting uinput events in an X client as non-extension events. I was not able to solve this problem. Hence I decided writing an X-input driver module using the howto from http://www.x.

AW: xorg conf user defined driver

2014-10-27 Thread arne.ad...@t-online.de
er Hutterer An: "arne.ad...@t-online.de" On Mon, Oct 27, 2014 at 05:31:21AM +0100, arne.ad...@t-online.de wrote: > Hi, > In a previous post > (http://lists.x.org/archives/xorg/2014-October/056903.html) I mentioned > problems > with intercepting uinput events in an X client

xorg.conf matching uinput device

2014-12-07 Thread arne.ad...@t-online.de
Hi, I have written an xorg module for a proprietary ethernet based virtual keyboard. I can load that driver only witch a matching rule on the actual input path (dev/input/event4) I tried to match by tag (InputClass... MatchTag) with a udev assigned tag on /dev/input/event4), however that fails.

AW: xorg.conf matching uinput device

2014-12-08 Thread arne.ad...@t-online.de
input/event40" Driver "smithskbd" Option "Name" "shkbd" EndSection xorg.log: [ 764.486] (II) Using input driver 'evdev' for 'shkbd' (6) same as above, however with the only known match rule that loads my driver: Section

AW: xorg.conf matching uinput device

2014-12-09 Thread arne.ad...@t-online.de
Hi Peter, that did it - thanks a lot. Kind regards, Arne -Original-Nachricht- Betreff: Re: xorg.conf matching uinput device Datum: Tue, 09 Dec 2014 05:59:46 +0100 Von: Peter Hutterer An: "arne.ad...@t-online.de" On Tue, Dec 09, 2014 at 04:58:29AM +0100, arne.ad...@t-onlin