From owner-cvs-all Mon Nov 22 11: 8:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 774A215953; Mon, 22 Nov 1999 11:08:38 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37051; Mon, 22 Nov 1999 11:08:38 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911221908.LAA37051@freefall.freebsd.org> From: Nick Hibma Date: Mon, 22 Nov 1999 11:08:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c src/etc usbd.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/22 11:08:37 PST Modified files: usr.sbin/usbd usbd.c etc usbd.conf Log: Flip the sequence of vendor, product around, to make it consistent with the rest of the world. This avoids confusion when talking about VID.PID.RID vs. PID.VID.RID. The former is the sequence normally used. Revision Changes Path 1.6 +20 -20 src/usr.sbin/usbd/usbd.c 1.2 +3 -3 src/etc/usbd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message