summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.c
Commit message (Expand)AuthorAgeFilesLines
* HID: wacom: Refactor touch input mute checks into a common functionJason Gerecke2021-07-281-15/+12
* HID: wacom: Avoid sending empty sync eventsJason Gerecke2021-07-281-1/+14
* HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke2021-07-281-0/+12
* HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng2021-07-281-4/+8
* HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke2021-07-281-0/+3
* HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke2021-07-281-1/+1
* Merge branch 'for-5.13/wacom' into for-linusJiri Kosina2021-04-291-24/+26
|\
| * HID: wacom: Setup pen input capabilities to the targeted toolsPing Cheng2021-04-131-24/+26
* | HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng2021-03-161-4/+2
* | HID: wacom: Assign boolean values to a bool variableJiapeng Zhong2021-03-081-1/+1
|/
* HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke2021-02-181-1/+6
* Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina2020-10-151-1/+3
|\
| * HID: wacom: Avoid entering wacom_wac_pen_report for pad / batteryJason Gerecke2020-09-251-1/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-16/+16
|/
* HID: wacom: Report 2nd-gen Intuos Pro S center button status over BTJason Gerecke2020-04-291-3/+6
* Revert "HID: wacom: generic: read the number of expected touches on a per col...Jason Gerecke2020-04-161-63/+16
* HID: wacom: Recognize new MobileStudio Pro PIDJason Gerecke2019-12-181-2/+4
* HID: wacom: generic: Treat serial number and related fields as unsignedJason Gerecke2019-11-061-4/+6
* Merge branch 'for-5.4/wacom' into for-linusJiri Kosina2019-09-221-4/+72
|\
| * HID: wacom: add new MobileStudio Pro 13 supportPing Cheng2019-09-051-2/+2
| * HID: wacom: support named keys on older devicesAaron Armstrong Skomra2019-08-201-0/+68
| * HID: wacom: Fix several minor compiler warningsJason Gerecke2019-08-201-2/+2
* | HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra2019-08-201-1/+1
* | HID: wacom: Correct distance scale for 2nd-gen Intuos devicesJason Gerecke2019-08-191-0/+2
* | HID: wacom: add back changes dropped in merge commitAaron Armstrong Skomra2019-08-131-1/+2
|/
* HID: wacom: fix bit shift for Cintiq Companion 2Aaron Armstrong Skomra2019-08-051-6/+6
*---. Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina2019-07-101-40/+118
|\ \ \
| | | * HID: wacom: generic: add touchring adjustment for 2nd Gen Pro SmallAaron Armstrong Skomra2019-07-021-1/+3
| | | * HID: wacom: add new MobileStudio Pro supportPing Cheng2019-06-261-2/+4
| | | * HID: wacom: generic: read the number of expected touches on a per collection ...Aaron Armstrong Skomra2019-06-131-16/+63
| | | * HID: wacom: generic: support the 'report valid' usage for touchAaron Armstrong Skomra2019-06-131-1/+11
| | | * HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra2019-06-131-0/+4
| | | * HID: wacom: Add 2nd gen Intuos Pro Small supportAaron Armstrong Skomra2019-06-131-5/+25
| | | * HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra2019-05-171-1/+1
| | | * HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra2019-05-171-7/+8
| | | * HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra2019-05-171-2/+0
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-131-22/+49
| |\ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* | HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke2019-05-171-2/+8
* | HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke2019-05-171-4/+7
* | HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke2019-05-171-1/+1
* | HID: wacom: Don't report anything prior to the tool entering rangeJason Gerecke2019-05-171-15/+18
* | HID: wacom: Don't set tool type until we're in rangeJason Gerecke2019-05-171-1/+16
|/
* HID: wacom: Add support for Pro Pen slimJason Gerecke2019-02-201-0/+2
* HID: wacom: Mark expected switch fall-throughGustavo A. R. Silva2019-02-151-0/+1
* HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke2019-01-291-21/+0
* HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452Jason Gerecke2018-10-111-0/+19
* Merge branch 'for-4.19/wacom' into for-linusJiri Kosina2018-08-201-10/+10
|\
| * HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke2018-07-031-10/+10
* | HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke2018-07-031-2/+8
|/