diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-23 15:45:10 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-24 19:51:36 +1000 |
commit | 291fdc69801c91310839fc8667ba7aa2e9a66b95 (patch) | |
tree | 65e1b3fc273e3339d26193673b2bad0ec61c75a1 /conf | |
parent | 4a80c0dc38ea4dafcb112191c2dd7e0082193263 (diff) |
conf: the bcm5974 doesn't have Apple in the product name
But it's still a single-button device from the known fruit manufacturer.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-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 |