linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Cypress PS/2 Trackpad driver
@ 2012-11-19 23:30 Kamal Mostafa
  2012-11-19 23:30 ` [PATCH 1/2] input: Cypress PS/2 Trackpad psmouse driver Kamal Mostafa
  2012-11-19 23:30 ` [PATCH 2/2] input: Cypress PS/2 Trackpad link into psmouse-base Kamal Mostafa
  0 siblings, 2 replies; 5+ messages in thread
From: Kamal Mostafa @ 2012-11-19 23:30 UTC (permalink / raw)
  To: linux-input, linux-kernel, Dmitry Torokhov, Henrik Rydberg
  Cc: David Solda, Troy Abercrombia, Cypress Semiconductor Corporation,
	Kamal Mostafa, Kyle Fazzari, Mario Limonciello, Tim Gardner,
	Herton Krzesinski

This driver, submitted on behalf of Cypress Semiconductor Corporation and
additional contributors, provides support for the Cypress PS/2 Trackpad.

This version is equivalent to that currently shipping in Ubuntu[0].

Note the recent list discussion[1] about the psmouse-base changes in
patch #2 ("link into psmouse-base").  Further patches to ameliorate the
psmouse integration are, of course, invited.

 -Kamal Mostafa <kamal@canonical.com>

[0] http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-quantal.git&a=search&h=HEAD&st=commit&s=Cypress+PS/2
[1] http://www.spinics.net/lists/linux-input/msg23467.html


Cypress Semiconductor Corporation (2):
  input: Cypress PS/2 Trackpad psmouse driver
  input: Cypress PS/2 Trackpad link into psmouse-base

 drivers/input/mouse/Kconfig        |   10 +
 drivers/input/mouse/Makefile       |    1 +
 drivers/input/mouse/cypress_ps2.c  |  956 ++++++++++++++++++++++++++++++++++++
 drivers/input/mouse/cypress_ps2.h  |  220 +++++++++
 drivers/input/mouse/psmouse-base.c |   40 ++
 drivers/input/mouse/psmouse.h      |    2 +
 6 files changed, 1229 insertions(+)
 create mode 100644 drivers/input/mouse/cypress_ps2.c
 create mode 100644 drivers/input/mouse/cypress_ps2.h

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-20 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 23:30 [PATCH 0/2] Cypress PS/2 Trackpad driver Kamal Mostafa
2012-11-19 23:30 ` [PATCH 1/2] input: Cypress PS/2 Trackpad psmouse driver Kamal Mostafa
2012-11-19 23:30 ` [PATCH 2/2] input: Cypress PS/2 Trackpad link into psmouse-base Kamal Mostafa
2012-11-19 23:48   ` Dmitry Torokhov
2012-11-20 21:28     ` Kamal Mostafa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).