From c24fa29e216026c41a14a89690002f45d8031e86 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Jul 2008 02:24:46 +0000 Subject: Mention the broken bgb2xx init routine --- tools/hciattach.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index 36f3c72b..0210519e 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -897,7 +897,11 @@ static int stlc2500(int fd, struct uart_t *u, struct termios *ti) return stlc2500_init(fd, &bdaddr); } -extern int bgb2xx_init(int fd, bdaddr_t *bdaddr); +static int bgb2xx_init(int fd, bdaddr_t *bdaddr) +{ + /* This is broken and the routine got lost somewhere */ + return -EIO; +} static int bgb2xx(int fd, struct uart_t *u, struct termios *ti) { -- cgit