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@xxxxxxxxxxxx> 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 linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html