pygoscelis: Update touchpad configs as suggested
dmesg puts "psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience." So why not use it?
This commit is contained in:
parent
98d331dd53
commit
862cfd98aa
@ -2063,15 +2063,16 @@ CONFIG_MOUSE_PS2=y
|
||||
# CONFIG_MOUSE_PS2_ALPS is not set
|
||||
# CONFIG_MOUSE_PS2_BYD is not set
|
||||
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
|
||||
CONFIG_MOUSE_PS2_SYNAPTICS=y
|
||||
# CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS is not set
|
||||
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
|
||||
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
|
||||
# CONFIG_MOUSE_PS2_CYPRESS is not set
|
||||
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
|
||||
CONFIG_MOUSE_PS2_TRACKPOINT=y
|
||||
# CONFIG_MOUSE_PS2_TRACKPOINT is not set
|
||||
# CONFIG_MOUSE_PS2_ELANTECH is not set
|
||||
# CONFIG_MOUSE_PS2_SENTELIC is not set
|
||||
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
|
||||
# CONFIG_MOUSE_PS2_FOCALTECH is not set
|
||||
CONFIG_MOUSE_PS2_SMBUS=y
|
||||
# CONFIG_MOUSE_SERIAL is not set
|
||||
# CONFIG_MOUSE_APPLETOUCH is not set
|
||||
# CONFIG_MOUSE_BCM5974 is not set
|
||||
@ -2182,7 +2183,15 @@ CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
|
||||
# CONFIG_TOUCHSCREEN_ZET6223 is not set
|
||||
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
|
||||
# CONFIG_INPUT_MISC is not set
|
||||
# CONFIG_RMI4_CORE is not set
|
||||
CONFIG_RMI4_CORE=y
|
||||
# CONFIG_RMI4_I2C is not set
|
||||
CONFIG_RMI4_SMB=y
|
||||
# CONFIG_RMI4_F03 is not set
|
||||
# CONFIG_RMI4_F11 is not set
|
||||
# CONFIG_RMI4_F12 is not set
|
||||
# CONFIG_RMI4_F30 is not set
|
||||
# CONFIG_RMI4_F34 is not set
|
||||
# CONFIG_RMI4_F55 is not set
|
||||
|
||||
#
|
||||
# Hardware I/O ports
|
||||
|
Loading…
x
Reference in New Issue
Block a user