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
/
input
/
touchscreen
/
wacom_w8001.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: wacom_w8001 - handle errors from input_mt_init_slots()
Ping Cheng
2016-07-19
1
-1
/
+7
*
Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/Y
Ping Cheng
2016-07-19
1
-0
/
+2
*
Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"
Dmitry Torokhov
2016-07-14
1
-0
/
+3
*
Input: wacom_w8001 - ignore invalid pen data packets
Ping Cheng
2016-06-23
1
-0
/
+9
*
Input: wacom_w8001 - w8001_MAX_LENGTH should be 13
Ping Cheng
2016-06-23
1
-1
/
+1
*
Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
Peter Hutterer
2016-01-11
1
-3
/
+0
*
Input: wacom_w8001 - split the touch and pen devices into two devices
Peter Hutterer
2015-12-03
1
-51
/
+116
*
Input: wacom_w8001 - split pen and touch initialization up
Peter Hutterer
2015-12-03
1
-83
/
+111
*
Input: wacom_w8001 - handle touch error case correctly
Peter Hutterer
2015-12-03
1
-10
/
+9
*
Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
Peter Hutterer
2015-12-03
1
-0
/
+1
*
Input: wacom_w8001 - use __set_bit for evbits
Peter Hutterer
2015-12-03
1
-1
/
+2
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
1
-1
/
+0
*
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-09-19
1
-1
/
+1
*
Input: serio - use module_serio_driver
Axel Lin
2012-04-04
1
-12
/
+1
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2011-10-26
1
-5
/
+24
|
\
|
*
Input: wacom_w8001 - simplify w8001_remove
Dmitry Torokhov
2011-08-23
1
-4
/
+4
|
*
Input: wacom_w8001 - implement open and close
Dmitry Torokhov
2011-08-23
1
-1
/
+20
*
|
Input: wacom - add POINTER and DIRECT device properties
Jason Gerecke
2011-09-08
1
-0
/
+2
|
/
*
Input: wacom_w8001 - report resolution to userland
Ping Cheng
2011-01-31
1
-2
/
+11
*
Input: wacom_w8001 - add single-touch support
Ping Cheng
2011-01-11
1
-33
/
+149
*
Input: wacom_w8001 - support pen or touch only devices
Ping Cheng
2010-12-30
1
-12
/
+32
*
Input: wacom_w8001 - use __set_bit to set keybits
Ping Cheng
2010-12-27
1
-5
/
+5
*
input: mt: Move tracking and pointer emulation to input-mt
Henrik Rydberg
2010-12-16
1
-16
/
+5
*
input: mt: Collect slots initialization code
Henrik Rydberg
2010-12-16
1
-1
/
+1
*
input: mt: Break out slots handling
Henrik Rydberg
2010-12-16
1
-1
/
+1
*
Input: wacom_w8001 - add multitouch slot support
Peter Hutterer
2010-08-28
1
-3
/
+46
*
Input: wacom_w8001 - support (and ignore) touch tablets
Peter Hutterer
2010-08-28
1
-2
/
+86
*
Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS events
Peter Hutterer
2010-08-28
1
-6
/
+48
*
Input: wacom_w8001 - simplify querying logic
Dmitry Torokhov
2009-09-03
1
-81
/
+40
*
Input: add support for Wacom W8001 penabled serial touchscreen
Jaya Kumar
2008-11-24
1
-0
/
+325