summaryrefslogtreecommitdiff
path: root/drivers/hid/wacom_wac.c
AgeCommit message (Expand)AuthorFilesLines
10 daysHID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PENJason Gerecke1-0/+2
2024-09-13Merge branch 'for-6.12/wacom' into for-linusBenjamin Tissoires1-6/+81
2024-09-11HID: wacom: Do not warn about dropped packets for first packetJason Gerecke1-1/+5
2024-09-11HID: wacom: Support sequence numbers smaller than 16-bitJason Gerecke1-2/+7
2024-08-02HID: wacom: Support devices with two touchringsJason Gerecke1-12/+46
2024-08-02HID: wacom: Add preliminary support for high-resolution wheel scrollingJason Gerecke1-4/+20
2024-08-02HID: wacom: Support touchrings with relative motionJason Gerecke1-2/+18
2024-08-02HID: wacom: Improve warning for tablets falling back to default resolutionJason Gerecke1-2/+2
2024-08-02HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke1-1/+3
2024-07-18HID: wacom: more appropriate tool type categorizationTatsunosuke Tobita1-56/+10
2024-07-18HID: wacom: Modify pen IDsTatsunosuke Tobita1-2/+1
2024-03-13Merge branch 'for-6.9/wacom' into for-linusJiri Kosina1-4/+4
2024-02-13HID: wacom: Clean up use of struct->wacom_wacTatsunosuke Tobita1-4/+4
2024-02-13HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita1-1/+8
2023-12-20HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke1-28/+4
2023-11-29HID: wacom: Remove AES power_supply after extended inactivityTatsunosuke Tobita1-1/+11
2023-08-14HID: wacom: struct name cleanupAaron Armstrong Skomra1-2/+2
2023-08-14HID: wacom: remove unnecessary 'connected' variable from EKRAaron Armstrong Skomra1-2/+0
2023-08-14HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra1-0/+1
2023-06-26HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke1-3/+3
2023-05-23HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich1-1/+1
2023-04-14HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke1-22/+11
2023-04-14HID: wacom: Lazy-init batteriesJason Gerecke1-7/+6
2023-04-13HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-03-10HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng1-0/+26
2022-12-20HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke1-0/+4
2022-11-04HID: wacom: Fix logic used for 3rd barrel switch emulationJason Gerecke1-5/+6
2022-10-05Merge branch 'for-6.1/wacom' into for-linusBenjamin Tissoires1-5/+0
2022-09-30HID: wacom: add three styli to wacom_intuos_get_tool_typePing Cheng1-0/+3
2022-09-02HID: wacom: Add new Intuos Pro Small (PTH-460) device IDsPing Cheng1-0/+5
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/+39
2022-05-27HID: wacom: Don't register pad_input for touch switchPing Cheng1-18/+25
2022-05-27HID: wacom: Only report rotation for art penPing Cheng1-8/+21
2022-05-06Hid: wacom: Fix kernel test robot warningJoshua-Dickens1-1/+1
2022-04-21HID: wacom: Adding Support for new usagesJoshua-Dickens1-8/+35
2022-01-21HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-21HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-21HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke1-1/+5
2021-11-10HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke1-1/+7
2021-09-15HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens1-0/+8
2021-07-28HID: wacom: Refactor touch input mute checks into a common functionJason Gerecke1-15/+12
2021-07-28HID: wacom: Avoid sending empty sync eventsJason Gerecke1-1/+14
2021-07-28HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke1-0/+12
2021-07-28HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng1-4/+8
2021-07-28HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke1-0/+3
2021-07-28HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke1-1/+1
2021-04-29Merge branch 'for-5.13/wacom' into for-linusJiri Kosina1-24/+26
2021-04-13HID: wacom: Setup pen input capabilities to the targeted toolsPing Cheng1-24/+26
2021-03-16HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng1-4/+2