diff options
-rw-r--r-- | conf/50-synaptics.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf index 822f7a4..9e86a7a 100644 --- a/conf/50-synaptics.conf +++ b/conf/50-synaptics.conf @@ -38,7 +38,7 @@ EndSection # This option is only interpreted by clickpads. Section "InputClass" Identifier "Disable clickpad buttons on Apple touchpads" - MatchProduct "Apple" + MatchProduct "Apple|bcm5974" MatchDriver "synaptics" Option "SoftButtonAreas" "0 0 0 0 0 0 0 0" EndSection |