summaryrefslogtreecommitdiff
path: root/src/wcmUSB.c
Commit message (Expand)AuthorAgeFilesLines
* Add a debugging hook for evdev eventsPeter Hutterer2021-12-201-0/+2
* Drop include of linux/version.hPeter Hutterer2021-12-201-1/+0
* Split the various logging functions into several callsPeter Hutterer2021-12-201-5/+5
* Pass the context to two helper functionsPeter Hutterer2021-12-201-14/+14
* Wrap GetTimeInMillis()Peter Hutterer2021-12-201-10/+10
* Allow building the driver without serial ISDV4 supportPeter Hutterer2021-12-201-1/+2
* Move model listing to the X driver layerPeter Hutterer2021-12-201-22/+1
* Replace pInfo->fd direct access with a get/set abstraction layerPeter Hutterer2021-12-201-30/+24
* Prefer priv->name over pInfo->namePeter Hutterer2021-12-201-1/+1
* Use the option API we provide in the interfacePeter Hutterer2021-12-201-2/+1
* Print the priv->name instead of pInfo->namePeter Hutterer2021-12-201-6/+3
* Switch all uses of xf86IDrvMsg and others over to our custom loggerPeter Hutterer2021-12-201-29/+27
* Switch a set of functions to use priv instead of commonPeter Hutterer2021-12-201-13/+17
* Use WacomDevicePtr as primary context argumentPeter Hutterer2021-12-201-52/+46
* Change the WacomDeviceModel funcs to the order they're called inPeter Hutterer2021-11-291-1/+1
* Move GetRanges into InitializePeter Hutterer2021-11-291-7/+16
* Remove write-only version and id assignmentPeter Hutterer2021-11-291-14/+8
* Drop the unused GetResolution hookPeter Hutterer2021-11-291-1/+0
* Change the order of functions in the device classPeter Hutterer2021-11-291-4/+4
* Store the input properties in the driverPeter Hutterer2021-11-291-0/+7
* Require kernel 2.6.30 or newerPeter Hutterer2021-11-291-24/+4
* Split setting the HW touch property in twoPeter Hutterer2021-11-291-5/+5
* Split listing models into the core and the X-specific partPeter Hutterer2021-11-291-8/+18
* Store the boolean to check for grabs or not in the USB dataPeter Hutterer2021-11-291-2/+26
* Use __attribute__((fallthrough)) to mark one of the fallthrough casesPeter Hutterer2021-11-291-2/+1
* Unifdef HAVE_CONFIG_HPeter Hutterer2021-11-291-2/+0
* Hardcode the USB ids for the few non-wacom tablets we supportPeter Hutterer2021-11-231-52/+31
* Include limits.h for INT_MAX, math.h for round()Peter Hutterer2021-11-231-0/+1
* Fix indentation for the WacomDeviceClass declsPeter Hutterer2021-11-221-7/+7
* Use xf86IDrvMsg wherever possiblePeter Hutterer2021-11-191-25/+24
* Remove trailing whitespacesPeter Hutterer2021-11-191-4/+4
* Support the keycodes sent by the hardware buttonsPeter Hutterer2021-02-021-1/+12
* Increase size of event queue to 128Jason Gerecke2020-12-011-1/+1
* Add new "Wacom One Pen Display 13" PIDAaron Armstrong Skomra2020-01-081-0/+1
* Merge pull request #96 from jigpu/add-new-msp-pidJason Gerecke2019-12-161-0/+2
|\
| * Recognize new MobileStudio Pro PIDJason Gerecke2019-12-161-0/+2
* | Ignore ABS_MISC as a source of device type information for AES pensJason Gerecke2019-11-041-12/+52
|/
* Support new MobileStudio Pro for older kernelsPing Cheng2019-09-101-0/+4
* Use a proxout height of 30 for all stylus devicesJason Gerecke2019-08-121-1/+4
* Change wcmCursorProxoutDist from a common to a private propertyJason Gerecke2019-08-121-5/+5
* Merge pull request #62 from jigpu/issue-52Ping Cheng2019-06-121-12/+68
|\
| * USB: Apply WCM_PROTOCOL_GENERIC to non-Wacom hardwareJason Gerecke2019-05-241-2/+2
| * USB: Don't use ABS_MISC for tool ID information with a generic tabletJason Gerecke2019-05-241-1/+2
| * USB: Split handling of generic and protocol 5 ABS eventsJason Gerecke2019-05-241-9/+64
* | Remember the event types we receive and skip events with no dataPeter Hutterer2018-10-241-6/+18
* | Split EV_MSC handling out of the EV_SYN handlingPeter Hutterer2018-10-241-27/+41
* | Reformat a debugging messagePeter Hutterer2018-10-241-3/+2
* | Correct two commentsPeter Hutterer2018-10-241-4/+2
|/
* Check both valid and working state when finding new channelsJason Gerecke2018-03-121-1/+2
* Support DTK-2451 and DTH-2452 on older kernelsPing Cheng2018-02-011-0/+3