summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.13/wacom' into for-linusJiri Kosina11 days1-2/+5
|\
| * HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is setJason Gerecke2024-10-181-2/+5
* | HID: wacom: Interpret tilt data from Intuos Pro BT as signed valuesJason Gerecke2024-11-061-2/+2
|/
* HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PENJason Gerecke2024-10-111-0/+2
* Merge branch 'for-6.12/wacom' into for-linusBenjamin Tissoires2024-09-131-6/+81
|\
| * HID: wacom: Do not warn about dropped packets for first packetJason Gerecke2024-09-101-1/+5
| * HID: wacom: Support sequence numbers smaller than 16-bitJason Gerecke2024-09-101-2/+7
| * HID: wacom: Support devices with two touchringsJason Gerecke2024-08-021-12/+46
| * HID: wacom: Add preliminary support for high-resolution wheel scrollingJason Gerecke2024-08-021-4/+20
| * HID: wacom: Support touchrings with relative motionJason Gerecke2024-08-021-2/+18
| * HID: wacom: Improve warning for tablets falling back to default resolutionJason Gerecke2024-08-021-2/+2
* | HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke2024-08-021-1/+3
|/
* HID: wacom: more appropriate tool type categorizationTatsunosuke Tobita2024-07-181-56/+10
* HID: wacom: Modify pen IDsTatsunosuke Tobita2024-07-181-2/+1
* Merge branch 'for-6.9/wacom' into for-linusJiri Kosina2024-03-131-4/+4
|\
| * HID: wacom: Clean up use of struct->wacom_wacTatsunosuke Tobita2024-02-131-4/+4
* | HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita2024-02-131-1/+8
|/
* HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke2023-12-201-28/+4
* HID: wacom: Remove AES power_supply after extended inactivityTatsunosuke Tobita2023-11-291-1/+11
* HID: wacom: struct name cleanupAaron Armstrong Skomra2023-08-141-2/+2
* HID: wacom: remove unnecessary 'connected' variable from EKRAaron Armstrong Skomra2023-08-141-2/+0
* HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra2023-08-141-0/+1
* HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2023-06-261-3/+3
* HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich2023-05-231-1/+1
* HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke2023-04-141-22/+11
* HID: wacom: Lazy-init batteriesJason Gerecke2023-04-141-7/+6
* HID: wacom: Set a default resolution for older tabletsPing Cheng2023-04-131-2/+10
* HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2023-03-101-0/+26
* HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke2022-12-201-0/+4
* HID: wacom: Fix logic used for 3rd barrel switch emulationJason Gerecke2022-11-041-5/+6
* Merge branch 'for-6.1/wacom' into for-linusBenjamin Tissoires2022-10-051-5/+0
|\
| * HID: wacom: Simplify commentsChristophe JAILLET2022-08-251-5/+0
* | HID: wacom: add three styli to wacom_intuos_get_tool_typePing Cheng2022-09-301-0/+3
* | HID: wacom: Add new Intuos Pro Small (PTH-460) device IDsPing Cheng2022-09-021-0/+5
|/
* HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke2022-07-211-0/+39
* HID: wacom: Don't register pad_input for touch switchPing Cheng2022-05-271-18/+25
* HID: wacom: Only report rotation for art penPing Cheng2022-05-271-8/+21
* Hid: wacom: Fix kernel test robot warningJoshua-Dickens2022-05-061-1/+1
* HID: wacom: Adding Support for new usagesJoshua-Dickens2022-04-211-8/+35
* HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke2022-01-211-0/+4
* HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke2022-01-211-3/+26
* HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke2022-01-211-1/+5
* HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2021-11-101-1/+7
* HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens2021-09-151-0/+8
* HID: wacom: Refactor touch input mute checks into a common functionJason Gerecke2021-07-281-15/+12
* HID: wacom: Avoid sending empty sync eventsJason Gerecke2021-07-281-1/+14
* HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke2021-07-281-0/+12
* HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng2021-07-281-4/+8
* HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke2021-07-281-0/+3
* HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke2021-07-281-1/+1