The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9
commit 5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9 Author: Warner Losh <[email protected]> AuthorDate: 2021-09-30 04:02:25 +0000 Commit: Warner Losh <[email protected]> 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 */ }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
