aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/wacom_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-06HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke1-20/+43
2023-11-29HID: wacom: Remove AES power_supply after extended inactivityTatsunosuke Tobita1-0/+8
2023-08-14HID: wacom: struct name cleanupAaron Armstrong Skomra1-9/+10
2023-08-14HID: wacom: remove unnecessary 'connected' variable from EKRAaron Armstrong Skomra1-1/+1
2023-08-14HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra1-4/+21
2023-05-23HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev1-1/+6
2023-05-23HID: wacom: Check for string overflow from strscpy callsJason Gerecke1-4/+10
2023-04-14HID: wacom: Lazy-init batteriesJason Gerecke1-10/+0
2022-12-20HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke1-0/+8
2022-10-05Merge branch 'for-6.1/wacom' into for-linusBenjamin Tissoires1-5/+0
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-25HID: wacom: Simplify commentsChristophe JAILLET1-5/+0
2022-07-21HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke1-0/+2
2022-05-27HID: wacom: Don't register pad_input for touch switchPing Cheng1-1/+1
2022-04-21HID: wacom: Correct power_supply typeBastien Nocera1-1/+1
2021-12-02HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman1-1/+1
2021-10-27HID: wacom: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-4/+2
2021-10-27HID: wacom: Shrink critical section in `wacom_add_shared_data`Jason Gerecke1-5/+4
2021-07-28HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke1-0/+1
2021-07-28HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng1-1/+7
2021-04-07HID: wacom_sys: Demote kernel-doc abuseLee Jones1-1/+1
2021-02-05HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong1-1/+1
2021-01-26HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke1-3/+4
2020-12-22HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng1-3/+32
2020-11-25HID: wacom: Constify attribute_groupsRikard Falkeborn1-8/+8
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/logitech' and 'for-5.3/wacom' into for-linusJiri 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/jikos/hidLinus 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