summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Input: synaptics_i2c - use proper boolean valuesShailendra Verma1-3/+3
2015-05-27Input: psmouse - use true instead of 1 for boolean valuesShailendra Verma1-1/+1
2015-05-27Input: cyapa - fix a few typos in commentsShailendra Verma1-14/+9
2015-05-27Input: stmpe-ts - enforce device tree only modeDmitry Torokhov2-24/+6
2015-05-23Input: stmpe-ts - fix automatic module loadingDmitry Torokhov1-2/+10
2015-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-4/+70
2015-05-22Input: update email-id of Rajeev KumarRajeev Kumar1-1/+1
2015-05-22Input: sentelic - use "static inline" instead of "inline"Khem Raj1-2/+2
2015-05-22Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut1-1/+1
2015-05-22Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut1-1/+1
2015-05-22Input: adxl34x - add OF match supportLaurent Pinchart1-0/+21
2015-05-22Input: cyapa - do not set otherwise unused variableDmitry Torokhov1-2/+1
2015-05-22Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom1-0/+61
2015-05-21Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov1-4/+4
2015-05-21Input: vmmouse - do not reference non-existing version of X driverThomas Hellstrom1-1/+1
2015-05-21Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede1-0/+5
2015-05-21Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede1-62/+12
2015-05-21Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede1-8/+8
2015-05-21Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede1-2/+6
2015-05-21Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede2-7/+53
2015-05-21Input: alps - decode the position packet firstHans de Goede1-21/+14
2015-05-21Input: alps - only set fields that are actually presentHans de Goede1-29/+33
2015-05-21Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede1-5/+17
2015-05-21Input: ff-core - fix typo in comment to input_ff_erase()Shailendra Verma1-1/+1
2015-05-21Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma1-1/+1
2015-05-16Input: wm831x-on - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: twl6040-vibra - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: retu-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: max7359_keypad - switch to using matrix_keypad_build_keymap()Evgeniy Dushistov2-21/+10
2015-05-16Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flagEvgeniy Dushistov1-1/+0
2015-05-16Input: evdev - use kvfree() in evdev_release()Pekka Enberg1-4/+1
2015-05-13Input: elantech - fix semi-mt protocol for v3 HWBenjamin Tissoires1-1/+1
2015-05-13Input: soc_button_array - remove duplicated includeWei Yongjun1-1/+0
2015-05-13Input: zforce - remove duplicated includeWei Yongjun1-1/+0
2015-05-13Input: sx8654 - fix memory allocation checkDmitry Torokhov1-1/+1
2015-05-09Input: add TI drv2665 haptics driverDan Murphy3-0/+334
2015-05-09Input: ff-core - fix spelling mistake in ff-coreDan Murphy1-1/+1
2015-05-09Input: drv2667 - fix Kconfig error for help screenDan Murphy1-1/+1
2015-05-08Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut1-1/+1
2015-05-08Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut1-1/+1
2015-05-07Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07Input: samsung-keypad - constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil1-0/+3
2015-05-07Input: adp5589-keys - fix event count maskGuido Martínez1-1/+1
2015-05-07Input: adp5589-keys - fix pull mask settingGuido Martínez1-2/+2
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-3/+2
2015-05-01[media] Input: TOUCHSCREEN_SUR40 should depend on HAS_DMAGeert Uytterhoeven1-2/+1
2015-04-26Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2015-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds16-40/+791