mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
Bluetooth: btmtkuart: add .set_bdaddr support
add .set_bdaddr support Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
f5c3f98946
commit
3640e7f4cb
@ -878,6 +878,7 @@ static int btmtkuart_probe(struct serdev_device *serdev)
|
||||
hdev->setup = btmtkuart_setup;
|
||||
hdev->shutdown = btmtkuart_shutdown;
|
||||
hdev->send = btmtkuart_send_frame;
|
||||
hdev->set_bdaddr = btmtk_set_bdaddr;
|
||||
SET_HCIDEV_DEV(hdev, &serdev->dev);
|
||||
|
||||
hdev->manufacturer = 70;
|
||||
|
Loading…
Reference in New Issue
Block a user