aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-14/+23
2015-04-05Input: alps - report V2 Dualpoint Stick events via the right evdev nodeGravatar Hans de Goede 1-1/+6
2015-04-05Input: alps - report interleaved bare PS/2 packets via dev3Gravatar Hans de Goede 1-14/+18
2015-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-6/+12
2015-03-31Input: synaptics - fix min-max quirk value for E440Gravatar Filip Ayazi 1-1/+1
2015-03-23Input: synaptics - add quirk for Thinkpad E440Gravatar Ramiro Morales 1-1/+6
2015-03-23Input: ALPS - fix max coordinates for v5 and v7 protocolsGravatar Dmitry Torokhov 1-5/+6
2015-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-55/+185
2015-03-16Revert "Input: synaptics - use dmax in input_mt_assign_slots"Gravatar Dmitry Torokhov 1-4/+1
2015-03-16Merge branch 'synaptics' into for-linusGravatar Dmitry Torokhov 2-51/+184
2015-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 9-23/+65
2015-03-08Input: synaptics - remove X250 from the topbuttonpad listGravatar Benjamin Tissoires 1-1/+0
2015-03-08Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad listGravatar Benjamin Tissoires 1-1/+0
2015-03-08Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 seriesGravatar Benjamin Tissoires 2-11/+41
2015-03-08Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015Gravatar Benjamin Tissoires 1-1/+2
2015-03-08Input: synaptics - retrieve the extended capabilities in query $10Gravatar Benjamin Tissoires 2-3/+43
2015-03-08Input: synaptics - do not retrieve the board id on old firmwaresGravatar Benjamin Tissoires 1-0/+4
2015-03-08Input: synaptics - handle spurious release of trackstick buttonsGravatar Benjamin Tissoires 1-8/+25
2015-03-08Input: synaptics - fix middle button on Lenovo 2015 productsGravatar Dmitry Torokhov 1-23/+21
2015-03-08Input: synaptics - skip quirks when post-2013 dimensionsGravatar Benjamin Tissoires 1-1/+1
2015-03-08Input: synaptics - support min/max board id in min_max_pnpid_tableGravatar Daniel Martin 1-12/+30
2015-03-08Input: synaptics - remove obsolete min/max quirk for X240Gravatar Daniel Martin 1-1/+1
2015-03-08Input: synaptics - query min dimensions for fw v8.1Gravatar Daniel Martin 1-2/+8
2015-03-08Input: synaptics - log queried and quirked dimension valuesGravatar Daniel Martin 1-0/+10
2015-03-08Input: synaptics - split synaptics_resolution(), query firstGravatar Daniel Martin 1-12/+23
2015-03-07Input: psmouse - disable "palm detection" in the focaltech driverGravatar Mathias Gottschlag 1-10/+0
2015-03-07Input: psmouse - disable changing resolution/rate/scale for FocalTechGravatar Mathias Gottschlag 3-1/+44
2015-03-07Input: psmouse - ensure that focaltech reports consistent coordinatesGravatar Mathias Gottschlag 1-2/+10
2015-03-07Input: psmouse - remove hardcoded touchpad size from the focaltech driverGravatar Mathias Gottschlag 1-4/+1
2015-03-04Input: tc3589x-keypad - set IRQF_ONESHOT flag to ensure IRQ requestGravatar Valentin Rothberg 1-3/+3
2015-03-04Input: ALPS - fix memory leak when detection failsGravatar Dmitry Torokhov 1-1/+3
2015-03-02Input: sun4i-ts - add thermal driver dependencyGravatar Arnd Bergmann 1-0/+1
2015-03-02Input: cyapa - remove superfluous type check in cyapa_gen5_read_idac_data()Gravatar Geert Uytterhoeven 1-1/+1
2015-03-02Input: cyapa - fix unaligned functions redefinition errorGravatar Dudley Du 2-2/+2
2015-02-25Input: mma8450 - add parent deviceGravatar Stefan Sauer 1-0/+1
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 13-366/+470
2015-02-15Input: psmouse - use IS_ENABLED instead of homegrown codeGravatar Dmitry Torokhov 7-35/+3
2015-02-15Merge branch 'bfin_rotary' into nextGravatar Dmitry Torokhov 5-94/+200
2015-02-15Input: bfin_rotary - introduce open and close methodsGravatar Dmitry Torokhov 1-28/+42
2015-02-15Input: bfin_rotary - convert to use managed resourcesGravatar Sonic Zhang 1-45/+38
2015-02-15Input: bfin_rotary - use generic IO functionsGravatar Sonic Zhang 1-19/+43
2015-02-15Input: bfin_rotary - move pin lists into into platform dataGravatar Sonic Zhang 1-14/+16
2015-02-15Input: bfin_rotary - move platform header to linux/platform_dataGravatar Sonic Zhang 1-1/+1
2015-02-15Input: bfin_rotary - mark suspend and resume code as __maybe_unusedGravatar Dmitry Torokhov 1-10/+4
2015-02-15Input: bfin_rotary - fix potential oops in interrupt handlerGravatar Dmitry Torokhov 1-5/+4
2015-02-15Input: ALPS - move v7 packet info to Documentation and v6 packet infoGravatar Pali Rohár 1-39/+0
2015-02-15Input: ALPS - fix confusing comment in protocol dataGravatar Dmitry Torokhov 1-7/+8
2015-02-15Input: ALPS - do not mix trackstick and external PS/2 mouse dataGravatar Pali Rohár 2-53/+151
2015-02-15Input: ALPS - fix trackstick detection on some Dell LatitudesGravatar Dmitry Torokhov 1-22/+56
2015-02-15Input: ALPS - consolidate setting protocol parametersGravatar Dmitry Torokhov 1-64/+67