commit | 34682110abc50ffea7e002b0c2fd7ea9e0000ccc | [log] [tgz] |
---|---|---|
author | Max Chou <max.chou@realtek.com> | Wed Nov 27 11:01:07 2019 +0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Nov 27 06:40:09 2019 +0100 |
tree | 3b67e3b49386a17bb5808d54e25e87e5532e3e2d | |
parent | be2eca94d144e3ffed565c483a58ecc76a869c98 [diff] |
Bluetooth: btusb: Edit the logical value for Realtek Bluetooth reset It should be pull low and pull high on the physical line for the Realtek Bluetooth reset. gpiod_set_value_cansleep() takes ACTIVE_LOW status for the logical value settings, so the original commit should be corrected. Signed-off-by: Max Chou <max.chou@realtek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>