From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:38:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D6716A442; Mon, 27 Feb 2006 00:38:29 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388D343D8B; Mon, 27 Feb 2006 00:38:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0cJCf048216; Mon, 27 Feb 2006 00:38:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0cJCi048215; Mon, 27 Feb 2006 00:38:19 GMT (envelope-from markus) Message-Id: <200602270038.k1R0cJCi048215@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 27 Feb 2006 00:38:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 00:38:29 -0000 markus 2006-02-27 00:38:19 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c Log: MFC recent updates to hccontrol: - Use official version strings for LMP and HCI version reporting and add version strings up to Bluetooth 2.0 - Update manufacturer list Revisions: hccontrol.h rev. 1.5 info.c rev. 1.4 link_control.c rev. 1.10 util.c rev. 1.6 Approved by: re (scottl), emax Revision Changes Path 1.4.2.1 +1 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.3.4.1 +2 -1 src/usr.sbin/bluetooth/hccontrol/info.c 1.8.2.2 +2 -1 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.5.2.1 +37 -5 src/usr.sbin/bluetooth/hccontrol/util.c