summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas1-2/+1
2015-10-26Input: e3x0-button - update Kconfig descriptionMoritz Fischer1-2/+2
2015-10-26Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla1-1/+1
2015-10-26Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla1-1/+2
2015-10-23Input: xen - check return value of xenbus_printfInsu Yun1-2/+8
2015-10-23Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo1-26/+26
2015-10-23Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang1-1/+1
2015-10-19Input: xpad - fix clash of presence handling with LED settingPavel Rojtberg1-2/+9
2015-10-17Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr1-3/+3
2015-10-17Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr1-1/+7
2015-10-17Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr1-9/+29
2015-10-17Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr1-4/+5
2015-10-17Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia1-5/+81
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-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: 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