From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK05Z-0006zd-Ta for qemu-devel@nongnu.org; Fri, 15 Jan 2016 03:50:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK05U-0004Yz-TO for qemu-devel@nongnu.org; Fri, 15 Jan 2016 03:50:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK05U-0004Yi-OI for qemu-devel@nongnu.org; Fri, 15 Jan 2016 03:50:28 -0500 Message-ID: <1452847825.23156.22.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 15 Jan 2016 09:50:25 +0100 In-Reply-To: References: <1450102686-23855-1-git-send-email-kraxel@redhat.com> <1451908596.7377.95.camel@redhat.com> <1451977524.31764.2.camel@redhat.com> <1452066825.6096.18.camel@redhat.com> <1452087192.6096.38.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sL1pKn07 SpinFlo Cc: qemu-devel@nongnu.org, vfio-users On Fr, 2016-01-15 at 00:19 +0100, sL1pKn07 SpinFlo wrote: > ok, now works tnx Gerd! >=20 >=20 > but i found 2 problems, one with keyboard and other with the mouse >=20 > Keyboard: >=20 > the repetition (hold the key) don't work. Support used to be there, but the constant flow of key repeat events in case you hold down a key longer (like you do with shift or ctrl in some games) made things unstable so I turned that off. > Mouse: >=20 > only detect 3 buttons (my Logitech G5 Laser Have 7) The mouse emulated by qemu has only three buttons. cheers, Gerd