From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMPbz-0003aI-MB for qemu-devel@nongnu.org; Sat, 08 Mar 2014 17:21:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMPbt-00087Z-NZ for qemu-devel@nongnu.org; Sat, 08 Mar 2014 17:20:55 -0500 Received: from jedlik.phy.bme.hu ([152.66.102.83]:57977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMPbt-00085i-GN for qemu-devel@nongnu.org; Sat, 08 Mar 2014 17:20:49 -0500 Date: Sat, 8 Mar 2014 23:20:40 +0100 (CET) From: BALATON Zoltan Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Qemu-devel] Commit 3ab193e66262e60e0ff74ac1ab5cff04412e83cb seems to break mouse wheel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com Hello, I've noticed that mouse wheel stopped working for me recently with the VMWare mouse driver. Bisecting gave this: 3ab193e66262e60e0ff74ac1ab5cff04412e83cb is the first bad commit commit 3ab193e66262e60e0ff74ac1ab5cff04412e83cb Author: Gerd Hoffmann Date: Thu Nov 28 12:27:40 2013 +0100 input: mouse: switch sdl ui to new core Signed-off-by: Gerd Hoffmann Regards, Balaton Zoltan