Skip to content

Commit

Permalink
linux-talyn: enable synaptics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Oct 6, 2020
1 parent a656ede commit 489f533
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linux-talyn/checksums
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
f25936177edd183dd0645dce1d81873bcfc0bab1ff1586df75d95cd12723320d
8467ad9ee51276bd610a5602153c92da8b224b4508e92be9b4bb9b623e69957e
1d9cfefcbe1173d2bc6bfeeddfa1e1709db91ec2ac87de52c7982163a9420f62
19 changes: 16 additions & 3 deletions linux-talyn/files/config
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,20 @@ CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# 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=y
CONFIG_MOUSE_PS2_SMBUS=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
Expand All @@ -1751,8 +1764,8 @@ CONFIG_MOUSE_ELAN_I2C=y
CONFIG_MOUSE_ELAN_I2C_I2C=y
CONFIG_MOUSE_ELAN_I2C_SMBUS=y
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_MOUSE_SYNAPTICS_I2C=y
CONFIG_MOUSE_SYNAPTICS_USB=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
Expand Down

0 comments on commit 489f533

Please sign in to comment.