On Tuesday 24 May 2011 23:19:27 Jim Bryant wrote: > if i add such an interface to the current DRIVER_MODULE version, how > would i go about NOT having DRIVER_MODULE create the devfs entries? i > would prefer to have the devfs entries handled by make_dev, so to have > access to the desired syscalls.
Look at /sys/dev/usb/serial/ulpt.c For a simple example. More abstract: "cd /usr/ports/multimedia/cuse4bsd" and "man libusb20" --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
