summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| | |/
| * | 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/+1Star
| |/
* | 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/+0Star
* 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
|/
* HID: wacom: Support "in range" for Intuos/Bamboo tablets where possibleJason Gerecke2018-05-221-35/+39
* HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra2018-04-121-30/+46
* HID: wacom: wacom_wac_collection() is local to wacom_wac.cJiri Kosina2018-03-071-1/+1
* HID: wacom: generic: add the "Report Valid" usageAaron Armstrong Skomra2018-03-071-1/+15
* HID: wacom: generic: Support multiple tools per reportAaron Armstrong Skomra2018-03-071-26/+68
* HID: wacom: Add support for 3rd generation Intuos BTAaron Armstrong Skomra2018-03-071-20/+93
* HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)Jason Gerecke2018-01-231-0/+8
* HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke2018-01-231-8/+8
* HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke2017-11-211-0/+1
* HID: wacom: Properly handle AES serial number and tool typeJason Gerecke2017-11-211-9/+33
* HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are setJason Gerecke2017-11-091-2/+16
* Revert "HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters ra...Jason Gerecke2017-10-111-11/+0Star
* HID: wacom: generic: Reset events back to zero when pen leavesJason Gerecke2017-09-131-4/+4
* HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters rangeJason Gerecke2017-09-131-0/+11
* HID: wacom: generic: Leave tool in prox until it completely leaves senseJason Gerecke2017-09-131-5/+5
* HID: wacom: generic: Use generic codepath terminology in wacom_wac_pen_reportJason Gerecke2017-09-131-9/+9
* HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke2017-09-131-1/+1
* HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving proxJason Gerecke2017-09-131-11/+16
* HID: wacom: Correct coordinate system of touchring and pen twistJason Gerecke2017-09-061-5/+68
* HID: wacom: Properly report negative values from Intuos Pro 2 BluetoothJason Gerecke2017-09-061-3/+3
* HID: wacom: bits shifted too much for 9th and 10th buttonsPing Cheng2017-09-061-2/+2
* HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usageJason Gerecke2017-08-081-1/+7