index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
wacom_sys.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
HID: wacom: Add fuzz factor to distance and tilt axes
Jason Gerecke
2016-05-03
1
-1
/
+2
*
HID: wacom: Support switching from vendor-defined device mode on G9 and G11
Jason Gerecke
2016-04-05
1
-28
/
+72
*
HID: wacom: Initialize hid_data.inputmode to -1
Jason Gerecke
2016-04-05
1
-0
/
+2
*
HID: wacom: close the wireless receiver on remove()
Benjamin Tissoires
2016-02-16
1
-0
/
+5
*
HID: wacom: cleanup input devices
Benjamin Tissoires
2016-02-16
1
-0
/
+3
*
HID: wacom: reuse wacom_parse_and_register() in wireless_work
Benjamin Tissoires
2016-02-16
1
-45
/
+16
*
HID: wacom: move down wireless_work()
Benjamin Tissoires
2016-02-16
1
-117
/
+117
*
HID: wacom: break out parsing of device and registering of input
Benjamin Tissoires
2016-02-16
1
-61
/
+75
*
-
.
Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co...
Jiri Kosina
2016-01-14
1
-12
/
+11
|
\
\
|
|
*
HID: wacom: Delete an unnecessary check before kobject_put()
Markus Elfring
2015-11-19
1
-2
/
+1
|
|
/
|
/
|
|
*
HID: use kobj_to_dev()
Geliang Tang
2015-12-28
1
-2
/
+2
|
*
HID: use to_hid_device()
Geliang Tang
2015-12-28
1
-8
/
+8
|
/
*
HID: wacom: Call 'wacom_query_tablet_data' only after 'hid_hw_start'
Jason Gerecke
2015-11-05
1
-18
/
+18
*
HID: wacom: Remove useless conditions from 'wacom_query_tablet_data'
Jason Gerecke
2015-11-03
1
-1
/
+1
*
HID: wacom: fix Intuos wireless report id issue
Ping Cheng
2015-11-02
1
-1
/
+1
*
HID: wacom: Add support for Cintiq Companion 2
Jason Gerecke
2015-10-21
1
-1
/
+1
*
HID: wacom: Add four new Intuos devices
Ping Cheng
2015-09-23
1
-4
/
+7
*
HID: wacom: Cleanup unsupported device_type for BAMBOO_PT
Ping Cheng
2015-09-23
1
-15
/
+34
*
-
-
-
-
-
.
Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4...
Jiri Kosina
2015-09-01
1
-53
/
+227
|
\
\
\
\
|
|
|
|
*
HID: wacom: Add support for Express Key Remote.
Aaron Skomra
2015-08-28
1
-0
/
+195
|
|
|
|
*
HID: wacom: Do not repeatedly attempt to set device mode on error
Jason Gerecke
2015-08-10
1
-1
/
+1
|
|
|
|
*
HID: wacom: Remove WACOM_QUIRK_NO_INPUT
Jason Gerecke
2015-08-04
1
-14
/
+10
|
|
|
|
*
HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITOR
Jason Gerecke
2015-08-04
1
-3
/
+3
|
|
|
|
*
HID: wacom: Use calculated pkglen for wireless touch interface
Jason Gerecke
2015-08-04
1
-1
/
+0
|
|
|
|
*
HID: wacom: Perform all event processing as part of report processing
Jason Gerecke
2015-07-23
1
-1
/
+0
|
|
|
|
*
HID: wacom: Set default device name to value from wacom->features
Jason Gerecke
2015-07-17
1
-1
/
+2
|
|
|
|
*
HID: wacom: Properly free inputs if 'wacom_allocate_inputs' fails
Jason Gerecke
2015-07-17
1
-34
/
+18
*
|
|
|
|
Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' int...
Jiri Kosina
2015-09-01
1
-7
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
HID: wacom: Do not repeatedly attempt to set device mode on error
Jason Gerecke
2015-08-10
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
HID: wacom: Delete unnecessary checks before the function call "input_free_de...
Markus Elfring
2015-07-09
1
-6
/
+3
|
|
|
/
|
|
/
|
*
|
|
HID: wacom: Report correct device resolution when using the wireless adapater
Jason Gerecke
2015-08-10
1
-33
/
+37
|
|
/
|
/
|
*
|
HID: wacom: NULL dereferences on error in probe()
Dan Carpenter
2015-06-26
1
-2
/
+4
|
/
*
HID: wacom: Introduce new 'touch_input' device
Jason Gerecke
2015-06-18
1
-46
/
+70
*
HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites'
Jason Gerecke
2015-06-18
1
-2
/
+6
*
HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_type
Jason Gerecke
2015-06-18
1
-30
/
+35
*
HID: wacom: Treat features->device_type values as flags
Jason Gerecke
2015-06-18
1
-17
/
+18
*
HID: wacom: Simplify 'wacom_update_name'
Jason Gerecke
2015-06-18
1
-11
/
+14
*
HID: wacom: Handle failing HID_DG_CONTACTMAX requests
Jason Gerecke
2015-05-21
1
-2
/
+9
*
HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPE
Jason Gerecke
2015-05-21
1
-2
/
+10
*
HID: wacom: Fail probe if HID_GENERIC device has unknown device_type
Jason Gerecke
2015-05-04
1
-1
/
+7
*
HID: wacom: Discover device_type from HID descriptor for all devices
Jason Gerecke
2015-05-04
1
-10
/
+13
*
HID: wacom: Do not add suffix to name of devices with an unknown type
Jason Gerecke
2015-05-04
1
-5
/
+8
*
HID: wacom: retrieve name from HID descriptor for generic devices
Ping Cheng
2015-04-27
1
-11
/
+47
*
HID: wacom: move unit and unitExpo initialization to wacom_calculate_res
Ping Cheng
2015-04-23
1
-6
/
+6
*
HID: wacom: move all quirks to wacom_setup_device_quirks
Ping Cheng
2015-04-23
1
-38
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-04-14
1
-20
/
+77
|
\
|
*
HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT
Ping Cheng
2015-04-02
1
-13
/
+11
|
*
HID: wacom: ask for a in-prox report when it was missed
Benjamin Tissoires
2015-03-16
1
-0
/
+3
|
*
HID: wacom: Add battery presence indicator to wireless tablets
Jason Gerecke
2015-03-11
1
-0
/
+4
|
*
HID: wacom: Status packet provides 'charging', not 'powered' bit
Jason Gerecke
2015-03-11
1
-0
/
+2
[prev]
[next]