History log of /drivers/input/misc/adxl34x.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d2cd91bf7b1a7cc1d638296111fcc2bcf5c0bb4 29-Nov-2011 Dmitry Torokhov <dmitry.torokhov@gmail.com> Merge commit 'v3.2-rc3' into next
76496e7a02e99d42844f4fffa145b81e513e7acd 09-Nov-2011 JJ Ding <dgdunix@gmail.com> Input: convert obsolete strict_strtox to kstrtox

With commit 67d0a0754455f89ef3946946159d8ec9e45ce33a we mark strict_strtox
as obsolete. Convert all remaining such uses in drivers/input/.

Also change long to appropriate types, and return error conditions
from kstrtox separately, as Dmitry sugguests.

Signed-off-by: JJ Ding <dgdunix@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c
d2d8442d0094a7d4b585e2bbde31e3775dba7eb1 03-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/input: Add module.h to modular drivers implicitly using it

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore. Make sure the modular drivers in input dir
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/input/misc/adxl34x.c
25985edcedea6396277003854657b5f3cb31a628 31-Mar-2011 Lucas De Marchi <lucas.demarchi@profusion.mobi> Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
/drivers/input/misc/adxl34x.c
7be3c13425ddeed8427cfaad65c9123c2c8ca331 05-Aug-2010 Michael Hennerich <Michael.Hennerich@analog.com> Input: adxl34x - do not mark device as disabled on startup

Do not mark device as desabled on startup - otherwise user must reset
disable sysfs hook before the driver delivers any data.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c
f1cba532e8c1001a39650379aa7e04ad974d0592 23-Jul-2010 Dan Carpenter <error27@gmail.com> Input: adxl34x - fix leak and use after free

These are a couple smatch issues. In the original code, if only one of
the allocation fails we leak the other variable so we should goto
out_free_mem.

Also there was a use after free if debugging was enabled and so I moved
the kfree() down a line.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c
af6e1d99ea525161f70f68ecb83d0d0f54f1bf62 01-Jul-2010 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: adxl34 - make enable/disable separate from suspend/resume

Suspending and resuming the device should be separate from enabling
and disabling it through sysfs attribute and thus should not alter
ac->disabled flag.

[michael.hennerich@analog.com: various fixups]
Tested-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c
671386bb23c57e5448f386a41101ed65ad1d488c 25-Jun-2010 Michael Hennerich <michael.hennerich@analog.com> Input: adxl34x - add support for ADXL346 orientation sensing

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c
e27c729219ad24c8ac9a4b34cf192e56917565c5 25-Jun-2010 Michael Hennerich <michael.hennerich@analog.com> Input: add driver for ADXL345/346 Digital Accelerometers

This is a driver for the ADXL345/346 Three-Axis Digital Accelerometers.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Chris Verges <chrisv@cyberswitching.com>
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/adxl34x.c