bcm5974(4): Report proper width and depth for Apple Magic Trackpads

The size of modern Apple Magic Trackpad is about 160x110mm

Sponsored by:	Serenity Cyber Security
MFC after:	1 month
This commit is contained in:
Vladimir Kondratyev 2024-02-21 23:31:38 +03:00
parent 47e073941f
commit c85e6a5c22

View file

@ -395,8 +395,8 @@ static const struct bcm5974_dev_params bcm5974_dev_params[BCM5974_FLAG_MAX] = {
.tp = tp + TYPE_MT2U,
.p = { SN_PRESSURE, 0, 256, 256 },
.w = { SN_WIDTH, 0, 2048, 0 },
.x = { SN_COORD, -3678, 3934, 48 },
.y = { SN_COORD, -2478, 2587, 44 },
.x = { SN_COORD, -3678, 3934, 157 },
.y = { SN_COORD, -2478, 2587, 107 },
.o = { SN_ORIENT, -3, 4, 0 },
},
};