Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad856a79 authored by Bingzhe Cai's avatar Bingzhe Cai Committed by Gerrit - the friendly Code Review server
Browse files

input: sensors: add Lite-on ltr553 ALPS sensor driver



MSM8909 SKUE uses ltr553 as ambient light and proximity sensor.
Add ltr553 sensor driver to enable it.
This snapshot is taken as of msm-3.10 'commit 1227f5746677 ("soc:
qcom: smp2p: spinlock_test: Initialize work item")'with
minor compile error fixed.

Change-Id: Ib5462672d8029396acaca5999b0c14a11a68382b
Signed-off-by: default avatarBingzhe Cai <bingzhec@codeaurora.org>
parent 64120b17
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -779,4 +779,14 @@ config INPUT_DRV2667_HAPTICS

source "drivers/input/misc/ots_pat9125/Kconfig"

config SENSORS_LTR553
	tristate "LTR553 light and proximity device driver"
	depends on I2C
	help
	  Say Y here if you want to enable the LTR553 light and
	  proximity sensor driver.

	  To compile this driver as a module, choose M here: the
	  module will be called ltr553.

endif
+1 −0
Original line number Diff line number Diff line
@@ -72,5 +72,6 @@ obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
obj-$(CONFIG_INPUT_WM831X_ON)		+= wm831x-on.o
obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND)	+= xen-kbdfront.o
obj-$(CONFIG_INPUT_YEALINK)		+= yealink.o
obj-$(CONFIG_SENSORS_LTR553)	+= ltr553.o
obj-$(CONFIG_INPUT_IDEAPAD_SLIDEBAR)	+= ideapad_slidebar.o
obj-$(CONFIG_INPUT_PIXART_OTS_PAT9125_SWITCH)	+= ots_pat9125/
+2260 −0

File added.

Preview size limit exceeded, changes collapsed.