https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271423
--- Comment #1 from Julie Koubova <ju...@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.