Re: Errors due to USB_HAVE_UGEN option

2016-07-25 Thread Joel Sherrill
My suggestion is to get the complete original FreeBSD source with svn and use something like cscope to find the body. This appears to be a common helper and I am surprised the need for it hasn't turned up yet. But who knows. Find the source in FreeBSD and make sure it is in the rtems-libbsd tree.

Errors due to USB_HAVE_UGEN option

2016-07-25 Thread Deval Shah
Hello everyone, I am trying to add USB mouse to Raspberry Pi, therefore adding related files. There are some functions which are used by ā€œ/dev/usb/input/ums.cā€ but are not being compiled due to the switch/macro USB_HAVE_UGEN in the file rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_usb.h. Error