CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2017-04-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Apr 14 19:19:43 UTC 2017 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: be somewhat smarter with mux devices: - don't trust the device type, if we're on a mux that may not be the whole story

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2017-04-06 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Apr 6 20:55:03 UTC 2017 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: we can get calibration data from the kernel now with this ( and a bunch of previous commits ) the touchscreen on my Acer

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2016-08-16 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Aug 16 06:29:28 UTC 2016 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c ws.h Log Message: apply const from xorg-server 1.18 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2011-09-26 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Mon Sep 26 14:38:59 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Use #ifndef __NetBSD__ instead of #if 0 which were added in rev 1.5: port to netbsd wscons To generate a diff of this

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2011-09-26 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Mon Sep 26 14:47:53 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Restore #ifndef __NetBSD__ portions (disabling OpenBSD specific TPANEL stuff?) which were accidentally removed in rev 1.4:

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2011-09-26 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Mon Sep 26 18:04:37 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Also wrap variables used only in !__NetBSD__ block. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2011-08-02 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Aug 2 09:33:33 UTC 2011 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: emumb.c ws.c Log Message: port to netbsd wscons To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2009-12-11 Thread Marc Balmer
Module Name:xsrc Committed By: mbalmer Date: Fri Dec 11 16:04:30 UTC 2009 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Fix SwapXY and rotation support. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2009-12-08 Thread Marc Balmer
Module Name:xsrc Committed By: mbalmer Date: Tue Dec 8 09:55:38 UTC 2009 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Remove the input driver before returning NULL on error in PreInit(). From OpenBSD. To generate a diff of this commit: