Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 6626009: Add new i2c-based input mouse driver into input subsystem for Cypress trackpad devices. (Closed)

Created:
9 years, 9 months ago by dudl
Modified:
9 years, 7 months ago
Reviewers:
dmitry.torokhov, dudl, Micah C, rubini, linux-kernel, linux-input, olofj_dontusethisaddress
CC:
chromium-os-reviews_chromium.org, vb+kernel_google.com, Mandeep Singh Baines, Olof Johansson
Visibility:
Public.

Description

Add new i2c-based input mouse driver into input subsystem for Cypress trackpad devices. Through this new added driver, Cypress i2c-based trackpad devices will be supported in Linux based system which are developed based on Cypress self-designed PSOC chipset. This driver reads trackpad data using i2c interfaces and report cursor moving data and gesture combined keys to input subsystem. Change-Id: I108ad1505f3d34ab24658921a772e937940a1b88 Signed-off-by: Du, Dudley <dudl@cypress.com>; BUG=None TEST=Work fine on ARM tegra2 saeboard and kaen platfrom

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3535 lines, -0 lines) Patch
M drivers/input/mouse/Kconfig View 1 chunk +11 lines, -0 lines 0 comments Download
M drivers/input/mouse/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A drivers/input/mouse/cypress_i2c.c View 1 chunk +3463 lines, -0 lines 0 comments Download
A include/linux/cyapa.h View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
dudl
9 years, 9 months ago (2011-03-04 07:49:18 UTC) #1
dmitry.torokhov_gmail.com
9 years, 9 months ago (2011-03-04 07:59:33 UTC) #2
Hi Dudley,

On Fri, Mar 04, 2011 at 07:49:18AM +0000, dudl@cypress.com wrote:
> Reviewers: rubini_ipvvis.unipv.it, dmitry.torokhov_gmail.com,
> linux-input_vger.kernel.org, linux-kernel_vger.kernel.org, olofj_g,
> Micah C, dudl,
> 
> Description:
> Add new i2c-based input mouse driver into input subsystem for
> Cypress trackpad
> devices.
> 
> Through this new added driver,
> Cypress i2c-based trackpad devices will be supported in Linux based system
> which are developed based on Cypress self-designed PSOC chipset.
> This driver reads trackpad data using i2c interfaces and report cursor
> moving data and gesture combined keys to input subsystem.
> 
> 
> Change-Id: I108ad1505f3d34ab24658921a772e937940a1b88
> Signed-off-by: Du, Dudley <dudl@cypress.com>
> 
> BUG=None
> TEST=Work fine on ARM tegra2 saeboard and kaen platfrom
> 
> Please review this at http://codereview.chromium.org/6626009/
> 

Please post your patches in unified diff format on the input mainling
list (linux-input@vger.kernel.org, and please also CC me) - this is
common (and only) way for mainline patch submission.

Thank you.

-- 
Dmitry

Powered by Google App Engine
This is Rietveld 408576698