mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: - three new touchscreen drivers: EETI EXC3000, HiDeep, and Samsung S6SY761 - the timer API conversion (setup_timer() -> timer_setup()) - a few drivers swiytched to using managed API for creating custom device attributes - other assorted fixed and cleanups. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (50 commits) Input: gamecon - mark expected switch fall-throughs Input: sidewinder - mark expected switch fall-throughs Input: spaceball - mark expected switch fall-throughs Input: uinput - unlock on allocation failure in ioctl Input: add support for the Samsung S6SY761 touchscreen Input: add support for HiDeep touchscreen Input: st1232 - remove obsolete platform device support Input: convert autorepeat timer to use timer_setup() media: ttpci: remove autorepeat handling and use timer_setup Input: cyttsp4 - avoid overflows when calculating memory sizes Input: mxs-lradc - remove redundant assignment to pointer input Input: add I2C attached EETI EXC3000 multi touch driver Input: goodix - support gt1151 touchpanel Input: ps2-gpio - actually abort probe when connected to sleeping GPIOs Input: hil_mlc - convert to using timer_setup() Input: hp_sdc - convert to using timer_setup() Input: touchsceen - convert timers to use timer_setup() Input: keyboard - convert timers to use timer_setup() Input: uinput - fold header into the driver proper Input: uinput - remove uinput_allocate_device() ...
This commit is contained in:
@@ -316,6 +316,16 @@ config TOUCHSCREEN_EGALAX_SERIAL
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called egalax_ts_serial.
|
||||
|
||||
config TOUCHSCREEN_EXC3000
|
||||
tristate "EETI EXC3000 multi-touch panel support"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here to enable support for I2C connected EETI
|
||||
EXC3000 multi-touch panels.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called exc3000.
|
||||
|
||||
config TOUCHSCREEN_FUJITSU
|
||||
tristate "Fujitsu serial touchscreen"
|
||||
select SERIO
|
||||
@@ -344,6 +354,17 @@ config TOUCHSCREEN_GOODIX
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called goodix.
|
||||
|
||||
config TOUCHSCREEN_HIDEEP
|
||||
tristate "HiDeep Touch IC"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y here if you have a touchscreen using HiDeep.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
To compile this driver as a moudle, choose M here : the
|
||||
module will be called hideep_ts.
|
||||
|
||||
config TOUCHSCREEN_ILI210X
|
||||
tristate "Ilitek ILI210X based touchscreen"
|
||||
depends on I2C
|
||||
@@ -383,6 +404,17 @@ config TOUCHSCREEN_S3C2410
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called s3c2410_ts.
|
||||
|
||||
config TOUCHSCREEN_S6SY761
|
||||
tristate "Samsung S6SY761 Touchscreen driver"
|
||||
depends on I2C
|
||||
help
|
||||
Say Y if you have the Samsung S6SY761 driver
|
||||
|
||||
If unsure, say N
|
||||
|
||||
To compile this driver as module, choose M here: the
|
||||
module will be called s6sy761.
|
||||
|
||||
config TOUCHSCREEN_GUNZE
|
||||
tristate "Gunze AHL-51S touchscreen"
|
||||
select SERIO
|
||||
@@ -949,7 +981,7 @@ config TOUCHSCREEN_USB_NEXIO
|
||||
|
||||
config TOUCHSCREEN_USB_EASYTOUCH
|
||||
default y
|
||||
bool "EasyTouch USB Touch controller device support" if EMBEDDED
|
||||
bool "EasyTouch USB Touch controller device support" if EXPERT
|
||||
depends on TOUCHSCREEN_USB_COMPOSITE
|
||||
help
|
||||
Say Y here if you have an EasyTouch USB Touch controller.
|
||||
|
||||
Reference in New Issue
Block a user