lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1354752976-27257-1-git-send-email-kamal@canonical.com> Date: Wed, 5 Dec 2012 16:16:13 -0800 From: Kamal Mostafa <kamal@...onical.com> To: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org, Dmitry Torokhov <dmitry.torokhov@...il.com>, Henrik Rydberg <rydberg@...omail.se> Cc: Dudley Du <dudl@...ress.com>, David Solda <dso@...ress.com>, Troy Abercrombia <ta@...ress.com>, Kamal Mostafa <kamal@...onical.com>, Kyle Fazzari <git@...tus.e4ward.com>, Mario Limonciello <mario_limonciello@...l.com>, Tim Gardner <tim.gardner@...onical.com>, Herton Krzesinski <herton.krzesinski@...onical.com> Subject: [PATCH v5 0/3] Cypress PS/2 Trackpad driver This driver, submitted on behalf of Cypress Semiconductor Corporation and additional contributors, provides support for the Cypress PS/2 Trackpad. This [PATCH v5] version differs from my previous submitted version[3]: Patch #1 (cmdbuf to 8 bytes) and #3 (link in driver) are unchanged. Patch #4 (simulated multitouch) has been dropped. Patch #2 (main driver) changes: - fixed cypress_reconnect/suspend/resume (don't let pkt_size get clobbered) as recommended by Henrik Rydberg: - removed all the CYTP_RELATIVE_SUPPORT code. - removed debug-only vscroll/hscroll code. - renamed "vital_stat{ist}ics" to "tp_metrics". - fixed cypress_set_input_params x/y sanity check. - clarified cypress_parse_packet contact_cnt palm-detection check. - clarified cypress_ps2_ext_cmd comment. - dropped separate #define CTYP_MAX_CONTACTS. Known problems: None. -Kamal Mostafa <kamal@...onical.com> [0] PATCH v1: http://www.spinics.net/lists/linux-input/msg23690.html [1] PATCH v2: http://www.spinics.net/lists/linux-input/msg23718.html [2] PATCH v3: http://www.spinics.net/lists/linux-input/msg23943.html [3] PATCH v4: http://www.spinics.net/lists/linux-input/msg24047.html Dudley Du (2): input: Cypress PS/2 Trackpad psmouse driver input: Cypress PS/2 Trackpad link into psmouse-base Kamal Mostafa (1): input: increase struct ps2dev cmdbuf[] to 8 bytes drivers/input/mouse/Kconfig | 10 + drivers/input/mouse/Makefile | 1 + drivers/input/mouse/cypress_ps2.c | 740 ++++++++++++++++++++++++++++++++++++ drivers/input/mouse/cypress_ps2.h | 216 +++++++++++ drivers/input/mouse/psmouse-base.c | 32 ++ drivers/input/mouse/psmouse.h | 1 + include/linux/libps2.h | 2 +- 7 files changed, 1001 insertions(+), 1 deletion(-) create mode 100644 drivers/input/mouse/cypress_ps2.c create mode 100644 drivers/input/mouse/cypress_ps2.h -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists