Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751942AbbD3OZE (ORCPT ); Thu, 30 Apr 2015 10:25:04 -0400 Received: from senator.holtmann.net ([87.106.208.187]:36746 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbbD3OY7 convert rfc822-to-8bit (ORCPT ); Thu, 30 Apr 2015 10:24:59 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: [PATCH] Bluetooth: Add tty HCI driver From: Marcel Holtmann In-Reply-To: <20150430113103.3ad0bfac@lxorguk.ukuu.org.uk> Date: Thu, 30 Apr 2015 07:24:54 -0700 Cc: Eyal Reizer , linux-kernel@vger.kernel.org, Eyal Reizer , Pavan Savoy , Vishal Mahaveer , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <2A731A0F-6BEB-4614-94E8-90B28BEE2DD9@holtmann.org> References: <1430380089-2395-1-git-send-email-eyalr@ti.com> <20150430113103.3ad0bfac@lxorguk.ukuu.org.uk> To: One Thousand Gnomes X-Mailer: Apple Mail (2.2098) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 26 Hi, >> tty_hci driver exposes a /dev/hci_tty character device node, that intends >> to emulate a generic /dev/ttyX device that would be used by the user-space >> Bluetooth stacks to send/receive data to/from the WL combo-connectivity >> chipsets. > > We have an in kernel bluetooth stack, why do we care about this - how > will people test and debug driver interactions with binary only bluetooth > stacks in userspace ? NAK to this driver. If you want to run an external Bluetooth stack, then use HCI User Channel. The functionality already exists. We do not want to have two drivers for the same hardware. Work with the Bluetooth stack that is present in the kernel and please stop hacking around it. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/