Message ID | 1515119449-23388-2-git-send-email-acelan.kao@canonical.com |
---|---|
State | New |
Headers | show |
Series | Bluetooth: btusb: Add support for 0cf3:e010 | expand |
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Hi Acelan, What's the provenance of this patch? If we don't have a upstream sha1 it should be tagged as a SAUCE patch. Thanks, Kleber On 01/05/18 03:30, AceLan Kao wrote: > BugLink: https://bugs.launchpad.net/bugs/1741166 > > > Device 0cf3:e010 is one of the QCA ROME family. > > T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=03 Dev#= 4 Spd=12 MxCh= 0 > D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0cf3 ProdID=e010 Rev=00.01 > C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb > I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb > > patchwork: https://patchwork.kernel.org/patch/10139897/ > Signed-off-by: AceLan Kao <acelan.kao@canonical.com> > --- > drivers/bluetooth/btusb.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index d563ec8..0ab19ce 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -262,6 +262,7 @@ static const struct usb_device_id blacklist_table[] = { > /* QCA ROME chipset */ > { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME }, > { USB_DEVICE(0x0cf3, 0xe009), .driver_info = BTUSB_QCA_ROME }, > + { USB_DEVICE(0x0cf3, 0xe010), .driver_info = BTUSB_QCA_ROME }, > { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME }, > { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME }, > { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME }, >
Hi Kleber, At that time, it's just in bluetooth-next tree, and now we can find it in linus' tree e5a49ee Bluetooth: btusb: Add support for 0cf3:e010 Should I re-submit it agian? for Bionic? 2018-02-05 17:18 GMT+08:00 Kleber Souza <kleber.souza@canonical.com>: > Hi Acelan, > > What's the provenance of this patch? If we don't have a upstream sha1 it > should be tagged as a SAUCE patch. > > > Thanks, > Kleber > > On 01/05/18 03:30, AceLan Kao wrote: >> BugLink: https://bugs.launchpad.net/bugs/1741166 >> >> >> Device 0cf3:e010 is one of the QCA ROME family. >> >> T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=03 Dev#= 4 Spd=12 MxCh= 0 >> D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 >> P: Vendor=0cf3 ProdID=e010 Rev=00.01 >> C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA >> I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb >> I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb >> >> patchwork: https://patchwork.kernel.org/patch/10139897/ >> Signed-off-by: AceLan Kao <acelan.kao@canonical.com> >> --- >> drivers/bluetooth/btusb.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c >> index d563ec8..0ab19ce 100644 >> --- a/drivers/bluetooth/btusb.c >> +++ b/drivers/bluetooth/btusb.c >> @@ -262,6 +262,7 @@ static const struct usb_device_id blacklist_table[] = { >> /* QCA ROME chipset */ >> { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME }, >> { USB_DEVICE(0x0cf3, 0xe009), .driver_info = BTUSB_QCA_ROME }, >> + { USB_DEVICE(0x0cf3, 0xe010), .driver_info = BTUSB_QCA_ROME }, >> { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME }, >> { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME }, >> { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME }, >>
Hi AceLan. I have fixed the commit message on artful/master-next-backlog branch. Thanks, Kleber On 02/06/18 03:22, AceLan Kao wrote: > Hi Kleber, > > At that time, it's just in bluetooth-next tree, and now we can find it > in linus' tree > e5a49ee Bluetooth: btusb: Add support for 0cf3:e010 > > Should I re-submit it agian? for Bionic? > > 2018-02-05 17:18 GMT+08:00 Kleber Souza <kleber.souza@canonical.com>: >> Hi Acelan, >> >> What's the provenance of this patch? If we don't have a upstream sha1 it >> should be tagged as a SAUCE patch. >> >> >> Thanks, >> Kleber >> >> On 01/05/18 03:30, AceLan Kao wrote: >>> BugLink: https://bugs.launchpad.net/bugs/1741166 >>> >>> >>> Device 0cf3:e010 is one of the QCA ROME family. >>> >>> T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=03 Dev#= 4 Spd=12 MxCh= 0 >>> D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 >>> P: Vendor=0cf3 ProdID=e010 Rev=00.01 >>> C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA >>> I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb >>> I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb >>> >>> patchwork: https://patchwork.kernel.org/patch/10139897/ >>> Signed-off-by: AceLan Kao <acelan.kao@canonical.com> >>> --- >>> drivers/bluetooth/btusb.c | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c >>> index d563ec8..0ab19ce 100644 >>> --- a/drivers/bluetooth/btusb.c >>> +++ b/drivers/bluetooth/btusb.c >>> @@ -262,6 +262,7 @@ static const struct usb_device_id blacklist_table[] = { >>> /* QCA ROME chipset */ >>> { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME }, >>> { USB_DEVICE(0x0cf3, 0xe009), .driver_info = BTUSB_QCA_ROME }, >>> + { USB_DEVICE(0x0cf3, 0xe010), .driver_info = BTUSB_QCA_ROME }, >>> { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME }, >>> { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME }, >>> { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME }, >>>
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index d563ec8..0ab19ce 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -262,6 +262,7 @@ static const struct usb_device_id blacklist_table[] = { /* QCA ROME chipset */ { USB_DEVICE(0x0cf3, 0xe007), .driver_info = BTUSB_QCA_ROME }, { USB_DEVICE(0x0cf3, 0xe009), .driver_info = BTUSB_QCA_ROME }, + { USB_DEVICE(0x0cf3, 0xe010), .driver_info = BTUSB_QCA_ROME }, { USB_DEVICE(0x0cf3, 0xe300), .driver_info = BTUSB_QCA_ROME }, { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME }, { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
BugLink: https://bugs.launchpad.net/bugs/1741166 Device 0cf3:e010 is one of the QCA ROME family. T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=03 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0cf3 ProdID=e010 Rev=00.01 C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb patchwork: https://patchwork.kernel.org/patch/10139897/ Signed-off-by: AceLan Kao <acelan.kao@canonical.com> --- drivers/bluetooth/btusb.c | 1 + 1 file changed, 1 insertion(+)