| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: wacom: Do not register input devices until after hid_hw_start | Jason Gerecke | 2024-02-06 | 1 | -20/+43 |
* | HID: wacom: Remove AES power_supply after extended inactivity | Tatsunosuke Tobita | 2023-11-29 | 1 | -0/+8 |
* | HID: wacom: struct name cleanup | Aaron Armstrong Skomra | 2023-08-14 | 1 | -9/+10 |
* | HID: wacom: remove unnecessary 'connected' variable from EKR | Aaron Armstrong Skomra | 2023-08-14 | 1 | -1/+1 |
* | HID: wacom: remove the battery when the EKR is off | Aaron Armstrong Skomra | 2023-08-14 | 1 | -4/+21 |
* | HID: wacom: Add error check to wacom_parse_and_register() | Denis Arefev | 2023-05-23 | 1 | -1/+6 |
* | HID: wacom: Check for string overflow from strscpy calls | Jason Gerecke | 2023-05-23 | 1 | -4/+10 |
* | HID: wacom: Lazy-init batteries | Jason Gerecke | 2023-04-14 | 1 | -10/+0 |
* | HID: wacom: Ensure bootloader PID is usable in hidraw mode | Jason Gerecke | 2022-12-20 | 1 | -0/+8 |
* | Merge branch 'for-6.1/wacom' into for-linus | Benjamin Tissoires | 2022-10-05 | 1 | -5/+0 |
|\ |
|
| * | HID: wacom: Simplify comments | Christophe JAILLET | 2022-08-25 | 1 | -5/+0 |
* | | HID: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-25 | 1 | -3/+3 |
|/ |
|
* | HID: wacom: Force pen out of prox if no events have been received in a while | Jason Gerecke | 2022-07-21 | 1 | -0/+2 |
* | HID: wacom: Don't register pad_input for touch switch | Ping Cheng | 2022-05-27 | 1 | -1/+1 |
* | HID: wacom: Correct power_supply type | Bastien Nocera | 2022-04-21 | 1 | -1/+1 |
* | HID: wacom: fix problems when device is not a valid USB device | Greg Kroah-Hartman | 2021-12-02 | 1 | -5/+12 |
* | HID: add hid_is_usb() function to make it simpler for USB detection | Greg Kroah-Hartman | 2021-12-02 | 1 | -1/+1 |
* | HID: wacom: Make use of the helper function devm_add_action_or_reset() | Cai Huoqing | 2021-10-27 | 1 | -4/+2 |
* | HID: wacom: Shrink critical section in `wacom_add_shared_data` | Jason Gerecke | 2021-10-27 | 1 | -5/+4 |
* | HID: wacom: Short-circuit processing of touch when it is disabled | Jason Gerecke | 2021-07-28 | 1 | -0/+1 |
* | HID: wacom: set initial hardware touch switch state to 'off' | Ping Cheng | 2021-07-28 | 1 | -1/+7 |
* | HID: wacom_sys: Demote kernel-doc abuse | Lee Jones | 2021-04-07 | 1 | -1/+1 |
* | HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emit | Jiapeng Chong | 2021-02-05 | 1 | -1/+1 |
* | HID: wacom: Correct NULL dereference on AES pen proximity | Jason Gerecke | 2021-01-26 | 1 | -3/+4 |
* | HID: wacom: Fix memory leakage caused by kfifo_alloc | Ping Cheng | 2020-12-22 | 1 | -3/+32 |
* | HID: wacom: Constify attribute_groups | Rikard Falkeborn | 2020-11-25 | 1 | -8/+8 |
* | HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices | Jason Gerecke | 2020-04-03 | 1 | -1/+3 |
* | HID: wacom: do not call hid_set_drvdata(hdev, NULL) | Benjamin Tissoires | 2019-08-22 | 1 | -13/+5 |
* | HID: wacom: Fix several minor compiler warnings | Jason Gerecke | 2019-08-20 | 1 | -3/+4 |
*-. | Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite... | Jiri Kosina | 2019-07-10 | 1 | -8/+10 |
|\ \ |
|
| | * | HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report | Aaron Armstrong Skomra | 2019-06-13 | 1 | -4/+6 |
| | * | HID: wacom: generic: only switch the mode on devices with LEDs | Aaron Armstrong Skomra | 2019-05-17 | 1 | -0/+3 |
| |/
|/| |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -4/+1 |
|/ |
|
* | HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirk | Jason Gerecke | 2019-01-29 | 1 | -0/+32 |
* | Merge branch 'for-4.19/wacom' into for-linus | Jiri Kosina | 2018-08-20 | 1 | -49/+56 |
|\ |
|
| * | HID: wacom: convert Wacom custom usages to standard HID usages | Ping Cheng | 2018-07-03 | 1 | -1/+2 |
| * | HID: wacom: Move handling of HID quirks into a dedicated function | Jason Gerecke | 2018-07-03 | 1 | -38/+54 |
| * | HID: wacom: Replace touch_max fixup code with static touch_max definitions | Jason Gerecke | 2018-07-03 | 1 | -10/+0 |
* | | HID: cougar: make compare_device_paths reusable | Daniel M. Lambea | 2018-07-23 | 1 | -15/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-06-20 | 1 | -0/+8 |
|\ |
|
| * | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large | Jason Gerecke | 2018-06-20 | 1 | -0/+8 |
* | | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 1 | -2/+2 |
|/ |
|
* | HID: wacom: Release device resource data obtained by devres_alloc() | Arvind Yadav | 2018-04-25 | 1 | -1/+3 |
* | HID: Fix hid_report_len usage | Aaron Ma | 2018-02-16 | 1 | -2/+2 |
* | HID: wacom: EKR: ensure devres groups at higher indexes are released | Aaron Armstrong Skomra | 2018-01-23 | 1 | -12/+12 |
* | HID: wacom: Queue events with missing type/serial data for later processing | Jason Gerecke | 2017-11-21 | 1 | -0/+110 |
* | Merge branch 'for-4.15/wacom' into for-linus | Jiri Kosina | 2017-11-15 | 1 | -0/+7 |
|\ |
|
| * | HID: Wacom: switch Dell canvas into highres mode | Benjamin Tissoires | 2017-11-10 | 1 | -0/+7 |
* | | HID: wacom: Always increment hdev refcount within wacom_get_hdev_data | Jason Gerecke | 2017-10-02 | 1 | -1/+3 |
|/ |
|
* | HID: wacom: leds: Don't try to control the EKR's read-only LEDs | Aaron Armstrong Skomra | 2017-09-06 | 1 | -0/+3 |