Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279269

[PATCH 0/6] Only probe select protocols on pass through PS/2 prots

From Dmitry Torokhov <dmitry.torokhov@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] Only probe select protocols on pass through PS/2 prots
Date 2015-11-29 06:20 +0100
Message-ID <qA2z0-1ZG-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series limits protocols that we probe on pass-through PS/2 ports to
IBM Trackpoint, Intellimouse, Intellimouse Explorer and basic PS/2, since
we have not seen anything else and probing all possible protocols takes too
long.

  Input: psmouse - use switch statement in psmouse_process_byte()
  Input: psmouse - fix comment style
  Input: psmouse - rearrange Focaltech init code
  Input: psmouse - move protocol descriptions around
  Input: psmouse - factor out common protocol probing code
  Input: psmouse - limit protocols that we try on passthrough ports

 drivers/input/mouse/focaltech.c    |  22 +-
 drivers/input/mouse/focaltech.h    |   8 +
 drivers/input/mouse/psmouse-base.c | 769 ++++++++++++++++++-------------------
 3 files changed, 389 insertions(+), 410 deletions(-)

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] Only probe select protocols on pass through PS/2 prots Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-29 06:20 +0100
  [PATCH 4/6] Input: psmouse - move protocol descriptions around Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-29 06:20 +0100
  [PATCH 2/6] Input: psmouse - fix comment style Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-29 06:20 +0100
  [PATCH 5/6] Input: psmouse - factor out common protocol probing code Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-29 06:20 +0100
  [PATCH 1/6] Input: psmouse - use switch statement in psmouse_process_byte() Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-29 06:20 +0100

csiph-web