aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03HID: wacom: Add fuzz factor to distance and tilt axesJason Gerecke1-1/+2
2016-04-05HID: wacom: Support switching from vendor-defined device mode on G9 and G11Jason Gerecke1-28/+72
2016-04-05HID: wacom: Initialize hid_data.inputmode to -1Jason Gerecke1-0/+2
2016-02-16HID: wacom: close the wireless receiver on remove()Benjamin Tissoires1-0/+5
2016-02-16HID: wacom: cleanup input devicesBenjamin Tissoires1-0/+3
2016-02-16HID: wacom: reuse wacom_parse_and_register() in wireless_workBenjamin Tissoires1-45/+16
2016-02-16HID: wacom: move down wireless_work()Benjamin Tissoires1-117/+117
2016-02-16HID: wacom: break out parsing of device and registering of inputBenjamin Tissoires1-61/+75
2016-01-14Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container-of-cleanups', 'for-4.5/core', 'for-4.5/i2c-hid', 'for-4.5/logitech', 'for-4.5/multitouch', 'for-4.5/sony', 'for-4.5/upstream' and 'for-4.5/wacom' into for-linusJiri Kosina1-12/+11
2015-12-28HID: use kobj_to_dev()Geliang Tang1-2/+2
2015-12-28HID: use to_hid_device()Geliang Tang1-8/+8
2015-11-19HID: wacom: Delete an unnecessary check before kobject_put()Markus Elfring1-2/+1
2015-11-05HID: wacom: Call 'wacom_query_tablet_data' only after 'hid_hw_start'Jason Gerecke1-18/+18
2015-11-03HID: wacom: Remove useless conditions from 'wacom_query_tablet_data'Jason Gerecke1-1/+1
2015-11-02HID: wacom: fix Intuos wireless report id issuePing Cheng1-1/+1
2015-10-21HID: wacom: Add support for Cintiq Companion 2Jason Gerecke1-1/+1
2015-09-23HID: wacom: Add four new Intuos devicesPing Cheng1-4/+7
2015-09-23HID: wacom: Cleanup unsupported device_type for BAMBOO_PTPing Cheng1-15/+34
2015-09-01Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4.3/lenovo', 'for-4.3/logitech', 'for-4.3/multitouch', 'for-4.3/picolcd', 'for-4.3/rmi', 'for-4.3/sensor-hub', 'for-4.3/sony' and 'for-4.3/wacom' into for-linusJiri Kosina1-53/+227
2015-09-01Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' into for-linusJiri Kosina1-7/+4
2015-08-28HID: wacom: Add support for Express Key Remote.Aaron Skomra1-0/+195
2015-08-10HID: wacom: Report correct device resolution when using the wireless adapaterJason Gerecke1-33/+37
2015-08-10HID: wacom: Do not repeatedly attempt to set device mode on errorJason Gerecke1-1/+1
2015-08-10HID: wacom: Do not repeatedly attempt to set device mode on errorJason Gerecke1-1/+1
2015-08-04HID: wacom: Remove WACOM_QUIRK_NO_INPUTJason Gerecke1-14/+10
2015-08-04HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITORJason Gerecke1-3/+3
2015-08-04HID: wacom: Use calculated pkglen for wireless touch interfaceJason Gerecke1-1/+0
2015-07-23HID: wacom: Perform all event processing as part of report processingJason Gerecke1-1/+0
2015-07-17HID: wacom: Set default device name to value from wacom->featuresJason Gerecke1-1/+2
2015-07-17HID: wacom: Properly free inputs if 'wacom_allocate_inputs' failsJason Gerecke1-34/+18
2015-07-09HID: wacom: Delete unnecessary checks before the function call "input_free_device"Markus Elfring1-6/+3
2015-06-26HID: wacom: NULL dereferences on error in probe()Dan Carpenter1-2/+4
2015-06-18HID: wacom: Introduce new 'touch_input' deviceJason Gerecke1-46/+70
2015-06-18HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites'Jason Gerecke1-2/+6
2015-06-18HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_typeJason Gerecke1-30/+35
2015-06-18HID: wacom: Treat features->device_type values as flagsJason Gerecke1-17/+18
2015-06-18HID: wacom: Simplify 'wacom_update_name'Jason Gerecke1-11/+14
2015-05-21HID: wacom: Handle failing HID_DG_CONTACTMAX requestsJason Gerecke1-2/+9
2015-05-21HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPEJason Gerecke1-2/+10
2015-05-04HID: wacom: Fail probe if HID_GENERIC device has unknown device_typeJason Gerecke1-1/+7
2015-05-04HID: wacom: Discover device_type from HID descriptor for all devicesJason Gerecke1-10/+13
2015-05-04HID: wacom: Do not add suffix to name of devices with an unknown typeJason Gerecke1-5/+8
2015-04-27HID: wacom: retrieve name from HID descriptor for generic devicesPing Cheng1-11/+47
2015-04-23HID: wacom: move unit and unitExpo initialization to wacom_calculate_resPing Cheng1-6/+6
2015-04-23HID: wacom: move all quirks to wacom_setup_device_quirksPing Cheng1-38/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-20/+77
2015-04-02HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUTPing Cheng1-13/+11
2015-03-16HID: wacom: ask for a in-prox report when it was missedBenjamin Tissoires1-0/+3
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski1-34/+37
2015-03-13power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski1-2/+3