Linux bluetooth development
 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
  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
  0 siblings, 2 replies; 6+ messages in thread
From: Larry Finger @ 2013-04-09  0:57 UTC (permalink / raw)
  To: linville
  Cc: linux-wireless, Larry Finger, netdev, marcel, gustavo,
	johan.hedberg, linux-bluetooth, champion_chen

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@lwfinger.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

^ 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
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
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