[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1365469068-4548-1-git-send-email-Larry.Finger@lwfinger.net>
Date: Mon, 8 Apr 2013 19:57:46 -0500
From: Larry Finger <Larry.Finger@...inger.net>
To: linville@...driver.com
Cc: linux-wireless@...r.kernel.org,
Larry Finger <Larry.Finger@...inger.net>,
netdev@...r.kernel.org, marcel@...tmann.org, gustavo@...ovan.org,
johan.hedberg@...il.com, linux-bluetooth@...r.kernel.org,
champion_chen@...lsil.com.cn
Subject: [RFC/RFT PATCH 0/2 V2] Adding a new bluetooth driver to the kernel
These patches supply the code needed to operate the bluetooth portion of
the Realtek RTL8723AE chip. Much of the necessary code is already present
in btusb, thus that driver is changed to export the necessary routines.
The second patch implements the routines that differ from the standard
driver.
Signed-off-by: Larry Finger <Larry.Finger@...inger.net>
Larry Finger (2):
btusb: Modify code for use with a similar driver
rtk_btusb: A new driver for the Bluetooth portion of the Realtek
RTL8723AE chip
drivers/bluetooth/Kconfig | 10 +
drivers/bluetooth/Makefile | 1 +
drivers/bluetooth/btusb.c | 79 +---
drivers/bluetooth/btusb.h | 88 ++++
drivers/bluetooth/rtk_btusb.c | 974 ++++++++++++++++++++++++++++++++++++++++++
drivers/bluetooth/rtk_btusb.h | 102 +++++
6 files changed, 1194 insertions(+), 60 deletions(-)
create mode 100644 drivers/bluetooth/btusb.h
create mode 100644 drivers/bluetooth/rtk_btusb.c
create mode 100644 drivers/bluetooth/rtk_btusb.h
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists