netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/RFT PATCH 0/2 V2] Adding a new bluetooth driver to the kernel
@ 2013-04-09  0:57 Larry Finger
  2013-04-09  0:57 ` [RFC/RFT PATCH 1/2 V2] btusb: Modify code for use with a similar driver Larry Finger
       [not found] ` <1365469068-4548-1-git-send-email-Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Larry Finger @ 2013-04-09  0:57 UTC (permalink / raw)
  To: linville-2XuSBdqkA4R54TAoqtyWWQ
  Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA, Larry Finger,
	netdev-u79uwXL29TY76Z2rM5mHXA, marcel-kz+m5ild9QBg9hUCZPvPmw,
	gustavo-THi1TnShQwVAfugRpC6u6w,
	johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA,
	champion_chen-kXabqFNEczNtrwSWzY7KCg

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-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-19  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09  0:57 [RFC/RFT PATCH 0/2 V2] Adding a new bluetooth driver to the kernel Larry Finger
2013-04-09  0:57 ` [RFC/RFT PATCH 1/2 V2] btusb: Modify code for use with a similar driver Larry Finger
     [not found] ` <1365469068-4548-1-git-send-email-Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2013-04-09  0:57   ` [RFC/RFT PATCH 2/2] rtk_btusb: A new driver for the Bluetooth portion of the Realtek RTL8723AE chip Larry Finger
2013-04-18 22:22     ` Gustavo Padovan
2013-04-19  1:31       ` Larry Finger
     [not found]         ` <51709E57.7020402-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2013-04-19  7:23           ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).