[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1371418586.git.andi@etezian.org>
Date: Sun, 16 Jun 2013 23:40:26 +0200
From: Andi Shyti <andi@...zian.org>
To: arnd@...db.de, gregkh@...uxfoundation.org, rob@...dley.net
Cc: oatilla@...il.com, szsolt@...il.com, linux-kernel@...r.kernel.org,
andi@...zian.org, linux-doc@...r.kernel.org
Subject: [PATCH 0/2] etzkx accelerometer support
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists