summaryrefslogtreecommitdiff
path: root/drivers/hid/wacom_sys.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-03HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke1-1/+3
2019-08-22HID: wacom: do not call hid_set_drvdata(hdev, NULL)Benjamin Tissoires1-13/+5
2019-08-20HID: wacom: Fix several minor compiler warningsJason Gerecke1-3/+4
2019-07-10Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina1-8/+10
2019-06-13HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-17HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra1-0/+3
2019-01-29HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke1-0/+32
2018-08-20Merge branch 'for-4.19/wacom' into for-linusJiri Kosina1-49/+56
2018-07-23HID: cougar: make compare_device_paths reusableDaniel M. Lambea1-15/+3
2018-07-03HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng1-1/+2
2018-07-03HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke1-38/+54
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke1-10/+0
2018-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+8
2018-06-20HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke1-0/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-04-25HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav1-1/+3
2018-02-16HID: Fix hid_report_len usageAaron Ma1-2/+2
2018-01-23HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra1-12/+12
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke1-0/+110
2017-11-15Merge branch 'for-4.15/wacom' into for-linusJiri Kosina1-0/+7
2017-11-10HID: Wacom: switch Dell canvas into highres modeBenjamin Tissoires1-0/+7
2017-10-02HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke1-1/+3
2017-09-06HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra1-0/+3
2017-07-27HID: wacom: Improve generic name generationJason Gerecke1-31/+27
2017-07-20HID: wacom: Remove comparison of u8 mode with zero and simplify.Christos Gkekas1-4/+1
2017-05-05HID: wacom: Add ability to provide explicit battery status infoJason Gerecke1-1/+3
2017-05-02Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina1-1/+52
2017-03-30HID: wacom: call _query_tablet_data() for BAMBOO_TOUCHAaron Armstrong Skomra1-0/+2
2017-03-30HID: wacom: Don't add ghost interface as shared dataAaron Armstrong Skomra1-8/+8
2017-03-21HID: wacom: don't manually release resources for the EKRAaron Armstrong Skomra1-1/+3
2017-03-06HID: wacom: generic: support touch on/off softkeyPing Cheng1-1/+3
2017-03-06HID: wacom: generic: add mode change touch keyBenjamin Tissoires1-0/+49
2017-02-20Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...Jiri Kosina1-32/+115
2017-01-26HID: wacom: generic: support LEDsAaron Armstrong Skomra1-3/+36
2017-01-26HID: wacom: generic: support generic touch switchAaron Armstrong Skomra1-7/+19
2017-01-26HID: wacom: generic: add vendor defined touchAaron Armstrong Skomra1-3/+10
2017-01-26HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interfaceJason Gerecke1-0/+25
2017-01-26HID: wacom: Move WAC_CMD_* into wacom_wac.hJason Gerecke1-8/+0
2017-01-23HID: wacom: do not attempt to switch mode while in probeBenjamin Tissoires1-7/+20
2017-01-23HID: wacom: remove warning while disconnecting devicesBenjamin Tissoires1-3/+2
2017-01-23HID: wacom: release the resources before leaving despite devmBenjamin Tissoires1-0/+2
2017-01-19HID: wacom: Fix sibling detection regressionJason Gerecke1-8/+8
2017-01-06HID: remove use of DRIVER_LICENSEGrant Grundler1-1/+1
2016-10-20HID: wacom: generic: Add support for sensor offsetsJason Gerecke1-8/+30
2016-10-20HID: wacom: generic: Support and use 'Custom HID' mode and usagesJason Gerecke1-0/+5
2016-10-20HID: wacom: generic: Strip off excessive name prefixingJason Gerecke1-0/+13
2016-10-20HID: wacom: Detect and correct descriptors missing HID_DG_BARRELSWITCH2Jason Gerecke1-0/+24
2016-10-20HID: wacom: Update vendor-defined usage names to better match standardsJason Gerecke1-6/+6
2016-08-10HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERICJason Gerecke1-12/+71