As per https://patchwork.kernel.org/patch/10384111/ message from Bluez mailing list, editing 97-hid2hci.rules as follows works around the new uevents added to the kernel in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1455cf8dbfd06aa7651dcfccbadb7a093944ca65
-ACTION=="remove", GOTO="hid2hci_end" +ACTION!="add", GOTO="hid2hci_end"
Bluetooth now works with kernels above and below 4.14.
As per https:/ /patchwork. kernel. org/patch/ 10384111/ message from Bluez mailing list, editing 97-hid2hci.rules as follows works around the new uevents added to the kernel in https:/ /git.kernel. org/pub/ scm/linux/ kernel/ git/torvalds/ linux.git/ commit/ ?id=1455cf8dbfd 06aa7651dcfccba db7a093944ca65
-ACTION=="remove", GOTO="hid2hci_end"
+ACTION!="add", GOTO="hid2hci_end"
Bluetooth now works with kernels above and below 4.14.