3.2.70-rc1 review patch. If anyone has any objections, please let me know.
------------------ From: Matt Walker <matt.g.d.wal...@gmail.com> commit 9cb80b965eaf7af1369f6e16f48a05fbaaccc021 upstream. Added detection for newer Elantech touchpads, so that kernel doesn't fall-back to default PS/2 driver. Supports touchpads released after ~August 2013. Fixes bug: https://lists.launchpad.net/kernel-packages/msg18481.html Tested on an Acer Aspire S7-392-6302. Signed-off by: Matt Walker <matt.g.d.wal...@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> Signed-off-by: Ben Hutchings <b...@decadent.org.uk> --- drivers/input/mouse/elantech.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1286,6 +1286,7 @@ static int elantech_set_properties(struc break; case 6: case 7: + case 8: etd->hw_version = 4; break; default: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/