From owner-cvs-all@FreeBSD.ORG Thu Feb 23 23:19:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAD916A420; Thu, 23 Feb 2006 23:19:13 +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 1AD9D43D48; Thu, 23 Feb 2006 23:19:13 +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 k1NNJCEr031851; Thu, 23 Feb 2006 23:19:13 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1NNJCZX031850; Thu, 23 Feb 2006 23:19:12 GMT (envelope-from markus) Message-Id: <200602232319.k1NNJCZX031850@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 23 Feb 2006 23:19:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 23:19:13 -0000 markus 2006-02-23 23:19:12 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c Log: - Use official version strings for LMP and HCI version reporting and add version strings up to Bluetooth 2.0 - Update manufacturer list Approved by: emax MFC after: 3 days Revision Changes Path 1.5 +1 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.4 +2 -1 src/usr.sbin/bluetooth/hccontrol/info.c 1.10 +2 -1 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.6 +37 -5 src/usr.sbin/bluetooth/hccontrol/util.c