From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDTD1-0004cj-1u for qemu-devel@nongnu.org; Thu, 16 Jun 2016 05:03:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDTCw-0006JL-Ug for qemu-devel@nongnu.org; Thu, 16 Jun 2016 05:03:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDTCw-0006JC-PP for qemu-devel@nongnu.org; Thu, 16 Jun 2016 05:03:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 3515EC000AF3 for ; Thu, 16 Jun 2016 09:03:26 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 16 Jun 2016 11:03:17 +0200 Message-Id: <1466067800-25434-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] input-linux: improve device handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Patches 1+2 just factor out code to make patch 3 smaller and easier to review. Patch 3 refines the device detection and also allows devices to be treated as both mouse and keyboard. The later should improve handling of programmable mice which can also send keyboard events. cheers, Gerd Gerd Hoffmann (3): input-linux: factor out input_linux_handle_mouse input-linux: factor out input_linux_handle_keyboard input-linux: better capability checks, merge input_linux_event_{mouse,keyboard} ui/input-linux.c | 269 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 140 insertions(+), 129 deletions(-) -- 1.8.3.1