Age | Commit message (Expand) | Author | Files | Lines |
2017-03-25 | Input: synaptics - add support for Intertouch devices | Benjamin Tissoires | 1 | -4/+20 |
2017-03-25 | Input: psmouse - add support for SMBus companions | Benjamin Tissoires | 1 | -2/+14 |
2017-03-25 | Input: psmouse - introduce notion of SMBus companions | Dmitry Torokhov | 1 | -33/+70 |
2017-03-25 | Input: psmouse - store pointer to current protocol | Dmitry Torokhov | 1 | -26/+17 |
2017-03-25 | Input: psmouse - implement fast reconnect option | Dmitry Torokhov | 1 | -3/+27 |
2017-02-09 | Input: psmouse - add a custom serio protocol to send extra information | Benjamin Tissoires | 1 | -3/+38 |
2016-11-17 | Input: psmouse - disable automatic probing of BYD touchpads | Dmitry Torokhov | 1 | -4/+0 |
2016-08-25 | Input: psmouse - remove deprecated create_singletheread_workqueue | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-03-18 | Input: byd - enable absolute mode | Richard Pospesel | 1 | -1/+1 |
2016-01-28 | Input: byd - add BYD PS/2 touchpad driver | Chris Diamand | 1 | -0/+14 |
2015-12-18 | Input: psmouse - rename ps2pp_init() to ps2pp_detect() | Dmitry Torokhov | 1 | -1/+1 |
2015-12-18 | Input: psmouse - limit protocols that we try on passthrough ports | Dmitry Torokhov | 1 | -0/+10 |
2015-12-18 | Input: psmouse - factor out common protocol probing code | Dmitry Torokhov | 1 | -78/+86 |
2015-12-18 | Input: psmouse - move protocol descriptions around | Dmitry Torokhov | 1 | -190/+189 |
2015-12-18 | Input: psmouse - clean up Cypress probe | Dmitry Torokhov | 1 | -12/+8 |
2015-12-18 | Input: psmouse - rearrange Focaltech init code | Dmitry Torokhov | 1 | -11/+12 |
2015-12-18 | Input: psmouse - fix comment style | Dmitry Torokhov | 1 | -155/+124 |
2015-12-18 | Input: psmouse - use switch statement in psmouse_process_byte() | Dmitry Torokhov | 1 | -34/+31 |
2015-08-26 | Input: psmouse - add small delay for IBM trackpoint pass-through mode | Stefan Assmann | 1 | -0/+4 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-05-28 | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 1 | -1/+1 |
2015-05-27 | Input: psmouse - use true instead of 1 for boolean values | Shailendra Verma | 1 | -1/+1 |
2015-04-15 | Input: add vmmouse driver | Thomas Hellstrom | 1 | -0/+17 |
2015-03-23 | Merge tag 'v4.0-rc5' into next | Dmitry Torokhov | 1 | -1/+13 |
2015-03-08 | Input: psmouse - disable changing resolution/rate/scale for FocalTech | Mathias Gottschlag | 1 | -1/+13 |
2015-03-06 | Input: psmouse - when comparing PNP IDs ignore case | Dmitry Torokhov | 1 | -7/+33 |
2015-02-16 | Input: psmouse - use IS_ENABLED instead of homegrown code | Dmitry Torokhov | 1 | -3/+3 |
2015-01-15 | Merge tag 'v3.19-rc4' into next | Dmitry Torokhov | 1 | -7/+0 |
2014-12-29 | Input: psmouse - support for the FocalTech PS/2 protocol extensions | Mathias Gottschlag | 1 | -10/+22 |
2014-10-28 | Input: psmouse - remove unneeded check in psmouse_reconnect() | Dmitry Torokhov | 1 | -7/+0 |
2014-10-11 | Merge tag 'v3.17' into next | Dmitry Torokhov | 1 | -0/+2 |
2014-10-03 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -0/+30 |
2014-09-16 | Input: psmouse - add support for detecting FocalTech PS/2 touchpads | Hans de Goede | 1 | -0/+16 |
2014-09-13 | Input: psmouse - add psmouse_matches_pnp_id helper function | Hans de Goede | 1 | -0/+14 |
2014-09-09 | Input: add missing POINTER / DIRECT properties to a bunch of drivers | Hans de Goede | 1 | -0/+2 |
2013-01-17 | Input: add support for Cypress PS/2 Trackpads | Dudley Du | 1 | -0/+32 |
2012-03-09 | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov | 1 | -1/+1 |
2012-02-24 | Input: psmouse - allow drivers to use psmouse_{de,}activate | Andres Salomon | 1 | -5/+10 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-12-31 | Input: psmouse - make sure we do not use stale methods | Dmitry Torokhov | 1 | -69/+124 |
2011-11-10 | Input: synaptics - add support for Relative mode | Daniel Drake | 1 | -1/+8 |
2011-11-10 | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 1 | -12/+15 |
2011-10-11 | Input: psmouse - switch to using dev_*() for messages | Dmitry Torokhov | 1 | -28/+39 |
2010-11-12 | Input: hgpk - support GlideSensor and PenTablet modes | Daniel Drake | 1 | -0/+1 |
2010-10-13 | Input: serio - support multiple child devices per single parent | Dmitry Eremin-Solenikov | 1 | -2/+2 |
2010-08-11 | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 1 | -6/+8 |
2010-05-19 | Input: psmouse - small formatting changes to better follow coding style | Dmitry Torokhov | 1 | -36/+36 |
2010-05-13 | Input: psmouse - reset all types of mice before reconnecting | Dmitry Torokhov | 1 | -4/+10 |
2010-04-19 | Input: psmouse - ignore parity error for basic protocols | Dmitry Torokhov | 1 | -3/+15 |
2010-02-08 | Input: psmouse - make sure we don't schedule reconnects after cleanup | Dmitry Torokhov | 1 | -1/+8 |