> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Wednesday, October 13, 2010 4:21 PM
> To: [email protected]
> Cc: [email protected]; Sanjay Kumar Champati
> Subject: [WL1271 DC supprot on OMAP3EVM 3/5] ARM: Supported
> for BT enable on OMAP3EVM for WL1271 DC
>
> From: Sanjay Kumar Champati <[email protected]>
>
> * Midified "tty_io.c" and "Kconfig" files to suuport BT
> enable for WL1271
>
> Signed-off-by: Sanjay Kumar Champati <[email protected]>
> ---
> drivers/bluetooth/Kconfig | 7 +++
> drivers/char/tty_io.c | 110
> +++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 117 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
> index 652367a..2ed159c 100644
> --- a/drivers/bluetooth/Kconfig
> +++ b/drivers/bluetooth/Kconfig
> @@ -195,5 +195,12 @@ config BT_MRVL_SDIO
> Say Y here to compile support for Marvell BT-over-SDIO driver
> into the kernel or say M to compile it as module.
>
> +config BT_WL1271
> + bool "WL1271 Bluetooth driver support"
> + depends on BT_HCIUART
> + help
> + The core driver to support WL1271 Bluetooth devices.
> + Say Y here to compile WL1271 Bluetooth driver into the kernel.
> +
> endmenu
>
> diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
> index f15df40..a3ae352 100644
> --- a/drivers/char/tty_io.c
> +++ b/drivers/char/tty_io.c
> @@ -107,6 +107,17 @@
> #include <linux/kmod.h>
> #include <linux/nsproxy.h>
>
> +#ifdef CONFIG_BT_WL1271
[sp] No. This isn't the place for it.
You cannot change the generic driver for custom implementation.
Same comment applies to all the changes in this file.
[snip]...[snip]
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html