From debc2efd75e3211934c2f4262140e7c28f574945 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Tue, 22 Jul 2008 23:45:33 +0530 Subject: Adding adapter_get_address. Signed-off-by: Alok Barsode --- input/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/manager.c') diff --git a/input/manager.c b/input/manager.c index aaa4a3ba..b90d1e5e 100644 --- a/input/manager.c +++ b/input/manager.c @@ -175,7 +175,7 @@ int input_probe(struct btd_device_driver *driver, memset(&hidp, 0, sizeof(hidp)); - source = adapter->address; + source = adapter_get_address(adapter); destination = device_get_address(device); if (load_stored(source, destination, &hidp) == 0) @@ -234,7 +234,7 @@ int headset_input_probe(struct btd_device_driver *driver, return -EINVAL; } - source = adapter->address; + source = adapter_get_address(adapter); destination = device_get_address(device); str2ba(source, &src); -- cgit