From owner-cvs-src-old@FreeBSD.ORG Thu Apr 22 22:15:30 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 7403B1065676 for ; Thu, 22 Apr 2010 22:15:30 +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 5F5778FC15 for ; Thu, 22 Apr 2010 22:15:30 +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 o3MMFUYU084872 for ; Thu, 22 Apr 2010 22:15:30 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3MMFUAf084871 for cvs-src-old@freebsd.org; Thu, 22 Apr 2010 22:15:30 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201004222215.o3MMFUAf084871@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 22 Apr 2010 22:15:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 22 Apr 2010 22:15:30 -0000 thompsa 2010-04-22 22:15:08 UTC FreeBSD src repository Modified files: 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 207080 on 2010-04-22 22:15:08Z by thompsa Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Revision Changes Path 1.21 +1 -1 src/sys/dev/usb/usb_compat_linux.c 1.37 +1 -1 src/sys/dev/usb/usb_dev.c 1.60 +23 -23 src/sys/dev/usb/usb_device.c 1.32 +5 -5 src/sys/dev/usb/usb_device.h 1.23 +9 -9 src/sys/dev/usb/usb_generic.c 1.35 +1 -1 src/sys/dev/usb/usb_hub.c 1.28 +2 -2 src/sys/dev/usb/usb_request.c 1.39 +12 -12 src/sys/dev/usb/usb_transfer.c 1.13 +1 -1 src/sys/dev/usb/usb_transfer.h