summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R2015-10-141-12/+0
* Input: rotary_encoder - add wake up supportSylvain Rochet2015-10-141-0/+37
* Input: improve autorepeat initializationPetri Gynther2015-10-141-6/+19
* Input: xpad - query wireless controller state at initPavel Rojtberg2015-10-101-0/+40
* Input: xpad - move the input device creation to a new functionPierre-Loup A. Griffais2015-10-101-92/+119
* Input: xpad - x360w: report dpad as buttons and axesPavel Rojtberg2015-10-101-2/+20
* Input: xpad - factor out URB submission in xpad_play_effectPavel Rojtberg2015-10-101-71/+69
* Input: xpad - remove needless bulk out URB used for LED setupPavel Rojtberg2015-10-101-78/+1
* Input: xpad - use ida() for finding the pad_nrPavel Rojtberg2015-10-101-12/+20
* Input: xpad - clarify LED enumerationPavel Rojtberg2015-10-101-7/+9
* Input: xpad - fix Razer Atrox Arcade Stick button mappingDario Scarpa2015-10-101-1/+1
* Input: xpad - add Covert Forces edition of the Xbox One controllerErik Lundgren2015-10-101-0/+1
* Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov2015-10-101-1/+1
* Input: ft6236 - do not explicitly set driver's ownerFengguang Wu2015-10-071-1/+0
* Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr2015-10-071-2/+3
* Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas2015-10-071-8/+4
* Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa2015-10-063-0/+1230
* Input: parkbd - use parallel port device modelSudip Mukherjee2015-10-061-18/+37
* Merge tag 'v4.3-rc4' into nextDmitry Torokhov2015-10-0613-46/+72
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-10-0213-47/+72
| |\
| | * Revert "Input: synaptics - fix handling of disabling gesture mode"Dmitry Torokhov2015-10-021-8/+4
| | * Input: psmouse - fix data race in __ps2_commandDmitry Vyukov2015-09-301-8/+14
| | * Input: elan_i2c - add all valid ic type for i2c/smbusduson2015-09-291-1/+10
| | * Input: zhenhua - ensure we have BITREVERSEAndrew Morton2015-09-291-0/+1
| | * Input: omap4-keypad - fix memory leakSudip Mukherjee2015-09-291-1/+1
| | * Input: serio - fix blocking of parportSudip Mukherjee2015-09-281-0/+1
| | * Input: uinput - fix crash when using ABS eventsDmitry Torokhov2015-09-211-1/+1
| | * Input: elan_i2c - expand maximum product_id form 0xFF to 0xFFFFDuson Lin2015-09-214-7/+7
| | * Input: elan_i2c - add ic type 0x03Duson Lin2015-09-211-0/+1
| | * Input: elan_i2c - don't require known iap versionDaniel Drake2015-09-211-5/+7
| | * Input: imx6ul_tsc - fix controller nameFabio Estevam2015-09-191-1/+1
| | * Input: imx6ul_tsc - use the preferred method for kzalloc()Fabio Estevam2015-09-191-1/+1
| | * Input: imx6ul_tsc - check for negative return valueFabio Estevam2015-09-191-1/+1
| | * Input: imx6ul_tsc - propagate the errorsFabio Estevam2015-09-191-9/+19
| | * Input: walkera0701 - fix abs() calculations on 64 bit valuesDmitry Torokhov2015-09-191-2/+2
| | * Input: mms114 - remove unneded semicolonsJavier Martinez Canillas2015-09-191-2/+2
| | * Input: pm8941-pwrkey - remove unneded semicolonJavier Martinez Canillas2015-09-191-1/+1
| * | drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton2015-10-021-0/+1
* | | Input: turbografx - store object in correct indexSudip Mukherjee2015-10-061-9/+11
* | | Input: gamecon - store object at correct indexSudip Mukherjee2015-10-061-9/+10
* | | Input: db9 - store object at correct indexSudip Mukherjee2015-10-061-9/+10
* | | Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes2015-10-023-0/+341
* | | Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-4/+1
* | | Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-3/+1
* | | Input: tps6507x-ts - simplify function return logicJavier Martinez Canillas2015-10-021-8/+1
* | | Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
* | | Input: zforce - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
* | | Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas2015-10-021-2/+1
* | | Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas2015-10-021-12/+6
* | | Input: goldfish - allow compile the driver with COMPILE_TESTJavier Martinez Canillas2015-10-021-1/+1