Staging: add USB MTK bluetooth driver
authorCho, Yu-Chen <acho@suse.com>
Thu, 16 May 2013 08:31:59 +0000 (16:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:43:48 +0000 (15:43 -0700)
commit0d751eca3b64e9118144bc7d26cb6290b8ed4d5d
treed49907f074cca4161e741c5575c4f41993171b35
parent9b43b56f7950967771789a663bc2946cf2ce5087
Staging: add USB MTK bluetooth driver

This driver is for the Mediatek Bluetooth that can be found in many
different laptops.  It was written by Mediatek, but cleaned up to
work properly in the kernel tree by SUSE.

--
Changes since v1:
 1.fixed built error , because build path typo.
 2.change to correct version number.

Signed-off-by: Cho, Yu-Chen <acho@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/btmtk_usb/Kconfig [new file with mode: 0644]
drivers/staging/btmtk_usb/Makefile [new file with mode: 0644]
drivers/staging/btmtk_usb/README [new file with mode: 0644]
drivers/staging/btmtk_usb/TODO [new file with mode: 0644]
drivers/staging/btmtk_usb/btmtk_usb.c [new file with mode: 0644]
drivers/staging/btmtk_usb/btmtk_usb.h [new file with mode: 0644]