Re: [PATCH] Staging: add USB MTK bluetooth driver

2013-05-15 Thread AL Yu-Chen Cho
Hi Greg, On 二, 2013-05-14 at 15:27 -0400, Greg KH wrote: > On Thu, May 02, 2013 at 06:27:16PM +0800, Cho, Yu-Chen wrote: > > diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile > > index fa41b04..e33cfe0 100644 > > --- a/drivers/staging/Makefile > > +++ b/drivers/staging/Makefile > >

Re: [PATCH] Staging: add USB MTK bluetooth driver

2013-05-14 Thread Greg KH
On Thu, May 02, 2013 at 06:27:16PM +0800, Cho, Yu-Chen wrote: > diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile > index fa41b04..e33cfe0 100644 > --- a/drivers/staging/Makefile > +++ b/drivers/staging/Makefile > @@ -62,3 +62,4 @@ obj-$(CONFIG_SB105X)+= sb105x/ > ob

Re: [PATCH] Staging: add USB MTK bluetooth driver

2013-05-14 Thread Greg KH
On Thu, May 02, 2013 at 06:27:16PM +0800, Cho, Yu-Chen wrote: > --- /dev/null > +++ b/drivers/staging/btmtk_usb/TODO > @@ -0,0 +1,9 @@ > +TODO: > + - checkpatch.pl clean > + - determine if the driver should not be using a duplicate > +version of the usb-bluetooth interface code, but

[PATCH] Staging: add USB MTK bluetooth driver

2013-05-02 Thread Cho, Yu-Chen
From: "Cho, Yu-Chen" 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. Signed-off-by: Cho, Yu-Chen Cc: --- drivers/staging/Kconfig |2 + drivers/stag