Re: [PATCH v3] add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)
From: Henrik Rydberg <hidden>
Date: 2013-11-08 21:54:51
From: Henrik Rydberg <hidden>
Date: 2013-11-08 21:54:51
Hi Florian,
This patch adds support for the built-in multitouch sensor in the Samsung SUR40 touchscreen device, also known as Microsoft Surface 2.0 or Microsoft Pixelsense. Support for raw video output from the sensor as well as the accelerometer will be added in a later patch. Signed-off-by: Florian Echtler <redacted> --- drivers/input/touchscreen/Kconfig | 10 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/sur40.c | 467 ++++++++++++++++++++++++++++++++++++ 3 files changed, 478 insertions(+) create mode 100644 drivers/input/touchscreen/sur40.c
The driver looks pretty good now, thanks for making the changes. There might be one or two white space problems, but those can be fixed while applying. Dmitry, I guess you want to take this through your tree, so Reviewed-by: Henrik Rydberg <redacted> Thanks, Henrik