Re: [PATCH libinput] touchpad: always enable palm detection on apple touchpads

2014-07-21 Thread Hans de Goede
Hi, On 07/21/2014 08:31 AM, Peter Hutterer wrote: > They don't set resolution so we can't calculate the size but we know they're > big enough to need palm detection. > > And fix the descriptor for the bcm5974. For some reason this was advertising > synaptics coordinates. Fix it to represent (one

[PATCH libinput] touchpad: always enable palm detection on apple touchpads

2014-07-20 Thread Peter Hutterer
They don't set resolution so we can't calculate the size but we know they're big enough to need palm detection. And fix the descriptor for the bcm5974. For some reason this was advertising synaptics coordinates. Fix it to represent (one of) the apple touchpads. Signed-off-by: Peter Hutterer ---