Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730871

Re: [PATCH] Input: add support for HiDeep touchscreen

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] Input: add support for HiDeep touchscreen
Date 2017-09-12 16:20 +0200
Message-ID <uoUcF-2jr-1@gated-at.bofh.it> (permalink)
References <uhdm9-en-1@gated-at.bofh.it> <uorkl-87Q-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Sep 11, 2017 at 04:27:42PM +0900, Anthony Kim wrote:
> The HiDeep touchscreen device is a capacitive multi-touch controller
> mainly for multi-touch supported devices use. It use I2C interface for
> communication to IC and provide axis X, Y, Z locations for ten finger
> touch through input event interface to userspace.
> 
> It support the Crimson and the Lime two type IC. They are different
> the number of channel supported and FW size. But the working protocol
> is same.
> 
> Signed-off-by: Anthony Kim <anthony.kim@hideep.com>
> ---
>  .../bindings/input/touchscreen/hideep.txt          |   42 +
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/input/touchscreen/Kconfig                  |   11 +
>  drivers/input/touchscreen/Makefile                 |    1 +
>  drivers/input/touchscreen/hideep.c                 | 1274 ++++++++++++++++++++
>  5 files changed, 1329 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/input/touchscreen/hideep.txt
>  create mode 100644 drivers/input/touchscreen/hideep.c

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Input: add support for HiDeep touchscreen Anthony Kim <anthony.kim@hideep.com> - 2017-09-11 09:30 +0200
  Re: [PATCH] Input: add support for HiDeep touchscreen Rob Herring <robh@kernel.org> - 2017-09-12 16:20 +0200
  [PATCH] Input: add support for HiDeep touchscreen Anthony Kim <anthony.kim@hideep.com> - 2017-09-14 06:40 +0200
    Re: [PATCH] Input: add support for HiDeep touchscreen Rob Herring <robh@kernel.org> - 2017-09-18 21:10 +0200
    [PATCH] Input: add support for HiDeep touchscreen Anthony Kim <anthony.kim@hideep.com> - 2017-09-26 03:50 +0200
    [PATCH] Input: add support for HiDeep touchscreen Anthony Kim <anthony.kim@hideep.com> - 2017-09-26 05:40 +0200

csiph-web