aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-05HID: wacom: leds: handle the switch of the LEDs directly in the kernelBenjamin Tissoires1-3/+60
2016-08-05HID: wacom: leds: actually release the LEDs on disconnectBenjamin Tissoires1-1/+26
2016-08-05HID: wacom: leds: use the ledclass instead of custom made sysfs filesBenjamin Tissoires1-10/+185
2016-08-05HID: wacom: EKR: attach the power_supply on first connectionBenjamin Tissoires1-6/+30
2016-08-05HID: wacom: EKR: have one power_supply per remoteBenjamin Tissoires1-56/+67
2016-08-05HID: wacom: EKR: allocate one input node per remoteBenjamin Tissoires1-0/+30
2016-08-05HID: wacom: EKR: have one array of struct remotes instead of many arraysBenjamin Tissoires1-26/+27
2016-08-05HID: wacom: EKR: use devres groups to manage resourcesBenjamin Tissoires1-16/+28
2016-08-05HID: wacom: EKR: have proper allocator and destructorBenjamin Tissoires1-40/+53
2016-08-05HID: wacom: rework fail path in probe() and parse_and_register()Benjamin Tissoires1-23/+14
2016-08-05HID: wacom: EKR: have the wacom resources dynamically allocatedBenjamin Tissoires1-56/+77
2016-08-05HID: wacom: EKR: add a worker to add/remove resources on addition/removalBenjamin Tissoires1-3/+77
2016-08-05HID: wacom: leds: dynamically allocate LED groupsBenjamin Tissoires1-14/+71
2016-08-05HID: wacom: devres manage the shared data tooBenjamin Tissoires1-34/+39
2016-08-05HID: wacom: use devres to allocate driver dataBenjamin Tissoires1-3/+1
2016-08-05HID: wacom: use devm_kasprintf for allocating the name of the remoteBenjamin Tissoires1-8/+6
2016-08-05HID: wacom: convert LEDs to devresBenjamin Tissoires1-50/+45
2016-08-05HID: wacom: put the managed resources in a groupBenjamin Tissoires1-39/+30
2016-08-05HID: wacom: switch inputs to devresBenjamin Tissoires1-18/+16
2016-08-05HID: wacom: switch battery to devresBenjamin Tissoires1-14/+24
2016-08-05HID: wacom: use one work queue per taskBenjamin Tissoires1-4/+6
2016-08-05HID: wacom: untie leds from inputsBenjamin Tissoires1-9/+11
2016-08-05HID: wacom: remove cleanup of wacom->remote_dir from wacom_clean_inputs()Benjamin Tissoires1-11/+14
2016-08-05HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2Benjamin Tissoires1-2/+3
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