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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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_sys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-30
HID: wacom: Correct NULL dereference on AES pen proximity
Jason Gerecke
1
-3
/
+4
2021-01-17
HID: wacom: Fix memory leakage caused by kfifo_alloc
Ping Cheng
1
-3
/
+32
2020-05-14
HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices
Jason Gerecke
1
-1
/
+3
2019-10-07
HID: wacom: Fix several minor compiler warnings
Jason Gerecke
1
-3
/
+4
2019-09-21
HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
Aaron Armstrong Skomra
1
-4
/
+6
2019-07-26
HID: wacom: generic: only switch the mode on devices with LEDs
Aaron Armstrong Skomra
1
-0
/
+3
2018-08-20
Merge branch 'for-4.19/wacom' into for-linus
Jiri Kosina
1
-49
/
+56
2018-07-23
HID: cougar: make compare_device_paths reusable
Daniel M. Lambea
1
-15
/
+3
2018-07-03
HID: wacom: convert Wacom custom usages to standard HID usages
Ping Cheng
1
-1
/
+2
2018-07-03
HID: wacom: Move handling of HID quirks into a dedicated function
Jason Gerecke
1
-38
/
+54
2018-07-03
HID: wacom: Replace touch_max fixup code with static touch_max definitions
Jason Gerecke
1
-10
/
+0
2018-06-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+8
2018-06-20
HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
Jason Gerecke
1
-0
/
+8
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-04-25
HID: wacom: Release device resource data obtained by devres_alloc()
Arvind Yadav
1
-1
/
+3
2018-02-16
HID: Fix hid_report_len usage
Aaron Ma
1
-2
/
+2
2018-01-23
HID: wacom: EKR: ensure devres groups at higher indexes are released
Aaron Armstrong Skomra
1
-12
/
+12
2017-11-21
HID: wacom: Queue events with missing type/serial data for later processing
Jason Gerecke
1
-0
/
+110
2017-11-15
Merge branch 'for-4.15/wacom' into for-linus
Jiri Kosina
1
-0
/
+7
2017-11-10
HID: Wacom: switch Dell canvas into highres mode
Benjamin Tissoires
1
-0
/
+7
2017-10-02
HID: wacom: Always increment hdev refcount within wacom_get_hdev_data
Jason Gerecke
1
-1
/
+3
2017-09-06
HID: wacom: leds: Don't try to control the EKR's read-only LEDs
Aaron Armstrong Skomra
1
-0
/
+3
2017-07-27
HID: wacom: Improve generic name generation
Jason Gerecke
1
-31
/
+27
2017-07-20
HID: wacom: Remove comparison of u8 mode with zero and simplify.
Christos Gkekas
1
-4
/
+1
2017-05-05
HID: wacom: Add ability to provide explicit battery status info
Jason Gerecke
1
-1
/
+3
2017-05-02
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...
Jiri Kosina
1
-1
/
+52
2017-03-30
HID: wacom: call _query_tablet_data() for BAMBOO_TOUCH
Aaron Armstrong Skomra
1
-0
/
+2
2017-03-30
HID: wacom: Don't add ghost interface as shared data
Aaron Armstrong Skomra
1
-8
/
+8
2017-03-21
HID: wacom: don't manually release resources for the EKR
Aaron Armstrong Skomra
1
-1
/
+3
2017-03-06
HID: wacom: generic: support touch on/off softkey
Ping Cheng
1
-1
/
+3
2017-03-06
HID: wacom: generic: add mode change touch key
Benjamin Tissoires
1
-0
/
+49
2017-02-20
Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...
Jiri Kosina
1
-32
/
+115
2017-01-26
HID: wacom: generic: support LEDs
Aaron Armstrong Skomra
1
-3
/
+36
2017-01-26
HID: wacom: generic: support generic touch switch
Aaron Armstrong Skomra
1
-7
/
+19
2017-01-26
HID: wacom: generic: add vendor defined touch
Aaron Armstrong Skomra
1
-3
/
+10
2017-01-26
HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interface
Jason Gerecke
1
-0
/
+25
2017-01-26
HID: wacom: Move WAC_CMD_* into wacom_wac.h
Jason Gerecke
1
-8
/
+0
2017-01-23
HID: wacom: do not attempt to switch mode while in probe
Benjamin Tissoires
1
-7
/
+20
2017-01-23
HID: wacom: remove warning while disconnecting devices
Benjamin Tissoires
1
-3
/
+2
2017-01-23
HID: wacom: release the resources before leaving despite devm
Benjamin Tissoires
1
-0
/
+2
2017-01-19
HID: wacom: Fix sibling detection regression
Jason Gerecke
1
-8
/
+8
2017-01-06
HID: remove use of DRIVER_LICENSE
Grant Grundler
1
-1
/
+1
2016-10-20
HID: wacom: generic: Add support for sensor offsets
Jason Gerecke
1
-8
/
+30
2016-10-20
HID: wacom: generic: Support and use 'Custom HID' mode and usages
Jason Gerecke
1
-0
/
+5
2016-10-20
HID: wacom: generic: Strip off excessive name prefixing
Jason Gerecke
1
-0
/
+13
2016-10-20
HID: wacom: Detect and correct descriptors missing HID_DG_BARRELSWITCH2
Jason Gerecke
1
-0
/
+24
2016-10-20
HID: wacom: Update vendor-defined usage names to better match standards
Jason Gerecke
1
-6
/
+6
2016-08-10
HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERIC
Jason Gerecke
1
-12
/
+71
2016-08-05
HID: wacom: power_supply: provide the actual model_name
Benjamin Tissoires
1
-0
/
+11
2016-08-05
HID: wacom: power_supply: remove ac information
Benjamin Tissoires
1
-48
/
+1
[next]