summaryrefslogtreecommitdiff
path: root/drivers/hid/wacom_sys.c
AgeCommit message (Expand)Author
2021-12-02HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman
2021-10-27HID: wacom: Make use of the helper function devm_add_action_or_reset()Cai Huoqing
2021-10-27HID: wacom: Shrink critical section in `wacom_add_shared_data`Jason Gerecke
2021-07-28HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke
2021-07-28HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng
2021-04-07HID: wacom_sys: Demote kernel-doc abuseLee Jones
2021-02-05HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2021-01-26HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke
2020-12-22HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng
2020-11-25HID: wacom: Constify attribute_groupsRikard Falkeborn
2020-04-03HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke
2019-08-22HID: wacom: do not call hid_set_drvdata(hdev, NULL)Benjamin Tissoires
2019-08-20HID: wacom: Fix several minor compiler warningsJason Gerecke
2019-07-10Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina
2019-06-13HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-17HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra
2019-01-29HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke
2018-08-20Merge branch 'for-4.19/wacom' into for-linusJiri Kosina
2018-07-23HID: cougar: make compare_device_paths reusableDaniel M. Lambea
2018-07-03HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng
2018-07-03HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke
2018-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-06-20HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-04-25HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav
2018-02-16HID: Fix hid_report_len usageAaron Ma
2018-01-23HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke
2017-11-15Merge branch 'for-4.15/wacom' into for-linusJiri Kosina
2017-11-10HID: Wacom: switch Dell canvas into highres modeBenjamin Tissoires
2017-10-02HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke
2017-09-06HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra
2017-07-27HID: wacom: Improve generic name generationJason Gerecke
2017-07-20HID: wacom: Remove comparison of u8 mode with zero and simplify.Christos Gkekas
2017-05-05HID: wacom: Add ability to provide explicit battery status infoJason Gerecke
2017-05-02Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina
2017-03-30HID: wacom: call _query_tablet_data() for BAMBOO_TOUCHAaron Armstrong Skomra
2017-03-30HID: wacom: Don't add ghost interface as shared dataAaron Armstrong Skomra
2017-03-21HID: wacom: don't manually release resources for the EKRAaron Armstrong Skomra
2017-03-06HID: wacom: generic: support touch on/off softkeyPing Cheng
2017-03-06HID: wacom: generic: add mode change touch keyBenjamin Tissoires
2017-02-20Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...Jiri Kosina
2017-01-26HID: wacom: generic: support LEDsAaron Armstrong Skomra
2017-01-26HID: wacom: generic: support generic touch switchAaron Armstrong Skomra
2017-01-26HID: wacom: generic: add vendor defined touchAaron Armstrong Skomra
2017-01-26HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interfaceJason Gerecke
2017-01-26HID: wacom: Move WAC_CMD_* into wacom_wac.hJason Gerecke