Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 21:45:31 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb/template usb_template.c usb_template.h usb_template_mtp.c
Message-ID:  <201003112145.o2BLjpb0028802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-03-11 21:45:31 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb/template usb_template.c usb_template.h 
                         usb_template_mtp.c 
  Log:
  SVN rev 205030 on 2010-03-11 21:45:31Z by thompsa
  
  - make the usb_temp_setup() and usb_temp_unsetup() functions public so that
    other modules can generate USB descriptors.
  - extend the vendor specific request function by one length pointer argument,
    because not all descriptors store the length in the first byte. For example
    HID descriptors.
  
  Submitted by:   Hans Petter Selasky
  
  Revision  Changes    Path
  1.10      +12 -19    src/sys/dev/usb/template/usb_template.c
  1.5       +4 -1      src/sys/dev/usb/template/usb_template.h
  1.6       +1 -1      src/sys/dev/usb/template/usb_template_mtp.c



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