Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 09:44:43 -0800 (PST)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/usbd usbd.conf.5 usbd.8 usbd.c Makefile src/etc usbd.conf
Message-ID:  <199911211744.JAA58209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     1999/11/21 09:44:43 PST

  Modified files:
    usr.sbin/usbd        usbd.8 usbd.c Makefile 
  Added files:
    usr.sbin/usbd        usbd.conf.5 
    etc                  usbd.conf 
  Log:
  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.
  
  Revision  Changes    Path
  1.6       +35 -8     src/usr.sbin/usbd/usbd.8
  1.5       +786 -52   src/usr.sbin/usbd/usbd.c
  1.4       +1 -0      src/usr.sbin/usbd/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911211744.JAA58209>