summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_sys.c
Commit message (Expand)AuthorAgeFilesLines
* HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev2023-05-231-1/+6
* HID: wacom: Check for string overflow from strscpy callsJason Gerecke2023-05-231-4/+10
* HID: wacom: Lazy-init batteriesJason Gerecke2023-04-141-10/+0
* HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke2022-12-201-0/+8
* Merge branch 'for-6.1/wacom' into for-linusBenjamin Tissoires2022-10-051-5/+0
|\
| * HID: wacom: Simplify commentsChristophe JAILLET2022-08-251-5/+0
* | HID: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
|/
* HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke2022-07-211-0/+2
* HID: wacom: Don't register pad_input for touch switchPing Cheng2022-05-271-1/+1
* HID: wacom: Correct power_supply typeBastien Nocera2022-04-211-1/+1
* HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman2021-12-021-5/+12
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-1/+1
* HID: wacom: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-10-271-4/+2
* HID: wacom: Shrink critical section in `wacom_add_shared_data`Jason Gerecke2021-10-271-5/+4
* HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke2021-07-281-0/+1
* HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng2021-07-281-1/+7
* HID: wacom_sys: Demote kernel-doc abuseLee Jones2021-04-071-1/+1
* HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-051-1/+1
* HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke2021-01-261-3/+4
* HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng2020-12-221-3/+32
* HID: wacom: Constify attribute_groupsRikard Falkeborn2020-11-251-8/+8
* HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke2020-04-031-1/+3
* HID: wacom: do not call hid_set_drvdata(hdev, NULL)Benjamin Tissoires2019-08-221-13/+5
* HID: wacom: Fix several minor compiler warningsJason Gerecke2019-08-201-3/+4
*-. Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina2019-07-101-8/+10
|\ \
| | * HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra2019-06-131-4/+6
| | * HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra2019-05-171-0/+3
| |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
|/
* HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke2019-01-291-0/+32
* Merge branch 'for-4.19/wacom' into for-linusJiri Kosina2018-08-201-49/+56
|\
| * HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng2018-07-031-1/+2
| * HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke2018-07-031-38/+54
| * HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke2018-07-031-10/+0
* | HID: cougar: make compare_device_paths reusableDaniel M. Lambea2018-07-231-15/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-06-201-0/+8
|\
| * HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke2018-06-201-0/+8
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
|/
* HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav2018-04-251-1/+3
* HID: Fix hid_report_len usageAaron Ma2018-02-161-2/+2
* HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra2018-01-231-12/+12
* HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke2017-11-211-0/+110
* Merge branch 'for-4.15/wacom' into for-linusJiri Kosina2017-11-151-0/+7
|\
| * HID: Wacom: switch Dell canvas into highres modeBenjamin Tissoires2017-11-101-0/+7
* | HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke2017-10-021-1/+3
|/
* HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra2017-09-061-0/+3
* HID: wacom: Improve generic name generationJason Gerecke2017-07-271-31/+27
* HID: wacom: Remove comparison of u8 mode with zero and simplify.Christos Gkekas2017-07-201-4/+1
* HID: wacom: Add ability to provide explicit battery status infoJason Gerecke2017-05-051-1/+3
*---. Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina2017-05-021-1/+52
|\ \ \
| | | * HID: wacom: generic: support touch on/off softkeyPing Cheng2017-03-061-1/+3