From owner-svn-src-head@FreeBSD.ORG Sun Aug 8 02:53:40 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35C01065673; Sun, 8 Aug 2010 02:53:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF168FC1B; Sun, 8 Aug 2010 02:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o782nEGq035888; Sat, 7 Aug 2010 20:49:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Aug 2010 20:49:46 -0600 (MDT) Message-Id: <20100807.204946.244264502672924047.imp@bsdimp.com> To: gavin@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <201008071608.o77G8bNN088653@svn.freebsd.org> References: <201008071608.o77G8bNN088653@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r211021 - head/sys/dev/usb X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 02:53:41 -0000 In message: <201008071608.o77G8bNN088653@svn.freebsd.org> Gavin Atkinson writes: : Author: gavin : Date: Sat Aug 7 16:08:37 2010 : New Revision: 211021 : URL: http://svn.freebsd.org/changeset/base/211021 : : Log: : Sort this file a little better: the vendors are supposed to be sorted by : vendor ID in the vendor section, and by symbolic name in the product : section. Products are sorted by product ID. While here, get rid of a : duplicate Microsoft Mouse entry, revealed by sorting. I thought products were sorted by the ID number, not the ID name. Warner