summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 0.99.1xf86-input-wacom-0.99.1Peter Hutterer2022-02-012-2/+2
* meson: default to the module dir from xorg-server.pcPeter Hutterer2022-01-242-3/+2
* Fix a compilation error when DEBUG is undefinedPeter Hutterer2022-01-172-6/+3
* Escape an unused variable with ifdef DEBUGPeter Hutterer2022-01-171-0/+2
* Change the v3-v6 debug holders to an arrayPeter Hutterer2022-01-171-13/+13
* Remove duplicate setting of v5/v6Peter Hutterer2022-01-171-2/+0
* Remove an unused variablePeter Hutterer2022-01-171-5/+3
* github: skip the coverity workflow in the forksPeter Hutterer2022-01-171-0/+1
* Remove support for serial devices from the driverPeter Hutterer2022-01-125-1044/+3
* Report puck "throttle" (absolute scrollwheel) data in correct axisJason Gerecke2022-01-081-1/+1
* github: make the workflow names a bit smarterPeter Hutterer2022-01-051-2/+2
* Disallow initalization of unknown device axis by wcmInitAxisJason Gerecke2021-12-201-0/+2
* Bail out if wcmDevStar() failsPeter Hutterer2021-12-201-1/+2
* Remove an outdated commentPeter Hutterer2021-12-201-1/+0
* Change wcmDevSwitchModeCall to take and return a BoolPeter Hutterer2021-12-203-17/+15
* Remove an outdated commentPeter Hutterer2021-12-201-3/+0
* Add a debugging hook for evdev eventsPeter Hutterer2021-12-206-1/+57
* Drop include of linux/version.hPeter Hutterer2021-12-201-1/+0
* Add a GObject-based interface to the driverPeter Hutterer2021-12-209-2/+1822
* Move the X-driver-specific files into src/x11Peter Hutterer2021-12-204-4/+4
* Split the various logging functions into several callsPeter Hutterer2021-12-2010-31/+133
* Pass the context to two helper functionsPeter Hutterer2021-12-204-20/+21
* Decide on the hotplugged device's name in the driverPeter Hutterer2021-12-203-26/+29
* Change return type of wcmDevInit for better readabilityPeter Hutterer2021-12-202-2/+2
* Allocate the touch valuators in the driver layerPeter Hutterer2021-12-202-1/+8
* Wrap GetTimeInMillis()Peter Hutterer2021-12-205-17/+23
* Move a function to the core driver layerPeter Hutterer2021-12-202-25/+26
* Abstract the pInfo pointer as a generic frontend void pointerPeter Hutterer2021-12-206-40/+48
* Allow building the driver without serial ISDV4 supportPeter Hutterer2021-12-207-46/+70
* Move model listing to the X driver layerPeter Hutterer2021-12-203-23/+23
* Store the valuator range we initialized our axes withPeter Hutterer2021-12-203-12/+18
* Add a hook to update the device's name in the driverPeter Hutterer2021-12-203-4/+12
* Replace pInfo->fd direct access with a get/set abstraction layerPeter Hutterer2021-12-206-61/+58
* Prefer priv->name over pInfo->namePeter Hutterer2021-12-202-4/+4
* Switch the type handling to an enumPeter Hutterer2021-12-205-52/+72
* Split type name and flag assignmentPeter Hutterer2021-12-204-23/+38
* Add the interface declaration for queuing device hotplugPeter Hutterer2021-12-203-152/+163
* Declare the three special property update functionsPeter Hutterer2021-12-202-3/+8
* Add an emulation of the X server's timer APIPeter Hutterer2021-12-206-22/+78
* Use the option API we provide in the interfacePeter Hutterer2021-12-205-58/+45
* Add an emulation of the X server's option handlingPeter Hutterer2021-12-203-0/+80
* Add the WacomInterface header filePeter Hutterer2021-12-206-142/+184
* Move wcmLog to the driver implementationPeter Hutterer2021-12-202-14/+18
* Add a helper function to iterate over local devices to the driver layerPeter Hutterer2021-12-204-147/+186
* Move the device initialization bits into the core driver layerPeter Hutterer2021-12-203-186/+187
* Add a wcmDevStop() and move it to the driver layerPeter Hutterer2021-12-203-5/+12
* Move wcmDevOpen/Close/Start to the common driver layerPeter Hutterer2021-12-203-89/+92
* Move the server FD handling to the caller of wcmDevOpen/wcmDevClosePeter Hutterer2021-12-201-10/+5
* Remove side-effects of wcmOpen(), set pInfo->fd in the callerPeter Hutterer2021-12-202-7/+12
* Move starting the tablet into a separate helper functionPeter Hutterer2021-12-201-5/+13