From owner-cvs-src-old@FreeBSD.ORG Thu Apr 29 23:05:55 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DFE106566C for ; Thu, 29 Apr 2010 23:05:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E78658FC0A for ; Thu, 29 Apr 2010 23:05:54 +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 o3TN5sUm089187 for ; Thu, 29 Apr 2010 23:05:54 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3TN5sIA089186 for cvs-src-old@freebsd.org; Thu, 29 Apr 2010 23:05:54 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201004292305.o3TN5sIA089186@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 29 Apr 2010 22:49:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb usb_compat_linux.c usb_dev.c usb_device.c usb_device.h usb_generic.c usb_hub.c usb_request.c usb_transfer.c usb_transfer.h 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, 29 Apr 2010 23:05:55 -0000 thompsa 2010-04-29 22:49:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb usb_compat_linux.c usb_dev.c usb_device.c usb_device.h usb_generic.c usb_hub.c usb_request.c usb_transfer.c usb_transfer.h Log: SVN rev 207403 on 2010-04-29 22:49:21Z by thompsa MFC r207080 Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Revision Changes Path 1.17.2.5 +1 -1 src/sys/dev/usb/usb_compat_linux.c 1.31.2.7 +1 -1 src/sys/dev/usb/usb_dev.c 1.44.2.16 +23 -23 src/sys/dev/usb/usb_device.c 1.27.2.6 +5 -5 src/sys/dev/usb/usb_device.h 1.20.2.4 +9 -9 src/sys/dev/usb/usb_generic.c 1.28.2.8 +1 -1 src/sys/dev/usb/usb_hub.c 1.24.2.5 +2 -2 src/sys/dev/usb/usb_request.c 1.28.2.12 +12 -12 src/sys/dev/usb/usb_transfer.c 1.12.2.2 +1 -1 src/sys/dev/usb/usb_transfer.h