Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | Input: ALPS - change secondary device's name | Yunkang Tang | 1 | -1/+1 |
2013-04-16 | Input: ALPS - use %ph to print buffers | Dmitry Torokhov | 1 | -7/+5 |
2013-02-22 | Input: ALPS - add "Dolphin V1" touchpad support | Dave Turvene | 1 | -2/+65 |
2013-02-22 | Input: ALPS - remove unused argument to alps_enter_command_mode() | Kevin Cernekee | 1 | -11/+7 |
2013-02-14 | Input: ALPS - enable trackstick on Rushmore touchpads | Kevin Cernekee | 1 | -70/+115 |
2013-02-14 | Input: ALPS - add support for "Rushmore" touchpads | Kevin Cernekee | 1 | -0/+52 |
2013-02-14 | Input: ALPS - make the V3 packet field decoder "pluggable" | Kevin Cernekee | 1 | -44/+57 |
2013-02-14 | Input: ALPS - move pixel and bitmap info into alps_data struct | Kevin Cernekee | 1 | -22/+25 |
2013-02-14 | Input: ALPS - fix command mode check | Kevin Cernekee | 1 | -1/+1 |
2013-02-14 | Input: ALPS - rework detection of Pinnacle AGx touchpads | Kevin Cernekee | 1 | -3/+12 |
2013-02-14 | Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults() | Kevin Cernekee | 1 | -8/+4 |
2013-02-14 | Input: ALPS - use function pointers for different protocol handlers | Kevin Cernekee | 1 | -54/+47 |
2013-02-14 | Input: ALPS - rework detection sequence | Kevin Cernekee | 1 | -72/+52 |
2013-02-14 | Input: ALPS - introduce helper function for repeated commands | Kevin Cernekee | 1 | -41/+30 |
2013-02-14 | Input: ALPS - move alps_get_model() down below hw_init code | Kevin Cernekee | 1 | -93/+93 |
2013-02-14 | Input: ALPS - copy "model" info into alps_data struct | Kevin Cernekee | 1 | -32/+31 |
2012-10-30 | Input: ALPS - print small buffers via %*ph | Andy Shevchenko | 1 | -6/+4 |
2012-09-19 | Input: MT - Add flags to input_mt_init_slots() | Henrik Rydberg | 1 | -1/+1 |
2012-05-11 | Input: ALPS - switch to using input_mt_report_finger_count | Dmitry Torokhov | 1 | -8/+2 |
2012-05-11 | Input: ALPS - add semi-MT support for v4 protocol | George Pantalos | 1 | -6/+73 |
2012-02-24 | Input: ALPS - fix touchpad detection when buttons are pressed | Akio Idehara | 1 | -2/+5 |
2011-11-08 | Input: ALPS - add semi-MT support for v3 protocol | Seth Forshee | 1 | -19/+214 |
2011-11-08 | Input: ALPS - add support for protocol versions 3 and 4 | Seth Forshee | 1 | -38/+753 |
2011-11-08 | Input: ALPS - remove assumptions about packet size | Seth Forshee | 1 | -5/+5 |
2011-11-08 | Input: ALPS - add protocol version field in alps_model_info | Seth Forshee | 1 | -24/+23 |
2011-11-08 | Input: ALPS - move protocol information to Documentation | Seth Forshee | 1 | -36/+1 |
2011-10-11 | Input: psmouse - switch to using dev_*() for messages | Dmitry Torokhov | 1 | -27/+25 |
2010-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+0 |
2010-04-20 | Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops" | Dmitry Torokhov | 1 | -1/+0 |
2010-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+1 |
2010-04-06 | Input: ALPS - add signature for HP Pavilion dm3 laptops | Chase Douglas | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-14 | Input: ALPS - fix stuck buttons on some touchpads | Martin Buck | 1 | -30/+17 |
2010-03-10 | Input: alps - add support for the touchpad on Toshiba Tecra A11-11L | Thomas Bächler | 1 | -0/+2 |
2009-12-16 | Input: ALPS - add interleaved protocol support (Dell E6x00 series) | Sebastian Kapfer | 1 | -27/+227 |
2009-12-12 | Input: ALPS - do not set REL_X/REL_Y capabilities on the touchpad | Dmitry Torokhov | 1 | -0/+11 |
2009-11-20 | Input: ALPS - add support for touchpads with 4-directional button | Maxim Levitsky | 1 | -35/+65 |
2009-09-11 | Input: psmouse - use boolean type | Dmitry Torokhov | 1 | -8/+12 |
2009-06-11 | Input: ALPS - handle touchpoints buttons correctly | Ulrich Dangel | 1 | -4/+9 |
2009-05-09 | Input: ALPS - Dell Latitude D630/D800 have DualPoint | Dmitry Torokhov | 1 | -9/+9 |
2009-04-24 | Input: ALPS - add signature for Toshiba Satellite Pro M10 | Dmitry Torokhov | 1 | -0/+1 |
2008-09-10 | Input: ALPS - add signature for DualPoint found in Dell Latitude E6500 | Elvis Pranskevichus | 1 | -0/+1 |
2008-03-18 | Input: ALPS - fix forward/back buttons reversed on Acer 5520-5290 | Laszlo Kajan | 1 | -2/+2 |
2008-03-18 | Input: ALPS - put secondary device in proper place in sysfs | Dmitry Torokhov | 1 | -0/+1 |
2008-01-17 | Input: ALPS - fix sync loss on Acer Aspire 5720ZG | Dmitry Torokhov | 1 | -1/+1 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -12/+14 |
2007-10-11 | Input: ALPS - add signature for ThinkPad R61 | Dmitry Torokhov | 1 | -0/+1 |
2007-09-05 | Input: ALPS - add support for model found in Dell Vostro 1400 | William Pettersson | 1 | -0/+1 |
2007-05-23 | Input: ALPS - force stream mode | Dmitry Torokhov | 1 | -27/+31 |
2007-04-12 | Input: ALPS - handle errors from input_register_device() | Dmitry Torokhov | 1 | -4/+9 |