index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2015-06-22
Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f...
Jiri Kosina
1
-181
/
+238
2015-06-18
HID: wacom: Introduce new 'touch_input' device
Jason Gerecke
1
-52
/
+63
2015-06-18
HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites'
Jason Gerecke
1
-112
/
+122
2015-06-18
HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_type
Jason Gerecke
1
-34
/
+37
2015-06-18
HID: wacom: Treat features->device_type values as flags
Jason Gerecke
1
-15
/
+15
2015-05-20
HID: wacom: fix an Oops caused by wacom_wac_finger_count_touches
Ping Cheng
1
-0
/
+3
2015-05-04
HID: wacom: Discover device_type from HID descriptor for all devices
Jason Gerecke
1
-3
/
+5
2015-04-23
HID: wacom: Add support for DTU-1141
Aaron Skomra
1
-0
/
+4
2015-04-23
HID: wacom: Simplify check for presence of single-finger touch
Jason Gerecke
1
-3
/
+2
2015-04-23
HID: wacom: move all quirks to wacom_setup_device_quirks
Ping Cheng
1
-1
/
+29
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-131
/
+275
2015-04-02
HID: wacom: Add support for Cintiq 13HD Touch
Ping Cheng
1
-0
/
+11
2015-04-02
HID: wacom: set stylus_in_proximity before checking touch_down
Ping Cheng
1
-18
/
+16
2015-04-02
HID: wacom: use wacom_wac_finger_count_touches to set touch_down
Ping Cheng
1
-51
/
+33
2015-04-02
HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT
Ping Cheng
1
-14
/
+4
2015-04-02
Merge branch 'for-4.0/upstream-fixes' into for-4.1/wacom
Jiri Kosina
1
-36
/
+59
2015-03-17
HID: wacom: check for wacom->shared before following the pointer
Benjamin Tissoires
1
-3
/
+4
2015-03-16
HID: wacom: ask for a in-prox report when it was missed
Benjamin Tissoires
1
-1
/
+17
2015-03-11
HID: wacom: Add battery presence indicator to wireless tablets
Jason Gerecke
1
-6
/
+10
2015-03-11
HID: wacom: Status packet provides 'charging', not 'powered' bit
Jason Gerecke
1
-9
/
+5
2015-03-11
HID: wacom: Report battery status for Intuos Pro and Intuos5
Jason Gerecke
1
-0
/
+2
2015-03-11
HID: wacom: Provide battery charge state to system over USB if available
Jason Gerecke
1
-0
/
+25
2015-03-11
HID: wacom: Centralize updating of wacom_wac battery status
Jason Gerecke
1
-28
/
+29
2015-03-11
HID: wacom: Move handling of Intuos status packets to seperate function
Jason Gerecke
1
-13
/
+23
2015-03-03
HID: wacom: rely on actual touch down count to decide touch_down
Ping Cheng
1
-32
/
+43
2015-03-03
HID: wacom: do not send pen events before touch is up/forced out
Ping Cheng
1
-0
/
+6
2015-02-27
HID: wacom: add full support of the Wacom Bamboo PAD
Benjamin Tissoires
1
-0
/
+104
2015-02-24
HID: wacom: Add support for I2C connected devices
Mika Westerberg
1
-0
/
+5
2015-02-19
HID: wacom: do not directly use input_mt_report_pointer_emulation
Benjamin Tissoires
1
-5
/
+5
2015-02-12
HID: wacom: Add missing ABS_MISC event and feature declaration for 27QHD
Ping Cheng
1
-3
/
+8
2015-01-29
HID: wacom: add support for Cintiq 27QHD and 27QHD touch
Ping Cheng
1
-14
/
+73
2015-01-29
HID: wacom: consolidate input capability settings for pen and touch
Ping Cheng
1
-57
/
+10
2015-01-29
HID: wacom: make sure touch arbitration is applied consistently
Ping Cheng
1
-2
/
+4
2015-01-23
HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid
Jason Gerecke
1
-0
/
+6
2015-01-12
HID: wacom: peport In Range event according to the spec
Ping Cheng
1
-7
/
+8
2015-01-12
HID: wacom: process invalid Cintiq and Intuos data in wacom_intuos_inout()
Ping Cheng
1
-24
/
+26
2015-01-06
HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping()
Benjamin Tissoires
1
-8
/
+0
2014-12-12
Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...
Jiri Kosina
1
-73
/
+142
2014-12-12
HID: wacom: Report input events for each finger on generic devices
Jason Gerecke
1
-28
/
+58
2014-12-10
HID: wacom: Initialize MT slots for generic devices at post_parse_hid
Jason Gerecke
1
-3
/
+0
2014-12-06
HID: wacom: Update maximum X/Y accounding to outbound offset
Ping Cheng
1
-9
/
+9
2014-12-06
HID: wacom: Add support for DTU-1031X
Ping Cheng
1
-0
/
+7
2014-12-02
HID: wacom: add defines for new Cintiq and DTU outbound tracking
Ping Cheng
1
-11
/
+26
2014-12-02
HID: wacom: re-add accidentally dropped Lenovo PID
Benjamin Tissoires
1
-0
/
+1
2014-11-27
HID: wacom: Consult the application usage when determining field type
Jason Gerecke
1
-2
/
+4
2014-11-22
HID: wacom: Add angular resolution data to some ABS axes
Jason Gerecke
1
-0
/
+10
2014-11-22
HID: wacom: Report ABS_TILT_{X,Y} as signed values
Jason Gerecke
1
-8
/
+8
2014-11-20
HID: wacom - Bamboo pen-only tablet does not support PAD
Ping Cheng
1
-2
/
+7
2014-11-20
HID: wacom - Cleanup input_capabilities for Graphire 4 and Bamboo Fun
Ping Cheng
1
-5
/
+0
2014-11-20
HID: wacom - return ENODEV for failed wacom_setup_pad_input_capabilities
Ping Cheng
1
-3
/
+3
[next]