Return-Path: Date: Thu, 11 Mar 2010 09:35:36 -0800 From: "Luis R. Rodriguez" To: Marcel Holtmann CC: Suraj Sumangala , "linux-bluetooth@vger.kernel.org" , Vikram Kandukuri , Luis Rodriguez , Jothikumar Mothilal Subject: Re: [PATCH] Added support for Atheros AR300x Bluetooth Chip Message-ID: <20100311173536.GC3000@tux> References: <20100209114231.GA6587@ATH-LT-538> <4B98ED8F.2020000@atheros.com> <1268327744.3712.88.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1268327744.3712.88.camel@localhost.localdomain> List-ID: On Thu, Mar 11, 2010 at 09:15:44AM -0800, Marcel Holtmann wrote: > Hi Suraj, > > > Signed-off-by: Suraj > > > > --- > > drivers/bluetooth/Kconfig | 11 ++ > > drivers/bluetooth/Makefile | 1 + > > drivers/bluetooth/hci_ath.c | 353 +++++++++++++++++++++++++++++++++++++++++ > > drivers/bluetooth/hci_ldisc.c | 6 + > > drivers/bluetooth/hci_uart.h | 8 +- > > 5 files changed, 378 insertions(+), 1 deletions(-) > > create mode 100755 drivers/bluetooth/hci_ath.c > > > > diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig > > index 058fbcc..81abeff 100644 > > --- a/drivers/bluetooth/Kconfig > > +++ b/drivers/bluetooth/Kconfig > > @@ -58,6 +58,17 @@ config BT_HCIUART_BCSP > > > > Say Y here to compile support for HCI BCSP protocol. > > > > +config BT_HCIUART_ATH > > + bool "Atheros AR300x Board support" > > + depends on BT_HCIUART > > + help > > + HCIATH (HCI Atheros) is a serial protocol for communication > > + between Bluetooth device and host with support for Atheros AR300x > > + power management feature. This protocol is required for > > + serial Bluetooth devices that are based on Atheros AR300x chips. > > + > > + Say Y here to compile support for Atheros AR300x Chips. > > your patch is messed up. Make sure your mailer doesn't mess with tabs > and whitespaces. I had issues with our Exchange server for patches but that was only for receiving patches [1], but that is now fixed. I don't think the SMTP server should screw with patches on their way out. Suraj, did you actually intend for the patch to go out as is? [1] http://bombadil.infradead.org/~mcgrof/MS-exchange-sucks-for-patches/ Luis