search for: warn_if_bad_usb_port_filenam

Displaying 2 results from an estimated 2 matches for "warn_if_bad_usb_port_filenam".

2024 Nov 02
1
Driver with calls to USB functions not linking
Hello again all. I am trying to use USB functions (non-HID) and I get a linker error for functions that are in the included usb-common.h file. Specifically, at the start, these functions: - warn_if_bad_usb_port_filename - nutusb_open - is_usb_device_supported Clearly the headers are there or I don't think the driver would compile. Can someone point me in the right direction please? Thank you, Bill Not sure if these USB related lines from the configuration run are relevant or not: checking for libregex...
2024 Nov 02
1
Driver with calls to USB functions not linking
...2, 2024 at 2:30?AM William R. Elliot <bill at wreassoc.com> wrote: > Hello again all. > > I am trying to use USB functions (non-HID) and I get a linker error > for functions that are in the included usb-common.h file. > > Specifically, at the start, these functions: > - warn_if_bad_usb_port_filename > - nutusb_open > - is_usb_device_supported > > Clearly the headers are there or I don't think the driver would > compile. Can someone point me in the right direction please? > > Thank you, > > Bill > > Not sure if these USB related lines from the configuration...