aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.c
AgeCommit message (Expand)Author
2024-01-25HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke
2023-09-23HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra
2023-06-09HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich
2023-05-30HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke
2023-05-30HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng
2023-01-18HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke
2022-08-25HID: wacom: Don't register pad_input for touch switchPing Cheng
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke
2022-01-27HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke
2021-12-01HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke
2021-04-28HID: wacom: Assign boolean values to a bool variableJiapeng Zhong
2021-04-28HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng
2021-03-04HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke
2020-11-05HID: wacom: Avoid entering wacom_wac_pen_report for pad / batteryJason Gerecke
2019-11-12HID: wacom: generic: Treat serial number and related fields as unsignedJason Gerecke
2019-10-07HID: wacom: Fix several minor compiler warningsJason Gerecke
2019-09-21HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra
2019-08-29HID: wacom: Correct distance scale for 2nd-gen Intuos devicesJason Gerecke
2019-08-29HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra
2019-08-09HID: wacom: fix bit shift for Cintiq Companion 2Aaron Armstrong Skomra
2019-07-26HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra
2019-07-26HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra
2019-07-26HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra
2019-06-19HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke
2019-06-19HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke
2019-06-19HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke
2019-06-19HID: wacom: Don't report anything prior to the tool entering rangeJason Gerecke
2019-06-19HID: wacom: Don't set tool type until we're in rangeJason Gerecke
2018-11-13HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452Jason Gerecke
2018-08-20Merge branch 'for-4.19/wacom' into for-linusJiri Kosina
2018-07-03HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke
2018-05-22HID: wacom: Support "in range" for Intuos/Bamboo tablets where possibleJason Gerecke
2018-04-12HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra
2018-03-07HID: wacom: wacom_wac_collection() is local to wacom_wac.cJiri Kosina
2018-03-07HID: wacom: generic: add the "Report Valid" usageAaron Armstrong Skomra
2018-03-07HID: wacom: generic: Support multiple tools per reportAaron Armstrong Skomra
2018-03-07HID: wacom: Add support for 3rd generation Intuos BTAaron Armstrong Skomra
2018-01-23HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)Jason Gerecke
2018-01-23HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke
2017-11-21HID: wacom: Queue events with missing type/serial data for later processingJason Gerecke
2017-11-21HID: wacom: Properly handle AES serial number and tool typeJason Gerecke
2017-11-09HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are setJason Gerecke
2017-10-11Revert "HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters ra...Jason Gerecke
2017-09-13HID: wacom: generic: Reset events back to zero when pen leavesJason Gerecke
2017-09-13HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters rangeJason Gerecke
2017-09-13HID: wacom: generic: Leave tool in prox until it completely leaves senseJason Gerecke
2017-09-13HID: wacom: generic: Use generic codepath terminology in wacom_wac_pen_reportJason Gerecke