From owner-cvs-src-old@FreeBSD.ORG Thu May 21 01:05:38 2009 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 1516C10657C9 for ; Thu, 21 May 2009 01:05:38 +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 F3BB28FC08 for ; Thu, 21 May 2009 01:05:37 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4L15bMg059785 for ; Thu, 21 May 2009 01:05:37 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4L15bIL059784 for cvs-src-old@freebsd.org; Thu, 21 May 2009 01:05:37 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200905210105.n4L15bIL059784@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 21 May 2009 01:05:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_bus.h usb_compat_linux.h usb_controller.h usb_core.h usb_device.c usb_device.h usb_hub.c usb_revision.h usb_transfer.c usb_transfer.h src/sys/dev/usb/controller usb_controller.c src/sys/dev/usb/template ... 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, 21 May 2009 01:05:38 -0000 thompsa 2009-05-21 01:05:21 UTC FreeBSD src repository Modified files: sys/dev/usb usb_bus.h usb_compat_linux.h usb_controller.h usb_core.h usb_device.c usb_device.h usb_hub.c usb_revision.h usb_transfer.c usb_transfer.h sys/dev/usb/controller usb_controller.c sys/dev/usb/template usb_template.c Log: SVN rev 192500 on 2009-05-21 01:05:21Z by thompsa Use enums for speed and rev data types. Revision Changes Path 1.13 +1 -1 src/sys/dev/usb/controller/usb_controller.c 1.4 +8 -8 src/sys/dev/usb/template/usb_template.c 1.9 +1 -1 src/sys/dev/usb/usb_bus.h 1.3 +1 -1 src/sys/dev/usb/usb_compat_linux.h 1.8 +1 -1 src/sys/dev/usb/usb_controller.h 1.18 +2 -2 src/sys/dev/usb/usb_core.h 1.32 +4 -4 src/sys/dev/usb/usb_device.c 1.18 +5 -5 src/sys/dev/usb/usb_device.h 1.18 +3 -3 src/sys/dev/usb/usb_hub.c 1.5 +3 -3 src/sys/dev/usb/usb_revision.h 1.17 +9 -9 src/sys/dev/usb/usb_transfer.c 1.5 +1 -1 src/sys/dev/usb/usb_transfer.h