aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Input: alps - Rushmore and v7 resolution supportHans de Goede1-0/+48
2014-07-26Input: alps - add support for v7 devicesYunkang Tang1-3/+262
2014-07-26Input: alps - cache firmware versionHans de Goede1-0/+3
2014-07-26Input: alps - change decode function prototype to return an intHans de Goede1-3/+9
2014-07-26Input: alps - report 2 touches when we've > 2 fingersHans de Goede1-1/+1
2014-07-26Input: alps - add an alps_report_semi_mt_data functionHans de Goede1-47/+29
2014-07-26Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede1-1/+1
2014-07-26Input: alps - use standard contact tracking instead of DIYHans de Goede1-36/+16
2014-07-26Input: alps - use struct input_mt_pos to track coordinatesHans de Goede1-109/+90
2014-07-26Input: alps - process_bitmap: round down when spreading adjescent fingers over 2 pointsHans de Goede1-2/+2
2014-07-26Input: alps - process_bitmap: fix counting of high point bitsHans de Goede1-2/+1
2014-07-26Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede1-45/+30
2014-07-26Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede1-7/+10
2014-07-26Input: alps - improve 2-finger reporting on v3 modelsHans de Goede1-36/+24
2014-07-26Input: alps - fix rushmore packet decodingYunkang Tang1-0/+3
2013-12-26Input: ALPS - add support for "Dolphin" devicesYunkang Tang1-41/+173
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelYunkang Tang1-3/+203
2013-10-22Input: ALPS - change secondary device's nameYunkang Tang1-1/+1
2013-04-15Input: ALPS - use %ph to print buffersDmitry Torokhov1-7/+5
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene1-2/+65
2013-02-22Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee1-11/+7
2013-02-14Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee1-70/+115
2013-02-14Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee1-0/+52
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee1-44/+57
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee1-22/+25
2013-02-14Input: ALPS - fix command mode checkKevin Cernekee1-1/+1
2013-02-14Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee1-3/+12
2013-02-14Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee1-8/+4
2013-02-14Input: ALPS - use function pointers for different protocol handlersKevin Cernekee1-54/+47
2013-02-14Input: ALPS - rework detection sequenceKevin Cernekee1-72/+52
2013-02-14Input: ALPS - introduce helper function for repeated commandsKevin Cernekee1-41/+30
2013-02-14Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee1-93/+93
2013-02-14Input: ALPS - copy "model" info into alps_data structKevin Cernekee1-32/+31
2012-10-30Input: ALPS - print small buffers via %*phAndy Shevchenko1-6/+4
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-05-10Input: ALPS - switch to using input_mt_report_finger_countDmitry Torokhov1-8/+2
2012-05-10Input: ALPS - add semi-MT support for v4 protocolGeorge Pantalos1-6/+73
2012-02-24Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara1-2/+5
2011-11-07Input: ALPS - add semi-MT support for v3 protocolSeth Forshee1-19/+214
2011-11-07Input: ALPS - add support for protocol versions 3 and 4Seth Forshee1-38/+753
2011-11-07Input: ALPS - remove assumptions about packet sizeSeth Forshee1-5/+5
2011-11-07Input: ALPS - add protocol version field in alps_model_infoSeth Forshee1-24/+23
2011-11-07Input: ALPS - move protocol information to DocumentationSeth Forshee1-36/+1
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov1-27/+25
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+0
2010-04-20Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops"Dmitry Torokhov1-1/+0
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2010-04-05Input: ALPS - add signature for HP Pavilion dm3 laptopsChase Douglas1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13Input: ALPS - fix stuck buttons on some touchpadsMartin Buck1-30/+17