mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
Input: add support for ROHM BU21023/24 touchscreen
This adds support for ROHM BU21023/24 Dual touch resistive touchscreens. Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
33ca8ab97c
commit
c7efd12350
@ -1077,4 +1077,15 @@ config TOUCHSCREEN_COLIBRI_VF50
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called colibri_vf50_ts.
|
||||
|
||||
config TOUCHSCREEN_ROHM_BU21023
|
||||
tristate "ROHM BU21023/24 Dual touch support resistive touchscreens"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a touchscreen using ROHM BU21023/24.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called bu21023_ts.
|
||||
|
||||
endif
|
||||
|
@ -88,3 +88,4 @@ obj-$(CONFIG_TOUCHSCREEN_SX8654) += sx8654.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
|
||||
|
1218
drivers/input/touchscreen/rohm_bu21023.c
Normal file
1218
drivers/input/touchscreen/rohm_bu21023.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user