Re: [RFC libinput 0/9] touchpad: force resolutions for all touchpads

2015-07-01 Thread Peter Hutterer
On Wed, Jul 01, 2015 at 01:22:45PM -0700, Bill Spitzak wrote: > On Tue, Jun 30, 2015 at 11:08 PM, Peter Hutterer > wrote: > > > > > Not all touchpads provide x/y axis resolution. some of them (apple > > touchpads) we fix up in the systemd hwdb but others are harder to detect or > > fix in a gener

Re: [RFC libinput 0/9] touchpad: force resolutions for all touchpads

2015-07-01 Thread Bill Spitzak
On Tue, Jun 30, 2015 at 11:08 PM, Peter Hutterer wrote: > > Not all touchpads provide x/y axis resolution. some of them (apple > touchpads) we fix up in the systemd hwdb but others are harder to detect or > fix in a generic manner. so we set a fake resolution (1 unit/mm), but > that's > just to a

[RFC libinput 0/9] touchpad: force resolutions for all touchpads

2015-06-30 Thread Peter Hutterer
Not all touchpads provide x/y axis resolution. some of them (apple touchpads) we fix up in the systemd hwdb but others are harder to detect or fix in a generic manner. so we set a fake resolution (1 unit/mm), but that's just to avoid divide-by-zero. the touchpad code handles physical distances wh