[Bug 271423] bcm5974 Apple Magic Trackpad 2 multi touch assertion
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271423] bcm5974 Apple Magic Trackpad 2 multi touch assertion"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.