https://github.com/torvalds/linux
Revision c7a1aefc47cc17b754180a18f77f508f2f210d2c authored by Linus Torvalds on 10 June 2017, 05:28:33 UTC, committed by Linus Torvalds on 10 June 2017, 05:28:33 UTC
Pull input fixes from Dmitry Torokhov:

 - mark "guest" RMI device as pass-through port to avoid "phantom" ALPS
   toouchpad on newer Lenovo Carbons

 - add two more laptops to the Elantech's lists of devices using CRC
   mode

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: synaptics-rmi4 - register F03 port as pass-through serio
  Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
2 parent s 2833b7e + a0897d5
Raw File
Tip revision: c7a1aefc47cc17b754180a18f77f508f2f210d2c authored by Linus Torvalds on 10 June 2017, 05:28:33 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Tip revision: c7a1aef
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top