]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: btusb: Edit the logical value for Realtek Bluetooth reset
authorMax Chou <max.chou@realtek.com>
Wed, 27 Nov 2019 03:01:07 +0000 (11:01 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 27 Nov 2019 05:40:09 +0000 (06:40 +0100)
commit34682110abc50ffea7e002b0c2fd7ea9e0000ccc
tree3b67e3b49386a17bb5808d54e25e87e5532e3e2d
parentbe2eca94d144e3ffed565c483a58ecc76a869c98
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>
drivers/bluetooth/btusb.c