Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 17:03:20 -0800 (PST)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/usbd usbd.c src/share/man/man4 usb.4 src/sys/dev/usb uhub.c usb.c usb.h usb_port.h usb_subr.c usbdi.h
Message-ID:  <200201280103.g0S13KJ62639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

joe         2002/01/27 17:03:20 PST

  Modified files:
    usr.sbin/usbd        usbd.c 
    share/man/man4       usb.4 
    sys/dev/usb          uhub.c usb.c usb.h usb_port.h usb_subr.c 
                         usbdi.h 
  Log:
  Merge from NetBSD.
  
      uhub.c:     revision 1.37
      usb.4:      revision 1.30
      usb.c:      revision 1.38
      usb.h:      revision 1.40
      usb_port.h: revision 1.21
      usb_subr.c: revision 1.65
      usbdi.h:    revision 1.40
  
  Split the attach/detach events up into device, driver and controller
  attach and detach events.
  
  The commit message from NetBSD was:
          date: 2000/02/02 07:34:00;  author: augustss;  state: Exp;
          Change the USB event mechanism to include more information
          about devices and drivers.  Partly from FreeBSD.
  
  Also rework usbd to take these new event types into account.
  
  Revision  Changes    Path
  1.21      +68 -1     src/share/man/man4/usb.4
  1.33      +4 -1      src/sys/dev/usb/uhub.c
  1.53      +41 -16    src/sys/dev/usb/usb.c
  1.28      +1 -0      src/sys/dev/usb/usb.h
  1.39      +3 -0      src/sys/dev/usb/usb_port.h
  1.32      +4 -3      src/sys/dev/usb/usb_subr.c
  1.26      +2 -1      src/sys/dev/usb/usbdi.h
  1.22      +59 -24    src/usr.sbin/usbd/usbd.c

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?200201280103.g0S13KJ62639>