summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_sys.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...Jiri Kosina2017-02-201-32/+115
|\ \ \
| | | * HID: wacom: generic: support LEDsAaron Armstrong Skomra2017-01-261-3/+36
| | | * HID: wacom: generic: support generic touch switchAaron Armstrong Skomra2017-01-261-7/+19
| | | * HID: wacom: generic: add vendor defined touchAaron Armstrong Skomra2017-01-261-3/+10
| | | * HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interfaceJason Gerecke2017-01-261-0/+25
| | | * HID: wacom: Move WAC_CMD_* into wacom_wac.hJason Gerecke2017-01-261-8/+0
| | | * HID: wacom: do not attempt to switch mode while in probeBenjamin Tissoires2017-01-231-7/+20
| | | * HID: wacom: remove warning while disconnecting devicesBenjamin Tissoires2017-01-231-3/+2
| | | * HID: wacom: release the resources before leaving despite devmBenjamin Tissoires2017-01-231-0/+2
| |_|/ |/| |
| | * HID: remove use of DRIVER_LICENSEGrant Grundler2017-01-061-1/+1
| |/
* / HID: wacom: Fix sibling detection regressionJason Gerecke2017-01-191-8/+8
|/
* HID: wacom: generic: Add support for sensor offsetsJason Gerecke2016-10-201-8/+30
* HID: wacom: generic: Support and use 'Custom HID' mode and usagesJason Gerecke2016-10-201-0/+5
* HID: wacom: generic: Strip off excessive name prefixingJason Gerecke2016-10-201-0/+13
* HID: wacom: Detect and correct descriptors missing HID_DG_BARRELSWITCH2Jason Gerecke2016-10-201-0/+24
* HID: wacom: Update vendor-defined usage names to better match standardsJason Gerecke2016-10-201-6/+6
* HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERICJason Gerecke2016-08-101-12/+71
* HID: wacom: power_supply: provide the actual model_nameBenjamin Tissoires2016-08-051-0/+11
* HID: wacom: power_supply: remove ac informationBenjamin Tissoires2016-08-051-48/+1
* HID: wacom: power_supply: mark the type as USBBenjamin Tissoires2016-08-051-1/+1
* HID: wacom: leds: handle the switch of the LEDs directly in the kernelBenjamin Tissoires2016-08-051-3/+60
* HID: wacom: leds: actually release the LEDs on disconnectBenjamin Tissoires2016-08-051-1/+26
* HID: wacom: leds: use the ledclass instead of custom made sysfs filesBenjamin Tissoires2016-08-051-10/+185
* HID: wacom: EKR: attach the power_supply on first connectionBenjamin Tissoires2016-08-051-6/+30
* HID: wacom: EKR: have one power_supply per remoteBenjamin Tissoires2016-08-051-56/+67
* HID: wacom: EKR: allocate one input node per remoteBenjamin Tissoires2016-08-051-0/+30
* HID: wacom: EKR: have one array of struct remotes instead of many arraysBenjamin Tissoires2016-08-051-26/+27
* HID: wacom: EKR: use devres groups to manage resourcesBenjamin Tissoires2016-08-051-16/+28
* HID: wacom: EKR: have proper allocator and destructorBenjamin Tissoires2016-08-051-40/+53
* HID: wacom: rework fail path in probe() and parse_and_register()Benjamin Tissoires2016-08-051-23/+14
* HID: wacom: EKR: have the wacom resources dynamically allocatedBenjamin Tissoires2016-08-051-56/+77
* HID: wacom: EKR: add a worker to add/remove resources on addition/removalBenjamin Tissoires2016-08-051-3/+77
* HID: wacom: leds: dynamically allocate LED groupsBenjamin Tissoires2016-08-051-14/+71
* HID: wacom: devres manage the shared data tooBenjamin Tissoires2016-08-051-34/+39
* HID: wacom: use devres to allocate driver dataBenjamin Tissoires2016-08-051-3/+1
* HID: wacom: use devm_kasprintf for allocating the name of the remoteBenjamin Tissoires2016-08-051-8/+6
* HID: wacom: convert LEDs to devresBenjamin Tissoires2016-08-051-50/+45
* HID: wacom: put the managed resources in a groupBenjamin Tissoires2016-08-051-39/+30
* HID: wacom: switch inputs to devresBenjamin Tissoires2016-08-051-18/+16
* HID: wacom: switch battery to devresBenjamin Tissoires2016-08-051-14/+24
* HID: wacom: use one work queue per taskBenjamin Tissoires2016-08-051-4/+6
* HID: wacom: untie leds from inputsBenjamin Tissoires2016-08-051-9/+11
* HID: wacom: remove cleanup of wacom->remote_dir from wacom_clean_inputs()Benjamin Tissoires2016-08-051-11/+14
* HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2Benjamin Tissoires2016-08-051-2/+3
* HID: wacom: Add fuzz factor to distance and tilt axesJason Gerecke2016-05-031-1/+2
* HID: wacom: Support switching from vendor-defined device mode on G9 and G11Jason Gerecke2016-04-051-28/+72
* HID: wacom: Initialize hid_data.inputmode to -1Jason Gerecke2016-04-051-0/+2
* HID: wacom: close the wireless receiver on remove()Benjamin Tissoires2016-02-161-0/+5
* HID: wacom: cleanup input devicesBenjamin Tissoires2016-02-161-0/+3
* HID: wacom: reuse wacom_parse_and_register() in wireless_workBenjamin Tissoires2016-02-161-45/+16