Re: [PATCH] Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader

2018-04-18 Thread Marcel Holtmann
Hi Amit, > AOSP use userspace firmware loader to load firmwares, which will > return -EAGAIN in case qca/rampatch_00440302.bin is not found. > Since there is no rampatch for dragonboard820c QCA controller > revision, just make it work as is. > > CC: Loic Poulain > CC: Nicolas Dechesne > CC: Mar

[PATCH] Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader

2018-04-15 Thread Amit Pundir
AOSP use userspace firmware loader to load firmwares, which will return -EAGAIN in case qca/rampatch_00440302.bin is not found. Since there is no rampatch for dragonboard820c QCA controller revision, just make it work as is. CC: Loic Poulain CC: Nicolas Dechesne CC: Marcel Holtmann CC: Johan He