summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-26Move app/xtsscale build after drivers, since it requires aMatthieu Herrb
header installed by driver/xf86-input-ws. Problem noticed by jdixon@
2009-11-26Cleanup this driver a bit, following what's been done in xf86-input-ws:Matthieu Herrb
- no more convert proc - use the correct XInput device type - don't hardcode the package version number in the .c file.
2009-11-26white spaceMatthieu Herrb
2009-11-26white spaceMatthieu Herrb
2009-11-26regenMatthieu Herrb
2009-11-26Missed this file when adding middle button emulation.Matthieu Herrb
2009-11-26Documentation for Emulate3Buttons and Emulate3Timeout and the associatedMatthieu Herrb
properties.
2009-11-26Add middle mouse button emulation to xf86-input-ws.Matthieu Herrb
Code stolen from evdev, that stole it from xf86-input mouse.
2009-11-26"usage:" is usually lower case.Igor Sobrado
ok matthieu@
2009-11-26Use Mdocdate and add my name to copyrights.Matthieu Herrb
2009-11-26Tidy up error messages.Matthieu Herrb
2009-11-26Document device propertiesMatthieu Herrb
2009-11-26Document aborting the process with ESC.Matthieu Herrb
2009-11-26Allow the ESC key to interrupt the calibration process.Matthieu Herrb
2009-11-26Set resx/resy fields of the wscons calibration structure to the savedMatthieu Herrb
values when the calibration properties change.
2009-11-25Better error handling during device selection.Matthieu Herrb
2009-11-25Search for calibration properties atoms earlier, to avoid a screenMatthieu Herrb
flash when they are not present.
2009-11-25Only default to raw mode for touchpanels. The raw mode doesn't makeMatthieu Herrb
sense for mices.
2009-11-25When calibrating directly update the axis structures with new min/max values.Matthieu Herrb
In xserver 1.7 with axis labels, the init function used previously makes no sense anymore.
2009-11-25The raw mode is a lot more useful now. So enable it by default.Matthieu Herrb
2009-11-25New, XInput based, version of xtsscale(1).Matthieu Herrb
XInput is used to get raw events from the device and device properties are used to send the data back to the X server. Calibration can now be done without restarting X.
2009-11-25No need to maintain a local cache of the pointer position anymore.Matthieu Herrb
2009-11-25regenMatthieu Herrb
2009-11-25Implement device properties for calibration data.Matthieu Herrb
Setting the properties also write to the kernel table. The calibration code can now change the data without quitting X.
2009-11-25Save a copy of the kernel calibration data in the private data andMatthieu Herrb
use it to save/restore the state during DEVICE_ON/DEVICE_OFF.
2009-11-25Send events upstreams one axis at a time.Matthieu Herrb
2009-11-24Update to xf86-video-radeonhd 1.3.0Matthieu Herrb
Tested by killi@ on a HD3200.
2009-11-24Update to xf86-video-openchrome 0.2.904.Matthieu Herrb
Tested by myself and kevlo@ on V800 and V855 chipsets.
2009-11-23regenMatthieu Herrb
2009-11-23Missed one openbsd->xf86 rename.Matthieu Herrb
2009-11-23conversion_proc is not used anymore since Xserver 1.5.Matthieu Herrb
Don't define one that's never called.
2009-11-23Document option "raw".Matthieu Herrb
2009-11-23Fix previous for non tablet cases. the WSMOUSE_IO_GCALIBCOODS fails there.Matthieu Herrb
2009-11-23Implement a new "raw" mode that will put a panel in raw mode.Matthieu Herrb
Calibration data is read from the kernel, so things still work in this mode.
2009-11-23Another unused declaratin bites the dust.Matthieu Herrb
2009-11-23- fix parameter orders for XInput 2 xf86InitValuatorAxisStruct() callsMatthieu Herrb
- set min/max axis values for absolute valuators
2009-11-23Set buttons and axis labels for XInput 2.Matthieu Herrb
2009-11-23syncTodd T. Fries
2009-11-23Handle NetBSD's wsmouse ABI versions. From marc at msys dot ch. Thanks.Matthieu Herrb
2009-11-23split wsProc().Matthieu Herrb
2009-11-23typo. From marc@msys.ch. Thanks.Matthieu Herrb
2009-11-23regenMatthieu Herrb
2009-11-23Bump version -> 1.2.9Matthieu Herrb
2009-11-23Fetch the module version from autotools instead of hard-coding it.Matthieu Herrb
2009-11-23kill white space at EOLMatthieu Herrb
2009-11-23Set correct device type and mode in XInput structures.Matthieu Herrb
2009-11-22unifdef USB_NEW_HID.Matthieu Herrb
USB_GET_REPORT_ID is available on NetBSD and OpenBSD for more than 7 years now.
2009-11-22Get rid of the now unused remaining moduleInfoRec bits.Matthieu Herrb
2009-11-22regenMatthieu Herrb
2009-11-22Update to idioms used in modern X.Org input drivers.Matthieu Herrb