Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2005 08:01:22 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h
Message-ID:  <200503010801.j2181NtB017685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-03-01 08:01:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_subr.c usbdi.c usbdi.h usbdi_util.c 
                         usbdi_util.h 
  Log:
  Merge from NetBSD.
  
  o usb_subr.c, add delta 1.119:
  
    Move usb_get_string() and make it public.
  
  o usbdi.c, bring on par with 1.106, this includes:
  
    - Make an iterator abstraction for looping through all descriptors.
  
    - Whine about not being able to figure out default language if we are debugging.
  
    - Move usb_get_string() and make it public.
  
  o usbdi.h, bring on par with 1.64, this includes:
  
    - Make an iterator abstraction for looping through all descriptors.
  
    - Move usb_get_string() and make it public.
  
  o usbdi_util.c, bring on par with 1.42, this includes:
  
    - Add usbd_get_protocol().
  
    - Use NULL instead of 0.
  
    - Fix (mostly harmless) typo.
  
    - Move utility routine from uirda.c to usbdi_util.c.
  
  o usbdi_util.h, bring on par with 1.31, this includes:
  
    - Add usbd_get_protocol().
  
    - Move utility routine from uirda.c to usbdi_util.c.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.76      +9 -48     src/sys/dev/usb/usb_subr.c
  1.91      +83 -1     src/sys/dev/usb/usbdi.c
  1.56      +10 -0     src/sys/dev/usb/usbdi.h
  1.34      +42 -6     src/sys/dev/usb/usbdi_util.c
  1.19      +6 -1      src/sys/dev/usb/usbdi_util.h



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