Re: [Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support

2017-05-08 Thread Gerd Hoffmann
On Fr, 2017-05-05 at 15:42 +0200, Philippe Voinov wrote: > This depends on: > [PATCH] ui: Support non-zero minimum values for absolute input axes Better send patches as patch series then (next time). Added patches to input patch queue. thanks, Gerd

Re: [Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support

2017-05-05 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support Message-id: 20170505134231.30210-1

Re: [Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support

2017-05-05 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 20170505134231.30210-1-philippevoi...@gmail.com Type: series Subject: [Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

[Qemu-devel] [PATCH v3] ui: input-linux: Add absolute event support

2017-05-05 Thread Philippe Voinov
This depends on: [PATCH] ui: Support non-zero minimum values for absolute input axes This patch adds support for absolute pointer events to the input-linux subsystem. This support was omitted from the original input-linux patch, however most of the code required for it is already in place. Suppor