[Bug 271423] bcm5974 Apple Magic Trackpad 2 multi touch assertion

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 May 2023 21:00:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271423

--- Comment #1 from Julie Koubova <julie@koubova.net> ---
I also tried building the module with -DHID_DEBUG and that doesn't compile:

/usr/src/sys/dev/hid/bcm5974.c:747:16: error: no member named 'tp_data' in
'struct bcm5974_softc'
                    len, sc->tp_data[0], sc->tp_data[1]);
                         ~~  ^
/usr/src/sys/dev/hid/hid.h:206:23: note: expanded from macro 'DPRINTFN'
                    __FUNCTION__ ,##__VA_ARGS__);       \
                                    ^~~~~~~~~~~
/usr/src/sys/dev/hid/bcm5974.c:747:32: error: no member named 'tp_data' in
'struct bcm5974_softc'
                    len, sc->tp_data[0], sc->tp_data[1]);
                                         ~~  ^
/usr/src/sys/dev/hid/hid.h:206:23: note: expanded from macro 'DPRINTFN'
                    __FUNCTION__ ,##__VA_ARGS__);       \
                                    ^~~~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.