summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede2014-09-133-14/+18
* Input: joystick - use ktime for measuring timingTakashi Iwai2014-09-122-20/+92
* Input: add haptic driver on max77693Jaewon Kim2014-09-123-0/+369
* Input: introduce palmas-pwrbuttonNishanth Menon2014-09-123-0/+341
* Input: add support for the DRV2667 haptic driverDan Murphy2014-09-093-0/+512
* Input: xpad - sync device IDs with xboxdrvBenjamin Valentin2014-09-081-0/+33
* Input: xpad - add VID/PID for Razer SabertoothFrank Razenberg2014-09-081-0/+1
* Input: cros_ec_keyb - optimize ghosting algorithmTodd Broch2014-09-041-43/+49
* Merge tag 'v3.17-rc3' into nextDmitry Torokhov2014-09-0411-62/+88
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-167-202/+459
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2014-08-156-201/+458
| | |\
| | * | Input: joystick - use get_cycles on ARMv8Mark Brown2014-08-121-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-0929-5017/+2985Star
| |\| |
| | * | Merge branch 'next' into for-linusDmitry Torokhov2014-08-0730-5388/+2985Star
| | |\ \
| * | \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-08-081-13/+9Star
| |\ \ \ \
| | * | | | input: lm8323: fix attribute-creation raceJohan Hovold2014-06-271-13/+9Star
| * | | | | Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-081-27/+43
| |\ \ \ \ \
| | * | | | | mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-091-25/+33
| | * | | | | mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-2/+10
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-08-061-11/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2014-08-067-27/+28
| | |\ \ \ \ \
| | * | | | | | sparcspkr: use sbus_*() primitives for IOSam Ravnborg2014-07-221-11/+11
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-4/+3Star
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | input: evdev: Use ktime_mono_to_real()Thomas Gleixner2014-07-231-4/+3Star
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-07-247-27/+28
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Input: fix defuzzing logicDmitry Torokhov2014-07-201-2/+4
| | * | | Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas2014-07-181-1/+1
| | * | | Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser2014-07-181-0/+2
| | * | | Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede2014-07-151-2/+3
| | * | | Input: i8042 - add Acer Aspire 5710 to nomux blacklistJiri Kosina2014-07-151-0/+7
| | * | | Input: ti_am335x_tsc - warn about incorrect spellingFelipe Balbi2014-06-151-1/+4
| | * | | Input: wacom - cleanup multitouch code when touch_max is 2Ping Cheng2014-06-151-21/+7Star
* | | | | Input: drv260x - add check for ERM mode and LRA LibrariesDan Murphy2014-08-271-0/+8
* | | | | Input: drv260x - remove unused definesDan Murphy2014-08-271-5/+0Star
* | | | | Input: drv260x - add TI drv260x haptics driverDan Murphy2014-08-203-0/+750
| |_|_|/ |/| | |
* | | | Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov2014-08-141-1/+0Star
* | | | Input: xpad - add support for Xbox One controllersTed Mielczarek2014-08-131-17/+157
* | | | Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov2014-08-131-6/+11
* | | | Input: atmel_mxt_ts - split config update a bitDmitry Torokhov2014-08-131-125/+145
* | | | Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov2014-08-131-39/+42
* | | | Input: cap1106 - allow changing key mapping from userspaceDmitry Torokhov2014-08-081-1/+7
* | | | Input: synaptics - use firmware data for Cr-48Henrik Rydberg2014-08-081-2/+68
* | | | Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov2014-08-081-3/+3
* | | | Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg2014-08-081-11/+27
* | | | Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer2014-08-081-3/+5
| |_|/ |/| |
* | | Merge branch 'wacom' into nextDmitry Torokhov2014-08-076-4319/+0Star
|\ \ \
| * | | Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-266-4131/+0Star
| * | | Input: wacom - keep wacom_ids orderedBenjamin Tissoires2014-07-261-40/+39Star
| * | | Input: wacom - remove field pktlen declaration in the list of devicesBenjamin Tissoires2014-07-262-269/+247Star
| * | | Input: wacom - use hidinput_calc_abs_res instead of duplicating its codeBenjamin Tissoires2014-07-261-39/+9Star