summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede2015-05-201-2/+6
| | * | | | Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede2015-05-202-7/+53
| | * | | | Input: alps - decode the position packet firstHans de Goede2015-05-201-21/+14Star
| | * | | | Input: alps - only set fields that are actually presentHans de Goede2015-05-201-29/+33
| | * | | | Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede2015-05-201-5/+17
| | * | | | Input: ff-core - fix typo in comment to input_ff_erase()Shailendra Verma2015-05-201-1/+1
| | * | | | Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma2015-05-201-1/+1
| | * | | | Input: wm831x-on - pass the IRQF_ONESHOT flagFabio Estevam2015-05-161-1/+2
| | * | | | Input: twl6040-vibra - pass the IRQF_ONESHOT flagFabio Estevam2015-05-161-1/+2
| | * | | | Input: retu-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam2015-05-161-1/+2
| | * | | | Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam2015-05-161-1/+2
| | * | | | Input: max7359_keypad - switch to using matrix_keypad_build_keymap()Evgeniy Dushistov2015-05-162-21/+10Star
| | * | | | Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flagEvgeniy Dushistov2015-05-161-1/+0Star
| | * | | | Input: evdev - use kvfree() in evdev_release()Pekka Enberg2015-05-161-4/+1Star
| | * | | | Input: soc_button_array - remove duplicated includeWei Yongjun2015-05-131-1/+0Star
| | * | | | Input: zforce - remove duplicated includeWei Yongjun2015-05-131-1/+0Star
| | * | | | Input: add TI drv2665 haptics driverDan Murphy2015-05-093-0/+334
| | * | | | Input: ff-core - fix spelling mistake in ff-coreDan Murphy2015-05-091-1/+1
| | * | | | Input: drv2667 - fix Kconfig error for help screenDan Murphy2015-05-091-1/+1
| | * | | | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-081-1/+1
| | * | | | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-081-1/+1
| | * | | | Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
| | * | | | Input: samsung-keypad - constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
| | * | | | Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil2015-05-071-0/+3
| | * | | | Input: adp5589-keys - fix event count maskGuido Martínez2015-05-071-1/+1
| | * | | | Input: adp5589-keys - fix pull mask settingGuido Martínez2015-05-071-2/+2
| * | | | | Input: pixcir_i2c_ts - fix receive errorFrodo Lai2015-06-171-1/+1
* | | | | | Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-242-12/+21
|\ \ \ \ \ \
| * | | | | | mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-1/+1
| * | | | | | mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas2015-06-151-1/+1
| * | | | | | mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-10/+19
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-101-1/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Input: synaptics - add min/max quirk for Lenovo S540Peter Hutterer2015-06-081-1/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-062-6/+7
|\| | | | | |_|_|/ |/| | |
| * | | Input: alps - do not reduce trackpoint speed by halfHans de Goede2015-06-051-3/+2Star
| * | | Input: elantech - add new icbody type洪一竹2015-06-051-0/+1
| * | | Input: elantech - fix detection of touchpads where the revision matches a kno...Hans de Goede2015-06-021-3/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-05-226-4/+70
|\| | | | |/ / |/| |
| * | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-221-1/+1
| * | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-221-1/+1
| * | Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-221-0/+61
| * | Input: vmmouse - do not reference non-existing version of X driverThomas Hellstrom2015-05-201-1/+1
| * | Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede2015-05-201-0/+5
| * | Input: elantech - fix semi-mt protocol for v3 HWBenjamin Tissoires2015-05-131-1/+1
| * | Input: sx8654 - fix memory allocation checkDmitry Torokhov2015-05-131-1/+1
* | | Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-261-5/+8
|\ \ \
| * | | mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-271-5/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-04-2116-40/+791
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2015-04-2116-40/+791
| |\ \ \ | | | |/ | | |/|
| | * | Input: lm8333 - fix broken email addressWolfram Sang2015-04-201-2/+2