summaryrefslogtreecommitdiff
path: root/drivers/hid/wacom_sys.c
AgeCommit message (Expand)Author
2018-04-24HID: Fix hid_report_len usageAaron Ma
2018-02-03HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra
2017-10-12HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke
2017-10-12HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra
2017-10-08HID: wacom: release the resources before leaving despite devmBenjamin Tissoires
2017-04-08HID: wacom: Don't add ghost interface as shared dataAaron Armstrong Skomra
2016-08-10HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERICJason Gerecke
2016-08-05HID: wacom: power_supply: provide the actual model_nameBenjamin Tissoires
2016-08-05HID: wacom: power_supply: remove ac informationBenjamin Tissoires
2016-08-05HID: wacom: power_supply: mark the type as USBBenjamin Tissoires
2016-08-05HID: wacom: leds: handle the switch of the LEDs directly in the kernelBenjamin Tissoires
2016-08-05HID: wacom: leds: actually release the LEDs on disconnectBenjamin Tissoires
2016-08-05HID: wacom: leds: use the ledclass instead of custom made sysfs filesBenjamin Tissoires
2016-08-05HID: wacom: EKR: attach the power_supply on first connectionBenjamin Tissoires
2016-08-05HID: wacom: EKR: have one power_supply per remoteBenjamin Tissoires
2016-08-05HID: wacom: EKR: allocate one input node per remoteBenjamin Tissoires
2016-08-05HID: wacom: EKR: have one array of struct remotes instead of many arraysBenjamin Tissoires
2016-08-05HID: wacom: EKR: use devres groups to manage resourcesBenjamin Tissoires
2016-08-05HID: wacom: EKR: have proper allocator and destructorBenjamin Tissoires
2016-08-05HID: wacom: rework fail path in probe() and parse_and_register()Benjamin Tissoires
2016-08-05HID: wacom: EKR: have the wacom resources dynamically allocatedBenjamin Tissoires
2016-08-05HID: wacom: EKR: add a worker to add/remove resources on addition/removalBenjamin Tissoires
2016-08-05HID: wacom: leds: dynamically allocate LED groupsBenjamin Tissoires
2016-08-05HID: wacom: devres manage the shared data tooBenjamin Tissoires
2016-08-05HID: wacom: use devres to allocate driver dataBenjamin Tissoires
2016-08-05HID: wacom: use devm_kasprintf for allocating the name of the remoteBenjamin Tissoires
2016-08-05HID: wacom: convert LEDs to devresBenjamin Tissoires
2016-08-05HID: wacom: put the managed resources in a groupBenjamin Tissoires
2016-08-05HID: wacom: switch inputs to devresBenjamin Tissoires
2016-08-05HID: wacom: switch battery to devresBenjamin Tissoires
2016-08-05HID: wacom: use one work queue per taskBenjamin Tissoires
2016-08-05HID: wacom: untie leds from inputsBenjamin Tissoires
2016-08-05HID: wacom: remove cleanup of wacom->remote_dir from wacom_clean_inputs()Benjamin Tissoires
2016-08-05HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2Benjamin Tissoires
2016-05-03HID: wacom: Add fuzz factor to distance and tilt axesJason Gerecke
2016-04-05HID: wacom: Support switching from vendor-defined device mode on G9 and G11Jason Gerecke
2016-04-05HID: wacom: Initialize hid_data.inputmode to -1Jason Gerecke
2016-02-16HID: wacom: close the wireless receiver on remove()Benjamin Tissoires
2016-02-16HID: wacom: cleanup input devicesBenjamin Tissoires
2016-02-16HID: wacom: reuse wacom_parse_and_register() in wireless_workBenjamin Tissoires
2016-02-16HID: wacom: move down wireless_work()Benjamin Tissoires
2016-02-16HID: wacom: break out parsing of device and registering of inputBenjamin Tissoires
2016-01-14Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co...Jiri Kosina
2015-12-28HID: use kobj_to_dev()Geliang Tang
2015-12-28HID: use to_hid_device()Geliang Tang
2015-11-19HID: wacom: Delete an unnecessary check before kobject_put()Markus Elfring
2015-11-05HID: wacom: Call 'wacom_query_tablet_data' only after 'hid_hw_start'Jason Gerecke
2015-11-03HID: wacom: Remove useless conditions from 'wacom_query_tablet_data'Jason Gerecke
2015-11-02HID: wacom: fix Intuos wireless report id issuePing Cheng
2015-10-21HID: wacom: Add support for Cintiq Companion 2Jason Gerecke