Message ID | 20220720011002.5221-1-faenkhauser@gmail.com |
---|---|
State | New |
Headers | show |
Series | drivers/bluetooth: Add PID of Foxconn bluetooth Adapter | expand |
Hi, On Tue, Jul 19, 2022 at 8:13 PM <bluez.test.bot@gmail.com> wrote: > > This is automated email and please do not reply to this email! > > Dear submitter, > > Thank you for submitting the patches to the linux bluetooth mailing list. > This is a CI test results with your patch series: > PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=661295 > > ---Test result--- > > Test Summary: > CheckPatch FAIL 2.63 seconds > GitLint PASS 0.83 seconds > SubjectPrefix FAIL 0.63 seconds > BuildKernel PASS 34.64 seconds > BuildKernel32 PASS 28.81 seconds > Incremental Build with patchesPASS 40.77 seconds > TestRunner: Setup PASS 494.12 seconds > TestRunner: l2cap-tester PASS 16.89 seconds > TestRunner: bnep-tester PASS 5.67 seconds > TestRunner: mgmt-tester PASS 96.20 seconds > TestRunner: rfcomm-tester PASS 9.09 seconds > TestRunner: sco-tester PASS 8.71 seconds > TestRunner: smp-tester PASS 8.82 seconds > TestRunner: userchan-tester PASS 5.79 seconds > > Details > ############################## > Test: CheckPatch - FAIL - 2.63 seconds > Run checkpatch.pl script with rule in .checkpatch.conf > drivers/bluetooth: Add PID of Foxconn bluetooth Adapter\ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) You will need to config you email address and set Signed-off-by (e.g. git commit -s), also please add the information such as: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=b4e7b216fd4c560e2c30c00b29be9909178e3dc7 > total: 1 errors, 0 warnings, 9 lines checked > > NOTE: For some of the reported defects, checkpatch may be able to > mechanically convert to the typical style using --fix or --fix-inplace. > > /github/workspace/src/12923221.patch has style problems, please review. > > NOTE: Ignored message types: UNKNOWN_COMMIT_ID > > NOTE: If any of the errors are false positives, please report > them to the maintainer, see CHECKPATCH in MAINTAINERS. > > > ############################## > Test: SubjectPrefix - FAIL - 0.63 seconds > Check subject contains "Bluetooth" prefix > "Bluetooth: " is not specified in the subject > > > > --- > Regards, > Linux Bluetooth >
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 19 Jul 2022 20:10:02 -0500 you wrote: > Fixes bluetooth on HP Envy ey0xxx > > --- > drivers/bluetooth/btusb.c | 3 +++ > 1 file changed, 3 insertions(+) Here is the summary with links: - drivers/bluetooth: Add PID of Foxconn bluetooth Adapter https://git.kernel.org/bluetooth/bluetooth-next/c/1a50481b4de9 You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index e25fcd49db70..973d122c738f 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -454,6 +454,9 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x0489, 0xe0c8), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + { USB_DEVICE(0x0489, 0xe0e0), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, { USB_DEVICE(0x04ca, 0x3802), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES },