[PATCH 0/2] etzkx accelerometer support

From: Andi Shyti
Date: Sun Jun 16 2013 - 17:39:17 EST


Hi,

these two patches provide the etzkx device driver which supports
the following accelerometers:

- Kionix kxcnl
- Kionix kxtnk
- ST lisn3dsh

Support for ST lis3dsh accelerometer is still in progress.

The etzkx accelerometers are a kind of devices that are able to
do gesture recognition directly on the device. It uses two slots
of 16 steps (bytes) each for loading algorithms which perform
gesture recognition.

The second patch contains the documentation of the device driver.

On http://www.etezian.org/etzkx/etzkx/ is possible to find more
informations about the accelerometer.

Thanks,
Andi

Andi Shyti (2):
drivers/misc: etzkx driver for kxcnl/kxtnk accelerometer
Documentation: added etzkx driver documentation

Documentation/misc-devices/etzkx.txt | 325 +++++
drivers/misc/Kconfig | 12 +
drivers/misc/Makefile | 1 +
drivers/misc/etzkx.c | 2313 ++++++++++++++++++++++++++++++++++
include/linux/i2c/etzkx.h | 157 +++
5 files changed, 2808 insertions(+)
create mode 100644 Documentation/misc-devices/etzkx.txt
create mode 100644 drivers/misc/etzkx.c
create mode 100644 include/linux/i2c/etzkx.h

--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/