summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-151-6/+0
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+0
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* Add event queue handling. It triggers activities on events read fromn_hibma1999-11-211-0/+1
| | | | | | | | | | | | | | | | | | | /dev/usb. The actions are specified in the file /etc/usbd.conf. usbd.c: - Add event queue (/dev/usb) handling. - Add comments - Clean up code some more usbd.8: - Update manpage for the new command line flags - Remove a duplicate FreeBSD tag from it). usbd.conf, usbd.conf.5, Makefile: - Add the usbd.conf configuration file and the man page for it. NOTE: MAKEDEV already creates the /dev/usb device tree node, no change needed there anymore.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Made this actually work when there is an obj dir.bde1998-12-131-10/+2
| | | | | | Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs.
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+15
OpenPOWER on IntegriCloud