summaryrefslogtreecommitdiffstats
path: root/drivers/acpi (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-04Input: sh_keysc - remove dependency on SUPERHSimon Horman1-1/+1
2016-03-04Input: melfas_mip4 - add resolution reportingSangwon Jee1-4/+22
2016-03-02Input: stmpe-ts - restore kerneldocLinus Walleij1-0/+31
2016-03-02Input: snvs_pwrkey - use __maybe_unused to hide pm functionsArnd Bergmann1-2/+2
2016-03-02Input: spear-keyboard - use __maybe_unused to hide pm functionsArnd Bergmann1-4/+2
2016-03-02Input: goldfish_events - enable ACPI-based enumeration for goldfish eventsJason Hu1-0/+10
2016-03-02Input: goldfish_events - add devicetree bindingsGreg Hackmann2-0/+24
2016-02-17Input: add MELFAS MIP4 Touchscreen driverSangwon Jee3-0/+1511
2016-02-10Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIBGeert Uytterhoeven1-2/+3
2016-01-28Input: byd - add BYD PS/2 touchpad driverChris Diamand6-0/+381
2016-01-27Input: cyttsp - perform hard reset of the chip during probeOreste Salerno1-0/+12
2016-01-27Input: cyttsp - switch to using device propertiesOreste Salerno4-58/+197
2016-01-27Input: cyttsp - check return value of input_mt_init_slotsOreste Salerno1-1/+5
2016-01-27Input: cyttsp - use devres managed resource allocationsOreste Salerno4-59/+30
2016-01-13Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan1-2/+2
2016-01-13Input: gpio-keys - allow setting input device name in DTLaxman Dewangan2-0/+3
2016-01-13Input: xpad - correct xbox one pad device namePavel Rojtberg1-1/+1
2016-01-12Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer1-42/+26
2016-01-12Input: elantech - mark protocols v2 and v3 as semi-mtBenjamin Tissoires1-1/+1
2016-01-11Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer1-3/+0
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov1-6/+23
2016-01-08Input: omap-keypad - remove dead checkDmitry Torokhov1-8/+0
2016-01-08Input: ti_am335x_tsc - fix HWPEN interrupt handlingDave Gerlach1-2/+0
2016-01-07Input: omap-keypad - set tasklet data earlierDan Carpenter1-1/+1
2016-01-07Input: rohm_bu21023 - fix handling of retrying firmware updateDmitry Torokhov1-1/+1
2016-01-07Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár1-5/+7
2016-01-07Input: ALPS - detect trackstick presence for v7 protocolPali Rohár1-4/+8
2016-01-04Input: xpad - use LED API when identifying wireless controllersDmitry Torokhov1-1/+1
2016-01-04Input: xpad - workaround dead irq_out after suspend/ resumePavel Rojtberg1-38/+137
2016-01-04Input: xpad - update Xbox One Force Feedback SupportPierre-Loup A. Griffais1-5/+10
2016-01-04Input: xpad - correctly handle concurrent LED and FF requestsPavel Rojtberg1-99/+223
2016-01-03Input: pcap_ts - use to_delayed_workGeliang Tang1-1/+1
2016-01-03Input: bma150 - constify bma150_cfg structureJulia Lawall1-1/+1
2015-12-20Input: egalax_ts_serial - fix potential NULL dereference on errorDan Carpenter1-1/+1
2015-12-19Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft1-0/+7
2015-12-19Input: uinput - rework ABS validationDavid Herrmann2-60/+58
2015-12-19Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires3-6/+168
2015-12-18Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker1-8/+4
2015-12-18Input: goodix - add axis swapping and axis inversion supportKarsten Merker2-0/+30
2015-12-18Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_sendIrina Tirdea1-6/+1
2015-12-18Input: goodix - add power management supportIrina Tirdea1-5/+98
2015-12-18Input: goodix - write configuration data to deviceIrina Tirdea1-32/+212
2015-12-18Input: goodix - reset device at initIrina Tirdea3-0/+129
2015-12-18Input: goodix - use actual config length for each device typeIrina Tirdea1-2/+25
2015-12-18Input: psmouse - rename ps2pp_init() to ps2pp_detect()Dmitry Torokhov3-4/+4
2015-12-18Input: psmouse - limit protocols that we try on passthrough portsDmitry Torokhov1-0/+10
2015-12-18Input: psmouse - factor out common protocol probing codeDmitry Torokhov1-78/+86
2015-12-18Input: psmouse - move protocol descriptions aroundDmitry Torokhov1-190/+189
2015-12-18Input: psmouse - clean up Cypress probeDmitry Torokhov1-12/+8
2015-12-18Input: psmouse - rearrange Focaltech init codeDmitry Torokhov3-27/+26