index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
wacom_wac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
Jason Gerecke
2018-10-11
1
-0
/
+19
*
Merge branch 'for-4.19/wacom' into for-linus
Jiri Kosina
2018-08-20
1
-10
/
+10
|
\
|
*
HID: wacom: Replace touch_max fixup code with static touch_max definitions
Jason Gerecke
2018-07-03
1
-10
/
+10
*
|
HID: wacom: Correct touch maximum XY of 2nd-gen Intuos
Jason Gerecke
2018-07-03
1
-2
/
+8
|
/
*
HID: wacom: Support "in range" for Intuos/Bamboo tablets where possible
Jason Gerecke
2018-05-22
1
-35
/
+39
*
HID: wacom: bluetooth: send exit report for recent Bluetooth devices
Aaron Armstrong Skomra
2018-04-12
1
-30
/
+46
*
HID: wacom: wacom_wac_collection() is local to wacom_wac.c
Jiri Kosina
2018-03-07
1
-1
/
+1
*
HID: wacom: generic: add the "Report Valid" usage
Aaron Armstrong Skomra
2018-03-07
1
-1
/
+15
*
HID: wacom: generic: Support multiple tools per report
Aaron Armstrong Skomra
2018-03-07
1
-26
/
+68
*
HID: wacom: Add support for 3rd generation Intuos BT
Aaron Armstrong Skomra
2018-03-07
1
-20
/
+93
*
HID: wacom: Add support for One by Wacom (CTL-472 / CTL-672)
Jason Gerecke
2018-01-23
1
-0
/
+8
*
HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
Jason Gerecke
2018-01-23
1
-8
/
+8
*
HID: wacom: Queue events with missing type/serial data for later processing
Jason Gerecke
2017-11-21
1
-0
/
+1
*
HID: wacom: Properly handle AES serial number and tool type
Jason Gerecke
2017-11-21
1
-9
/
+33
*
HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are set
Jason Gerecke
2017-11-09
1
-2
/
+16
*
Revert "HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters ra...
Jason Gerecke
2017-10-11
1
-11
/
+0
*
HID: wacom: generic: Reset events back to zero when pen leaves
Jason Gerecke
2017-09-13
1
-4
/
+4
*
HID: wacom: generic: Send BTN_TOOL_PEN in prox once the pen enters range
Jason Gerecke
2017-09-13
1
-0
/
+11
*
HID: wacom: generic: Leave tool in prox until it completely leaves sense
Jason Gerecke
2017-09-13
1
-5
/
+5
*
HID: wacom: generic: Use generic codepath terminology in wacom_wac_pen_report
Jason Gerecke
2017-09-13
1
-9
/
+9
*
HID: wacom: generic: Clear ABS_MISC when tool leaves proximity
Jason Gerecke
2017-09-13
1
-1
/
+1
*
HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
Jason Gerecke
2017-09-13
1
-11
/
+16
*
HID: wacom: Correct coordinate system of touchring and pen twist
Jason Gerecke
2017-09-06
1
-5
/
+68
*
HID: wacom: Properly report negative values from Intuos Pro 2 Bluetooth
Jason Gerecke
2017-09-06
1
-3
/
+3
*
HID: wacom: bits shifted too much for 9th and 10th buttons
Ping Cheng
2017-09-06
1
-2
/
+2
*
HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
Jason Gerecke
2017-08-08
1
-1
/
+7
*
-
.
Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...
Jiri Kosina
2017-07-10
1
-80
/
+120
|
\
\
|
|
*
HID: wacom: fix mistake in printk
Colin Ian King
2017-06-27
1
-4
/
+4
|
|
*
HID: wacom: generic: Refactor generic battery handling
Jason Gerecke
2017-05-05
1
-71
/
+91
|
|
*
HID: wacom: Add ability to provide explicit battery status info
Jason Gerecke
2017-05-05
1
-24
/
+38
|
|
*
HID: wacom: generic: Report AES battery information
Jason Gerecke
2017-05-05
1
-0
/
+2
|
|
*
HID: wacom: generic: Ignore HID_DG_BATTERYSTRENTH == 0
Jason Gerecke
2017-05-05
1
-0
/
+2
|
|
*
HID: wacom: generic: Scale battery capacity measurements to percentages
Jason Gerecke
2017-05-05
1
-0
/
+2
|
|
/
*
/
HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
Jason Gerecke
2017-05-05
1
-22
/
+23
|
/
*
-
-
-
.
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...
Jiri Kosina
2017-05-02
1
-129
/
+177
|
\
\
\
|
|
|
*
HID: wacom: Move wacom_remote_irq and wacom_remote_status_irq
Jason Gerecke
2017-04-06
1
-125
/
+125
|
|
|
*
HID: wacom: generic: sync pad events only for actual packets
Ping Cheng
2017-04-06
1
-1
/
+6
|
|
|
*
HID: wacom: Bamboo One Medium does not have touch
Aaron Armstrong Skomra
2017-03-30
1
-1
/
+1
|
|
|
*
HID: wacom: generic: support touch on/off softkey
Ping Cheng
2017-03-06
1
-1
/
+17
|
|
|
*
HID: wacom: generic: add mode change touch key
Benjamin Tissoires
2017-03-06
1
-1
/
+16
|
|
|
*
HID: wacom: generic: add 3 tablet touch keys
Ping Cheng
2017-03-06
1
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
HID: wacom: Override incorrect logical maximum contact identifier
Jason Gerecke
2017-04-20
1
-0
/
+10
*
|
|
HID: wacom: Treat HID_DG_TOOLSERIALNUMBER as unsigned
Jason Gerecke
2017-04-19
1
-1
/
+1
*
|
|
HID: wacom: generic: Wacom mouse is only provided for opaque tablets
Ping Cheng
2017-03-21
1
-2
/
+4
*
|
|
HID: wacom: Correct Intuos Pro 2 resolution
Aaron Armstrong Skomra
2017-03-21
1
-2
/
+2
|
/
/
|
|
|
\
*
-
.
\
Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...
Jiri Kosina
2017-02-20
1
-17
/
+272
|
\
\
\
|
|
*
|
HID: wacom: Bluetooth IRQ for Intuos Pro should handle prox/range
Jason Gerecke
2017-02-14
1
-10
/
+15
|
|
*
|
HID: wacom: don't apply generic settings to old devices
Ping Cheng
2017-02-03
1
-2
/
+3
|
|
*
|
HID: wacom: generic: support LEDs
Aaron Armstrong Skomra
2017-01-26
1
-1
/
+13
|
|
*
|
HID: wacom: generic: support generic touch switch
Aaron Armstrong Skomra
2017-01-26
1
-1
/
+18
[next]