Re: [PATCH] fixesproto v6: Pointer barrier thresholds

2012-05-02 Thread Peter Hutterer
On Thu, May 03, 2012 at 12:40:58PM +1000, Christopher James Halse Rogers wrote: > On Thu, 2012-05-03 at 11:05 +1000, Peter Hutterer wrote: > > On Tue, Apr 03, 2012 at 01:42:38PM +1000, Christopher James Halse Rogers > > wrote: > > > --- > > > > > > I've got a corresponding xserver patch, but it n

Re: [PULL 1.12] input fixes for 1.12

2012-05-02 Thread Jeremy Huddleston
Thanks. ed33772..22a1953 server-1.12-branch -> server-1.12-branch On May 2, 2012, at 18:36, Peter Hutterer wrote: > Particularly the timer fix and #47281 are important, both can send the > server into an infinite loop. > > The following changes since commit ed33772a0d3ace5844e157ae78885ded

Re: [PULL] XIQueryPointer fixes

2012-05-02 Thread Keith Packard
On Thu, 3 May 2012 11:21:32 +1000, Peter Hutterer wrote: > Chase Douglas (2): > Report logical button state in ProcXIQueryPointer > Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier 1908272..9704136 master -> master -- keith.pack...@intel.com pgpZfzsIIaR

Re: [PATCH 4/4] os/log: refactor logging

2012-05-02 Thread Peter Hutterer
On Wed, Apr 18, 2012 at 05:51:53PM +0800, Daniel Kurtz wrote: > It is not safe to ever use an arbitrary (possibly user supplied) string as > part of the format for a *sprintf() call. > > For example: > 1. Name a Bluetooth keyboard "%n%n%n%n%n%n%n%n" > 2. Pair it with a computer running X and t

Re: [PATCH] fixesproto v6: Pointer barrier thresholds

2012-05-02 Thread Christopher James Halse Rogers
On Thu, 2012-05-03 at 11:12 +1000, Peter Hutterer wrote: > On Tue, Apr 03, 2012 at 01:42:38PM +1000, Christopher James Halse Rogers > wrote: > > --- > > > > I've got a corresponding xserver patch, but it needs updating for the > > Great Reindent of '12. Might as well get support for the protocol

Re: [PATCH] fixesproto v6: Pointer barrier thresholds

2012-05-02 Thread Christopher James Halse Rogers
On Thu, 2012-05-03 at 11:05 +1000, Peter Hutterer wrote: > On Tue, Apr 03, 2012 at 01:42:38PM +1000, Christopher James Halse Rogers > wrote: > > --- > > > > I've got a corresponding xserver patch, but it needs updating for the > > Great Reindent of '12. Might as well get support for the protocol

[PULL 1.12] input fixes for 1.12

2012-05-02 Thread Peter Hutterer
Particularly the timer fix and #47281 are important, both can send the server into an infinite loop. The following changes since commit ed33772a0d3ace5844e157ae78885ded000819ea: xfree86: workaround crash on close (2012-04-26 21:07:09 -0700) are available in the git repository at: git://peop

[PULL] XIQueryPointer fixes

2012-05-02 Thread Peter Hutterer
The following changes since commit f3410b97cf9b48a47bee3d15d232f8a88e75f4ef: dix: when disabling a device, release all buttons and keys (2012-05-01 11:36:36 +1000) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to ee

Re: [PATCH] fixesproto v6: Pointer barrier thresholds

2012-05-02 Thread Peter Hutterer
On Tue, Apr 03, 2012 at 01:42:38PM +1000, Christopher James Halse Rogers wrote: > --- > > I've got a corresponding xserver patch, but it needs updating for the > Great Reindent of '12. Might as well get support for the protocol additions > before fixing it up. > > A slightly different variant o

Re: [PATCH] fixesproto v6: Pointer barrier thresholds

2012-05-02 Thread Peter Hutterer
On Tue, Apr 03, 2012 at 01:42:38PM +1000, Christopher James Halse Rogers wrote: > --- > > I've got a corresponding xserver patch, but it needs updating for the > Great Reindent of '12. Might as well get support for the protocol additions > before fixing it up. > > A slightly different variant o

Re: [PATCH] dri2proto: Fix documented opcodes

2012-05-02 Thread Kristian Høgsberg
On Wed, May 2, 2012 at 3:03 PM, Chad Versace wrote: > Fix the documented opcodes in dri2proto.txt to be consistent with the > actual opcode values in dri2proto.h and in xcb/proto:src/dri2.xml. (It > looks like the opcodes were incorrect due to copy-paste errors). Looks correct to me. Kristian >

[PATCH] dri2proto: Fix documented opcodes

2012-05-02 Thread Chad Versace
Fix the documented opcodes in dri2proto.txt to be consistent with the actual opcode values in dri2proto.h and in xcb/proto:src/dri2.xml. (It looks like the opcodes were incorrect due to copy-paste errors). CC: Kristian Høgsberg --- dri2proto.txt | 18 +- 1 file changed, 9 inser

Re: [PATCH synaptics] Fix coasting for negative scroll directions

2012-05-02 Thread Chase Douglas
On 05/01/2012 05:21 PM, Peter Hutterer wrote: > 1874094f0e99d8db319f6cf769ce5a25c9bc490c introduced negative scroll > directions. Coasting assumed always-positive increments and triggered an > endless scrolling loop. > > Reported-by: Matthias Clasen > Signed-off-by: Peter Hutterer > --- > src/s

Re: [PULL] Configure fixes for Windows MinGW target

2012-05-02 Thread Keith Packard
On Wed, 02 May 2012 13:37:06 +0100, Jon TURNEY wrote: > Thanks very much for spotting that. No problem; just keeping my machine running. > Jon TURNEY (1): > configure.ac: Make default configuration for MinGW disable unsupported > extensions and DDXs > > Ryan Pavlik (3): > configur

Re: [PULL] Configure fixes for Windows MinGW target

2012-05-02 Thread Jon TURNEY
On 02/05/2012 02:50, Keith Packard wrote: > On Tue, 01 May 2012 20:23:38 +0100, Jon TURNEY > wrote: > >> Ryan Pavlik (3): >> configure.ac: auto-disable MITSHM if we lack IPC > > This patch is broken, HAVE_SYSV_IPC is a config.h entry, not a > configure.ac variable. This seems to fix it fo

Re: [PATCH] os: Add CryptoAPI as a choice of SHA1 implementation

2012-05-02 Thread Colin Harrison
Reviewed-by: Colin Harrison Tested-by: Colin Harrison This patch works well for me. However the line.. #define WIN32_LEAN_AND_MEAN in os/xsha1.c is superfluous as the code should be built with that defined elsewhere. Thanks, Colin Harrison ___ xorg-dev