On Thu, Mar 11, 2010 at 09:15:44AM -0800, Marcel Holtmann wrote: > Hi Suraj, > > > Signed-off-by: Suraj <suraj@xxxxxxxxxxx> > > > > --- > > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html