mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
47e073941f
commit
c85e6a5c22
1 changed files with 2 additions and 2 deletions
|
|
@ -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 },
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue