summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Input: rotary-encoder - use of_property_read_boolBen Gamari1-8/+6
2015-10-17Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft1-0/+5
2015-10-15Input: gpio_keys_polled - add support for abs/rel axisHans de Goede1-9/+79
2015-10-14Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R1-12/+0
2015-10-14Input: rotary_encoder - add wake up supportSylvain Rochet1-0/+37
2015-10-14Input: improve autorepeat initializationPetri Gynther1-6/+19
2015-10-14Input: cyapa - fix the copy paste error on electrodes_rx valueDudley Du1-7/+3
2015-10-14input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki1-5/+27
2015-10-10Input: xpad - query wireless controller state at initPavel Rojtberg1-0/+40
2015-10-10Input: xpad - move the input device creation to a new functionPierre-Loup A. Griffais1-92/+119
2015-10-10Input: xpad - x360w: report dpad as buttons and axesPavel Rojtberg1-2/+20
2015-10-10Input: xpad - factor out URB submission in xpad_play_effectPavel Rojtberg1-71/+69
2015-10-10Input: xpad - remove needless bulk out URB used for LED setupPavel Rojtberg1-78/+1
2015-10-10Input: xpad - use ida() for finding the pad_nrPavel Rojtberg1-12/+20
2015-10-10Input: xpad - clarify LED enumerationPavel Rojtberg1-7/+9
2015-10-10Input: xpad - fix Razer Atrox Arcade Stick button mappingDario Scarpa1-1/+1
2015-10-10Input: xpad - add Covert Forces edition of the Xbox One controllerErik Lundgren1-0/+1
2015-10-10Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov1-1/+1
2015-10-07Input: ads7846 - correct the value got from SPIAndrey Gelman1-2/+6
2015-10-07Input: ft6236 - do not explicitly set driver's ownerFengguang Wu1-1/+0
2015-10-07Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr1-2/+3
2015-10-07Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas1-8/+4
2015-10-06Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa3-0/+1230
2015-10-06Input: parkbd - use parallel port device modelSudip Mukherjee1-18/+37
2015-10-06Merge tag 'v4.3-rc4' into nextDmitry Torokhov13-46/+72
2015-10-06Input: turbografx - store object in correct indexSudip Mukherjee1-9/+11
2015-10-06Input: gamecon - store object at correct indexSudip Mukherjee1-9/+10
2015-10-06Input: db9 - store object at correct indexSudip Mukherjee1-9/+10
2015-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds13-47/+72
2015-10-02Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes3-0/+341
2015-10-02Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas1-4/+1
2015-10-02Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas1-3/+1
2015-10-02Input: tps6507x-ts - simplify function return logicJavier Martinez Canillas1-8/+1
2015-10-02Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas1-6/+1
2015-10-02Input: zforce - simplify function return logicJavier Martinez Canillas1-6/+1
2015-10-02Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas1-2/+1
2015-10-02Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas1-12/+6
2015-10-02Input: goldfish - allow compile the driver with COMPILE_TESTJavier Martinez Canillas1-1/+1
2015-10-02Input: gpio_keys - don't report events on gpio failureBjorn Andersson1-1/+7
2015-10-02Revert "Input: synaptics - fix handling of disabling gesture mode"Dmitry Torokhov1-8/+4
2015-10-02drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton1-0/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-8/+9
2015-09-30Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss2-29/+108
2015-09-30Merge tag 'v4.3-rc3' into nextDmitry Torokhov29-486/+560
2015-09-30Input: walkera0701 - use parallel port device modelSudip Mukherjee1-27/+37
2015-09-30Input: turbografx - use parallel port device modelSudip Mukherjee1-49/+51
2015-09-30Input: gamecon - use parallel port device modelSudip Mukherjee1-47/+53
2015-09-30Input: ff-core - silence an underflow warningDan Carpenter1-2/+2
2015-09-30Input: psmouse - fix data race in __ps2_commandDmitry Vyukov1-8/+14
2015-09-29Input: elan_i2c - add all valid ic type for i2c/smbusduson1-1/+10