From owner-cvs-src-old@FreeBSD.ORG Thu Mar 11 21:45:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7558B106566B for ; Thu, 11 Mar 2010 21:45:51 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63F9D8FC0A for ; Thu, 11 Mar 2010 21:45:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2BLjprM028803 for ; Thu, 11 Mar 2010 21:45:51 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2BLjpb0028802 for cvs-src-old@freebsd.org; Thu, 11 Mar 2010 21:45:51 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201003112145.o2BLjpb0028802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 11 Mar 2010 21:45:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/template usb_template.c usb_template.h usb_template_mtp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2010 21:45:51 -0000 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