Message ID | 20220722020100.11221-1-faenkhauser@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 | expand |
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=662046 ---Test result--- Test Summary: CheckPatch FAIL 1.49 seconds GitLint FAIL 0.79 seconds SubjectPrefix PASS 0.62 seconds BuildKernel PASS 36.45 seconds BuildKernel32 PASS 31.56 seconds Incremental Build with patchesPASS 52.93 seconds TestRunner: Setup PASS 540.11 seconds TestRunner: l2cap-tester PASS 17.45 seconds TestRunner: bnep-tester PASS 5.92 seconds TestRunner: mgmt-tester PASS 100.69 seconds TestRunner: rfcomm-tester PASS 9.45 seconds TestRunner: sco-tester PASS 9.08 seconds TestRunner: smp-tester PASS 9.27 seconds TestRunner: userchan-tester PASS 6.13 seconds Details ############################## Test: CheckPatch - FAIL - 1.49 seconds Run checkpatch.pl script with rule in .checkpatch.conf Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921\WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #80: Found on HP's website ( https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-envy-x360-15.6-inch-2-in-1-laptop-pc-15-ey0000/2101086013/swItemId/ob-288116-1 ) total: 0 errors, 1 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/12925888.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: GitLint - FAIL - 0.79 seconds Run gitlint with rule in .gitlint Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 3: B1 Line exceeds max length (166>80): "Found on HP's website ( https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-envy-x360-15.6-inch-2-in-1-laptop-pc-15-ey0000/2101086013/swItemId/ob-288116-1 )" --- Regards, Linux Bluetooth
Hi Fae, On Thu, Jul 21, 2022 at 7:01 PM Fae <faenkhauser@gmail.com> wrote: > > Found on HP's website ( https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-envy-x360-15.6-inch-2-in-1-laptop-pc-15-ey0000/2101086013/swItemId/ob-288116-1 ) > Tested on my laptop (an ey0xxx) Lets have the contents of /sys/kernel/debug/usb/devices like I pointed out on the last version, also the link is not really useful in fact it is probably a bad idea to use links since over a long time they tend to be updated/removed. > Signed-off-by: Fae <faenkhauser@gmail.com> > --- > drivers/bluetooth/btusb.c | 3 +++ > 1 file changed, 3 insertions(+) > > 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 }, > -- > 2.36.1 >
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 },
Found on HP's website ( https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-envy-x360-15.6-inch-2-in-1-laptop-pc-15-ey0000/2101086013/swItemId/ob-288116-1 ) Tested on my laptop (an ey0xxx) Signed-off-by: Fae <faenkhauser@gmail.com> --- drivers/bluetooth/btusb.c | 3 +++ 1 file changed, 3 insertions(+)