summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2015-10-26Input: evdev - add event-mask APIDavid Herrmann-2/+232
2015-10-26Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas-2/+1
2015-10-26Input: alps - only the Dell Latitude D420/430/620/630 have separate stick but...Hans de Goede-6/+42
2015-10-26Input: e3x0-button - update Kconfig descriptionMoritz Fischer-2/+2
2015-10-26Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla-1/+1
2015-10-26Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla-1/+2
2015-10-22Input: xen - check return value of xenbus_printfInsu Yun-2/+8
2015-10-22Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo-26/+26
2015-10-22Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung-1/+2
2015-10-19Input: xpad - fix clash of presence handling with LED settingPavel Rojtberg-2/+9
2015-10-18Input: sur40 - add dependency on VIDEO_V4L2Randy Dunlap-0/+1
2015-10-17Input: lpc32xx_ts - fix warnings caused by enabling unprepared clockVladimir Zapolskiy-2/+2
2015-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-9/+9
2015-10-16Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr-3/+3
2015-10-16Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr-1/+7
2015-10-16Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr-9/+29
2015-10-16Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr-4/+5
2015-10-16Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia-5/+81
2015-10-16Input: rotary-encoder - use of_property_read_boolBen Gamari-8/+6
2015-10-16Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft-0/+5
2015-10-14Input: gpio_keys_polled - add support for abs/rel axisHans de Goede-9/+79
2015-10-13Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R-12/+0
2015-10-13Input: rotary_encoder - add wake up supportSylvain Rochet-0/+37
2015-10-13Input: improve autorepeat initializationPetri Gynther-6/+19
2015-10-13Input: cyapa - fix the copy paste error on electrodes_rx valueDudley Du-7/+3
2015-10-14input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki-5/+27
2015-10-10Input: xpad - query wireless controller state at initPavel Rojtberg-0/+40
2015-10-10Input: xpad - move the input device creation to a new functionPierre-Loup A. Griffais-92/+119
2015-10-10Input: xpad - x360w: report dpad as buttons and axesPavel Rojtberg-2/+20
2015-10-10Input: xpad - factor out URB submission in xpad_play_effectPavel Rojtberg-71/+69
2015-10-10Input: xpad - remove needless bulk out URB used for LED setupPavel Rojtberg-78/+1
2015-10-10Input: xpad - use ida() for finding the pad_nrPavel Rojtberg-12/+20
2015-10-10Input: xpad - clarify LED enumerationPavel Rojtberg-7/+9
2015-10-10Input: xpad - fix Razer Atrox Arcade Stick button mappingDario Scarpa-1/+1
2015-10-10Input: xpad - add Covert Forces edition of the Xbox One controllerErik Lundgren-0/+1
2015-10-10Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov-1/+1
2015-10-06Input: ads7846 - correct the value got from SPIAndrey Gelman-2/+6
2015-10-06Input: ft6236 - do not explicitly set driver's ownerFengguang Wu-1/+0
2015-10-06Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr-2/+3
2015-10-06Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas-8/+4
2015-10-05Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa-0/+1230
2015-10-05Input: parkbd - use parallel port device modelSudip Mukherjee-18/+37
2015-10-05Merge tag 'v4.3-rc4' into nextDmitry Torokhov-46/+72
2015-10-05Input: turbografx - store object in correct indexSudip Mukherjee-9/+11
2015-10-05Input: gamecon - store object at correct indexSudip Mukherjee-9/+10
2015-10-05Input: db9 - store object at correct indexSudip Mukherjee-9/+10
2015-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-47/+72
2015-10-02Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes-0/+341
2015-10-02Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas-4/+1