]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add event queue handling. It triggers activities on events read from
authorNick Hibma <n_hibma@FreeBSD.org>
Sun, 21 Nov 1999 17:44:43 +0000 (17:44 +0000)
committerNick Hibma <n_hibma@FreeBSD.org>
Sun, 21 Nov 1999 17:44:43 +0000 (17:44 +0000)
commit7183c3f84855d215f440f3aba5c39a38fd372c79
tree5fdcc59381b32577ef609d3f512cf95b0a157ea4
parent3cc1fd63ffeaa7c447693b6e18b5b200650df088
Add event queue handling. It triggers activities on events read from
/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.
etc/usbd.conf [new file with mode: 0644]
usr.sbin/usbd/Makefile
usr.sbin/usbd/usbd.8
usr.sbin/usbd/usbd.c
usr.sbin/usbd/usbd.conf.5 [new file with mode: 0644]