index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
wacom_wac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-17
HID: Wacom: Add PCI Wacom device support
Even Xu
1
-0
/
+5
2024-11-18
Merge branch 'for-6.13/wacom' into for-linus
Jiri Kosina
1
-2
/
+5
2024-11-06
HID: wacom: Interpret tilt data from Intuos Pro BT as signed values
Jason Gerecke
1
-2
/
+2
2024-10-18
HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set
Jason Gerecke
1
-2
/
+5
2024-10-11
HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PEN
Jason Gerecke
1
-0
/
+2
2024-09-13
Merge branch 'for-6.12/wacom' into for-linus
Benjamin Tissoires
1
-6
/
+81
2024-09-10
HID: wacom: Do not warn about dropped packets for first packet
Jason Gerecke
1
-1
/
+5
2024-09-10
HID: wacom: Support sequence numbers smaller than 16-bit
Jason Gerecke
1
-2
/
+7
2024-08-02
HID: wacom: Support devices with two touchrings
Jason Gerecke
1
-12
/
+46
2024-08-02
HID: wacom: Add preliminary support for high-resolution wheel scrolling
Jason Gerecke
1
-4
/
+20
2024-08-02
HID: wacom: Support touchrings with relative motion
Jason Gerecke
1
-2
/
+18
2024-08-02
HID: wacom: Improve warning for tablets falling back to default resolution
Jason Gerecke
1
-2
/
+2
2024-08-02
HID: wacom: Defer calculation of resolution until resolution_code is known
Jason Gerecke
1
-1
/
+3
2024-07-18
HID: wacom: more appropriate tool type categorization
Tatsunosuke Tobita
1
-56
/
+10
2024-07-18
HID: wacom: Modify pen IDs
Tatsunosuke Tobita
1
-2
/
+1
2024-03-13
Merge branch 'for-6.9/wacom' into for-linus
Jiri Kosina
1
-4
/
+4
2024-02-13
HID: wacom: Clean up use of struct->wacom_wac
Tatsunosuke Tobita
1
-4
/
+4
2024-02-13
HID: wacom: generic: Avoid reporting a serial of '0' to userspace
Tatsunosuke Tobita
1
-1
/
+8
2023-12-20
HID: wacom: Correct behavior when processing some confidence == false touches
Jason Gerecke
1
-28
/
+4
2023-11-29
HID: wacom: Remove AES power_supply after extended inactivity
Tatsunosuke Tobita
1
-1
/
+11
2023-08-14
HID: wacom: struct name cleanup
Aaron Armstrong Skomra
1
-2
/
+2
2023-08-14
HID: wacom: remove unnecessary 'connected' variable from EKR
Aaron Armstrong Skomra
1
-2
/
+0
2023-08-14
HID: wacom: remove the battery when the EKR is off
Aaron Armstrong Skomra
1
-0
/
+1
2023-06-26
HID: wacom: Use ktime_t rather than int when dealing with timestamps
Jason Gerecke
1
-3
/
+3
2023-05-23
HID: wacom: avoid integer overflow in wacom_intuos_inout()
Nikita Zhandarovich
1
-1
/
+1
2023-04-14
HID: wacom: generic: Set battery quirk only when we see battery data
Jason Gerecke
1
-22
/
+11
2023-04-14
HID: wacom: Lazy-init batteries
Jason Gerecke
1
-7
/
+6
2023-04-13
HID: wacom: Set a default resolution for older tablets
Ping Cheng
1
-2
/
+10
2023-03-10
HID: wacom: insert timestamp to packed Bluetooth (BT) events
Ping Cheng
1
-0
/
+26
2022-12-20
HID: wacom: Ensure bootloader PID is usable in hidraw mode
Jason Gerecke
1
-0
/
+4
2022-11-04
HID: wacom: Fix logic used for 3rd barrel switch emulation
Jason Gerecke
1
-5
/
+6
2022-10-05
Merge branch 'for-6.1/wacom' into for-linus
Benjamin Tissoires
1
-5
/
+0
2022-09-30
HID: wacom: add three styli to wacom_intuos_get_tool_type
Ping Cheng
1
-0
/
+3
2022-09-02
HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs
Ping Cheng
1
-0
/
+5
2022-08-25
HID: wacom: Simplify comments
Christophe JAILLET
1
-5
/
+0
2022-07-21
HID: wacom: Force pen out of prox if no events have been received in a while
Jason Gerecke
1
-0
/
+39
2022-05-27
HID: wacom: Don't register pad_input for touch switch
Ping Cheng
1
-18
/
+25
2022-05-27
HID: wacom: Only report rotation for art pen
Ping Cheng
1
-8
/
+21
2022-05-06
Hid: wacom: Fix kernel test robot warning
Joshua-Dickens
1
-1
/
+1
2022-04-21
HID: wacom: Adding Support for new usages
Joshua-Dickens
1
-8
/
+35
2022-01-21
HID: wacom: Avoid using stale array indicies to read contact count
Jason Gerecke
1
-0
/
+4
2022-01-21
HID: wacom: Ignore the confidence flag when a touch is removed
Jason Gerecke
1
-3
/
+26
2022-01-21
HID: wacom: Reset expected and received contact counts at the same time
Jason Gerecke
1
-1
/
+5
2021-11-10
HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
Jason Gerecke
1
-1
/
+7
2021-09-15
HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
Joshua-Dickens
1
-0
/
+8
2021-07-28
HID: wacom: Refactor touch input mute checks into a common function
Jason Gerecke
1
-15
/
+12
2021-07-28
HID: wacom: Avoid sending empty sync events
Jason Gerecke
1
-1
/
+14
2021-07-28
HID: wacom: Short-circuit processing of touch when it is disabled
Jason Gerecke
1
-0
/
+12
2021-07-28
HID: wacom: set initial hardware touch switch state to 'off'
Ping Cheng
1
-4
/
+8
2021-07-28
HID: wacom: Skip processing of touches with negative slot values
Jason Gerecke
1
-0
/
+3
[next]