Hi Marcel, On Fri, Jan 03, 2014, Marcel Holtmann wrote: > Some controller pretend they support the Delete Stored Link Key command, > but in reality they really don't support it. > > < HCI Command: Delete Stored Link Key (0x03|0x0012) plen 7 > bdaddr 00:00:00:00:00:00 all 1 > > HCI Event: Command Complete (0x0e) plen 4 > Delete Stored Link Key (0x03|0x0012) ncmd 1 > status 0x11 deleted 0 > Error: Unsupported Feature or Parameter Value > > Not correctly supporting this command causes the controller setup to > fail and will make a device not work. However sending the command for > controller that handle stored link keys is important. This quirk > allows a driver to disable the command if it knows that this command > handling is broken. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > --- > include/net/bluetooth/hci.h | 3 ++- > net/bluetooth/hci_core.c | 7 ++++++- > 2 files changed, 8 insertions(+), 2 deletions(-) Both patches have been applied to the bluetooth-next tree. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html