index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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-09-01
Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4...
Jiri Kosina
1
-174
/
+330
2015-08-28
HID: wacom: wacom_setup_numbered_buttons is local to wacom_wac
Jiri Kosina
1
-1
/
+1
2015-08-28
HID: wacom: Add support for Express Key Remote.
Aaron Skomra
1
-0
/
+144
2015-08-28
HID: wacom: Set button bits based on a new numbered_buttons
Aaron Skomra
1
-115
/
+60
2015-08-18
HID: wacom: Use tablet-provided touch height/width values for INTUOSHT
Jason Gerecke
1
-1
/
+1
2015-08-11
HID: wacom: Simplify 'wacom_pl_irq'
Jason Gerecke
1
-49
/
+35
2015-08-04
HID: wacom: Remove WACOM_QUIRK_NO_INPUT
Jason Gerecke
1
-4
/
+0
2015-08-04
HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITOR
Jason Gerecke
1
-3
/
+1
2015-07-23
HID: wacom: Report touch width/height/orientation for GENERIC devices
Jason Gerecke
1
-0
/
+20
2015-07-23
HID: wacom: Ignore contacts in excess of declared contact count
Jason Gerecke
1
-1
/
+29
2015-07-23
HID: wacom: Perform all event processing as part of report processing
Jason Gerecke
1
-0
/
+39
2015-07-13
HID: wacom: remove the extra Pen interface for Wacom Bamboo PAD
Benjamin Tissoires
1
-2
/
+2
2015-07-08
HID: wacom: Enable pad device for older Bamboo Touch tablets
Jason Gerecke
1
-0
/
+3
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-18
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
[next]