git: 5547ed2cb2bd - main - bluetooth: Remove one more h4 reference.

Warner Losh imp at FreeBSD.org
Thu Sep 30 04:03:48 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9

commit 5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-09-30 04:02:25 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-09-30 04:02:25 +0000

    bluetooth: Remove one more h4 reference.
    
    Sponsored by:           Netflix
---
 lib/libbluetooth/hci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c
index 95e96c479157..b4ee0a9069e4 100644
--- a/lib/libbluetooth/hci.c
+++ b/lib/libbluetooth/hci.c
@@ -762,7 +762,6 @@ static char *
 bt_dev2node(char const *devname, char *nodename, int nnlen)
 {
 	static char const *	 bt_dev_prefix[] = {
-		"h4",		/* UART/serial Bluetooth devices */
 		"ubt",		/* Bluetooth USB devices */
 		NULL		/* should be last */
 	};


More information about the dev-commits-src-all mailing list