index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
alps.c
Age
Commit message (
Expand
)
Author
2014-09-08
Input: add missing POINTER / DIRECT properties to a bunch of drivers
Hans de Goede
2014-09-08
Input: add INPUT_PROP_POINTING_STICK property
Hans de Goede
2014-08-26
Input: ALPS - suppress message about 'Unknown touchpad'
Dmitry Torokhov
2014-07-30
Input: alps - Rushmore and v7 resolution support
Hans de Goede
2014-07-26
Input: alps - add support for v7 devices
Yunkang Tang
2014-07-26
Input: alps - cache firmware version
Hans de Goede
2014-07-26
Input: alps - change decode function prototype to return an int
Hans de Goede
2014-07-26
Input: alps - report 2 touches when we've > 2 fingers
Hans de Goede
2014-07-26
Input: alps - add an alps_report_semi_mt_data function
Hans de Goede
2014-07-26
Input: alps - use single touch data when v3 mt data contains only one finger
Hans de Goede
2014-07-26
Input: alps - use standard contact tracking instead of DIY
Hans de Goede
2014-07-26
Input: alps - use struct input_mt_pos to track coordinates
Hans de Goede
2014-07-26
Input: alps - process_bitmap: round down when spreading adjescent fingers ove...
Hans de Goede
2014-07-26
Input: alps - process_bitmap: fix counting of high point bits
Hans de Goede
2014-07-26
Input: alps - process_bitmap: add alps_get_bitmap_points() helper function
Hans de Goede
2014-07-26
Input: alps - process_bitmap: don't invert the Y-axis on Rushmore
Hans de Goede
2014-07-26
Input: alps - improve 2-finger reporting on v3 models
Hans de Goede
2014-07-26
Input: alps - fix rushmore packet decoding
Yunkang Tang
2013-12-26
Input: ALPS - add support for "Dolphin" devices
Yunkang Tang
2013-12-05
Input: ALPS - add support for DualPoint device on Dell XT2 model
Yunkang Tang
2013-10-22
Input: ALPS - change secondary device's name
Yunkang Tang
2013-04-15
Input: ALPS - use %ph to print buffers
Dmitry Torokhov
2013-02-22
Input: ALPS - add "Dolphin V1" touchpad support
Dave Turvene
2013-02-22
Input: ALPS - remove unused argument to alps_enter_command_mode()
Kevin Cernekee
2013-02-14
Input: ALPS - enable trackstick on Rushmore touchpads
Kevin Cernekee
2013-02-14
Input: ALPS - add support for "Rushmore" touchpads
Kevin Cernekee
2013-02-14
Input: ALPS - make the V3 packet field decoder "pluggable"
Kevin Cernekee
2013-02-14
Input: ALPS - move pixel and bitmap info into alps_data struct
Kevin Cernekee
2013-02-14
Input: ALPS - fix command mode check
Kevin Cernekee
2013-02-14
Input: ALPS - rework detection of Pinnacle AGx touchpads
Kevin Cernekee
2013-02-14
Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()
Kevin Cernekee
2013-02-14
Input: ALPS - use function pointers for different protocol handlers
Kevin Cernekee
2013-02-14
Input: ALPS - rework detection sequence
Kevin Cernekee
2013-02-14
Input: ALPS - introduce helper function for repeated commands
Kevin Cernekee
2013-02-14
Input: ALPS - move alps_get_model() down below hw_init code
Kevin Cernekee
2013-02-14
Input: ALPS - copy "model" info into alps_data struct
Kevin Cernekee
2012-10-30
Input: ALPS - print small buffers via %*ph
Andy Shevchenko
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-05-10
Input: ALPS - switch to using input_mt_report_finger_count
Dmitry Torokhov
2012-05-10
Input: ALPS - add semi-MT support for v4 protocol
George Pantalos
2012-02-24
Input: ALPS - fix touchpad detection when buttons are pressed
Akio Idehara
2011-11-07
Input: ALPS - add semi-MT support for v3 protocol
Seth Forshee
2011-11-07
Input: ALPS - add support for protocol versions 3 and 4
Seth Forshee
2011-11-07
Input: ALPS - remove assumptions about packet size
Seth Forshee
2011-11-07
Input: ALPS - add protocol version field in alps_model_info
Seth Forshee
2011-11-07
Input: ALPS - move protocol information to Documentation
Seth Forshee
2011-10-10
Input: psmouse - switch to using dev_*() for messages
Dmitry Torokhov
2010-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2010-04-20
Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops"
Dmitry Torokhov
2010-04-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
[next]