summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: xpad - prevent spurious input from wired Xbox 360 controllersCameron Gutman2016-06-071-0/+4
* Input: xpad - move pending clear to the correct locationPavel Rojtberg2016-06-071-1/+1
* Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-06-071-0/+6
* Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl2016-06-011-21/+48
* Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-181-2/+4
* Input: zforce_ts - fix dual touch recognitionKnut Wohlrab2016-05-111-2/+2
* Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd2016-05-041-3/+4
* Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-05-041-1/+9
* Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov2016-04-121-6/+30
* Input: ims-pcu - sanity check against missing interfacesOliver Neukum2016-04-121-0/+4
* Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires2016-04-121-2/+3
* Input: powermate - fix oops with malicious USB descriptorsJosh Boyer2016-04-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-02-109-21/+33
|\
| * Input: colibri-vf50-ts - add missing #include <linux/of.h>Geert Uytterhoeven2016-02-091-0/+1
| * Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen2016-02-091-3/+4
| * Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel2016-02-091-6/+12
| * Input: vmmouse - fix absolute device registrationDmitry Torokhov2016-01-271-6/+7
| * Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko2016-01-271-1/+1
| * Input: cap11xx - add missing of_node_putAmitoj Kaur Chawla2016-01-271-2/+6
| * Input: sirfsoc-onkey - allow modular buildArnd Bergmann2016-01-272-2/+2
| * Input: xpad - remove unused functionArnd Bergmann2016-01-271-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-223-210/+455
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2016-01-213-210/+455
| |\
| | * Input: gpio-keys - allow disabling individual buttons in DTLaxman Dewangan2016-01-131-2/+2
| | * Input: gpio-keys - allow setting input device name in DTLaxman Dewangan2016-01-131-0/+2
| | * Merge branch 'xpad' into nextDmitry Torokhov2016-01-121-166/+425
| | |\
| | | * Input: xpad - correct xbox one pad device namePavel Rojtberg2016-01-121-1/+1
| | | * Input: xpad - use LED API when identifying wireless controllersDmitry Torokhov2016-01-041-1/+1
| | | * Input: xpad - workaround dead irq_out after suspend/ resumePavel Rojtberg2016-01-041-38/+137
| | | * Input: xpad - update Xbox One Force Feedback SupportPierre-Loup A. Griffais2016-01-041-5/+10
| | | * Input: xpad - correctly handle concurrent LED and FF requestsPavel Rojtberg2016-01-041-99/+223
| | | * Input: xpad - handle "present" and "gone" correctlyPierre-Loup A. Griffais2015-12-161-38/+69
| | | * Input: xpad - remove spurious events of wireless xpad 360 controllerClement Calmels2015-12-161-1/+1
| | * | Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer2016-01-111-42/+26
* | | | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-201-1/+1
|\ \ \ \
| * | | | Input: s3c2410_ts: fix S3C_ADC dependencyArnd Bergmann2015-12-011-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-2110-11/+64
| |\ \ \ \
| * | | | | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-1324-651/+1735
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-01-1134-675/+1768
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Input: elantech - mark protocols v2 and v3 as semi-mtBenjamin Tissoires2016-01-111-1/+1
| | * | | Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer2016-01-111-3/+0
| | * | | Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov2016-01-101-6/+23
| | * | | Input: omap-keypad - remove dead checkDmitry Torokhov2016-01-071-8/+0
| | * | | Input: ti_am335x_tsc - fix HWPEN interrupt handlingDave Gerlach2016-01-071-2/+0
| | * | | Input: omap-keypad - set tasklet data earlierDan Carpenter2016-01-071-1/+1
| | * | | Input: rohm_bu21023 - fix handling of retrying firmware updateDmitry Torokhov2016-01-071-1/+1
| | * | | Merge branch 'goodix' into nextDmitry Torokhov2016-01-062-41/+473
| | |\ \ \
| | | * | | Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker2015-12-171-8/+4