aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/wacom_wac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18HID: wacom: Recognize new MobileStudio Pro PIDJason Gerecke1-2/+4
2019-11-06HID: wacom: generic: Treat serial number and related fields as unsignedJason Gerecke1-4/+6
2019-09-22Merge branch 'for-5.4/wacom' into for-linusJiri Kosina1-4/+72
2019-09-05HID: wacom: add new MobileStudio Pro 13 supportPing Cheng1-2/+2
2019-08-20HID: wacom: support named keys on older devicesAaron Armstrong Skomra1-0/+68
2019-08-20HID: wacom: Fix several minor compiler warningsJason Gerecke1-2/+2
2019-08-20HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra1-1/+1
2019-08-19HID: wacom: Correct distance scale for 2nd-gen Intuos devicesJason Gerecke1-0/+2
2019-08-13HID: wacom: add back changes dropped in merge commitAaron Armstrong Skomra1-1/+2
2019-08-05HID: wacom: fix bit shift for Cintiq Companion 2Aaron Armstrong Skomra1-6/+6
2019-07-10Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logitech' and 'for-5.3/wacom' into for-linusJiri Kosina1-40/+118
2019-07-02HID: wacom: generic: add touchring adjustment for 2nd Gen Pro SmallAaron Armstrong Skomra1-1/+3
2019-06-26HID: wacom: add new MobileStudio Pro supportPing Cheng1-2/+4
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-22/+49
2019-06-13HID: wacom: generic: read the number of expected touches on a per collection basisAaron Armstrong Skomra1-16/+63
2019-06-13HID: wacom: generic: support the 'report valid' usage for touchAaron Armstrong Skomra1-1/+11
2019-06-13HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra1-0/+4
2019-06-13HID: wacom: Add 2nd gen Intuos Pro Small supportAaron Armstrong Skomra1-5/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-17HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke1-2/+8
2019-05-17HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke1-4/+7
2019-05-17HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke1-1/+1
2019-05-17HID: wacom: Don't report anything prior to the tool entering rangeJason Gerecke1-15/+18
2019-05-17HID: wacom: Don't set tool type until we're in rangeJason Gerecke1-1/+16
2019-05-17HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra1-1/+1
2019-05-17HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra1-7/+8
2019-05-17HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra1-2/+0
2019-02-20HID: wacom: Add support for Pro Pen slimJason Gerecke1-0/+2
2019-02-15HID: wacom: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-01-29HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke1-21/+0
2018-10-11HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452Jason Gerecke1-0/+19
2018-08-20Merge branch 'for-4.19/wacom' into for-linusJiri Kosina1-10/+10
2018-07-03HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke1-2/+8
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke1-10/+10
2018-05-22HID: wacom: Support "in range" for Intuos/Bamboo tablets where possibleJason Gerecke1-35/+39
2018-04-12HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra1-30/+46
2018-03-07HID: wacom: wacom_wac_collection() is local to wacom_wac.cJiri Kosina1-1/+1
2018-03-07HID: wacom: generic: add the "Report Valid" usageAaron Armstrong Skomra1-1/+15
2018-03-07HID: wacom: generic: Support multiple tools per reportAaron Armstrong Skomra1-26/+68
2018-03-07HID: wacom: Add support for 3rd generation Intuos BTAaron Armstrong Skomra1-20/+93
2018-01-23HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)Jason Gerecke1-0/+8
2018-01-23HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke1-8/+8
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke1-0/+1
2017-11-21HID: wacom: Properly handle AES serial number and tool typeJason Gerecke1-9/+33
2017-11-09HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are setJason Gerecke1-2/+16
2017-10-11Revert "HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters range"Jason Gerecke1-11/+0
2017-09-13HID: wacom: generic: Reset events back to zero when pen leavesJason Gerecke1-4/+4
2017-09-13HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters rangeJason Gerecke1-0/+11
2017-09-13HID: wacom: generic: Leave tool in prox until it completely leaves senseJason Gerecke1-5/+5
2017-09-13HID: wacom: generic: Use generic codepath terminology in wacom_wac_pen_reportJason Gerecke1-9/+9