From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqMzX-0003PW-2w for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:46:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqMzR-0004xV-9C for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:46:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqMzR-0004xO-36 for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:46:01 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B156280F6A for ; Wed, 13 Apr 2016 15:46:00 +0000 (UTC) Message-ID: <1460562359.31779.68.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 13 Apr 2016 17:45:59 +0200 In-Reply-To: <1460558603-18331-1-git-send-email-lprosek@redhat.com> References: <1460558603-18331-1-git-send-email-lprosek@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] virtio-input: support absolute axis config in pass-through List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ladi Prosek Cc: qemu-devel@nongnu.org On Mi, 2016-04-13 at 16:43 +0200, Ladi Prosek wrote: > VIRTIO_INPUT_CFG_ABS_INFO was not implemented for pass-through input > devices. This patch follows the existing design and pre-fetches the > config for all absolute axes using EVIOCGABS at realize time. Just in time for the input pull request I was preparing ;) thanks, Gerd