[PATCH 0/1] Add support for aXiom TouchNetix touchscreen

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

This patch add support for an I2C touchscreen controller
from TouchNetix's aXiom family devices. 
It is based on the vendor version:
https://github.com/TouchNetix/aXiom_Linux_Kernel_Module

I only have the I2C variant of the aXiom device but this
could also support SPI and USB interfaces in the future.

Regards,
Kamel

Kamel Bouhara (1):
  Input: add driver for TouchNetix aXiom touchscreen

 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   7 +
 drivers/input/touchscreen/Kconfig             |  11 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/axiom_core.c        | 382 ++++++++++++++++++
 drivers/input/touchscreen/axiom_core.h        | 142 +++++++
 drivers/input/touchscreen/axiom_i2c.c         | 353 ++++++++++++++++
 7 files changed, 898 insertions(+)
 create mode 100644 drivers/input/touchscreen/axiom_core.c
 create mode 100644 drivers/input/touchscreen/axiom_core.h
 create mode 100644 drivers/input/touchscreen/axiom_i2c.c

-- 
2.25.1




[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux