summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2016-09-19HID: uclogic: Support UGTizer GP0610 partiallyNikolai Kondrashov3-0/+18
2016-09-19HID: uclogic: Add support for several more tabletsNikolai Kondrashov3-0/+16
2016-09-19HID: uclogic: Switch to reporting abstract button eventsBenjamin Tissoires1-5/+97
2016-09-19HID: uclogic: Remove allocation failure messagesNikolai Kondrashov1-2/+0
2016-09-19HID: kye: Fix MousePen i608X v2 report descriptorNikolai Kondrashov1-1/+105
2016-09-19HID: kye: Rename MousePen i608X v2 macroNikolai Kondrashov4-6/+6
2016-09-19HID: Remove broken links to tablet descriptionsNikolai Kondrashov3-78/+0
2016-09-19HID: input: ignore System Control application usages if not System ControlsBenjamin Tissoires1-0/+9
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan1-12/+1
2016-08-29HID: intel_ish-hid: Remove duplicated include from bus.cWei Yongjun1-1/+0
2016-08-29HID: intel_ish-hid: Use kzalloc instead of kmalloc/memsetWei Yongjun1-2/+1
2016-08-29HID: intel_ish-hid: Convert list_for_each to entry variantWei Yongjun1-3/+1
2016-08-29HID: intel-ish-hid: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2016-08-29HID: intel-ish-hid: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-08-17HID: microsoft: Add Surface 4 type cover pro 4 (JP)Yuta Kobayashi4-0/+6
2016-08-17HID: hid-sensor-hub: Add ISH quirkSrinivas Pandruvada1-0/+4
2016-08-17HID: intel-ish-hid: ISH HID client driverSrinivas Pandruvada4-0/+1410
2016-08-17HID: intel-ish-hid: ipc layerSrinivas Pandruvada6-0/+1576
2016-08-17HID: intel_ish-hid: ISH Transport layerSrinivas Pandruvada14-0/+4352
2016-08-11HID: wacom: Update last_slot_field during pre_report phaseJason Gerecke2-37/+27
2016-08-10HID: wacom - add touch_arbitration parameter to wacom modulePing Cheng1-27/+36
2016-08-10HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERICJason Gerecke2-13/+72
2016-08-10HID: wacom: Add WACOM_DEVICETYPE_DIRECT for Cintiqs and similarJason Gerecke2-19/+40
2016-08-05HID: wacom: power_supply: provide the actual model_nameBenjamin Tissoires3-0/+13
2016-08-05HID: wacom: power_supply: remove ac informationBenjamin Tissoires2-51/+1
2016-08-05HID: wacom: power_supply: mark the type as USBBenjamin Tissoires1-1/+1
2016-08-05HID: wacom: leds: handle Cintiq 24HD leds buttonsBenjamin Tissoires1-3/+35
2016-08-05HID: wacom: leds: make sure Cintiq 21UX2 and 24HD control the right LEDsBenjamin Tissoires1-0/+9
2016-08-05HID: wacom: leds: handle the switch of the LEDs directly in the kernelBenjamin Tissoires4-3/+118
2016-08-05HID: wacom: leds: actually release the LEDs on disconnectBenjamin Tissoires2-1/+27
2016-08-05HID: wacom: leds: use the ledclass instead of custom made sysfs filesBenjamin Tissoires2-10/+204
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 Tissoires4-93/+109
2016-08-05HID: wacom: EKR: allocate one input node per remoteBenjamin Tissoires3-5/+62
2016-08-05HID: wacom: EKR: have one array of struct remotes instead of many arraysBenjamin Tissoires3-29/+32
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 Tissoires4-66/+94
2016-08-05HID: wacom: EKR: add a worker to add/remove resources on addition/removalBenjamin Tissoires4-38/+113
2016-08-05HID: wacom: leds: dynamically allocate LED groupsBenjamin Tissoires3-17/+78
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 Tissoires2-51/+45
2016-08-05HID: wacom: put the managed resources in a groupBenjamin Tissoires4-43/+32
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 Tissoires3-15/+29
2016-08-05HID: wacom: untie leds from inputsBenjamin Tissoires1-9/+11