diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-23 10:34:16 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-23 10:34:16 +0200 |
commit | 5285b3f4bf029f86b2e22c24428fa92315267897 (patch) | |
tree | ee56e098a8331959740cb77c98034329ecef9d93 /input/device.h | |
parent | f36aa56e0c6a3c780e97a9f9bdc84a97b8406322 (diff) |
Input plugin fixes and cleanup
This patch fixes all known issues caused by converting the input plugin
to use BtIO.
Diffstat (limited to 'input/device.h')
-rw-r--r-- | input/device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/input/device.h b/input/device.h index cb305d62..237b09af 100644 --- a/input/device.h +++ b/input/device.h @@ -48,6 +48,7 @@ int fake_input_register(DBusConnection *conn, const char *path, bdaddr_t *src, bdaddr_t *dst, const char *uuid, uint8_t channel); int input_device_unregister(const char *path, const char *uuid); -int input_device_set_channel(const bdaddr_t *src, const bdaddr_t *dst, int psm, int nsk); +int input_device_set_channel(const bdaddr_t *src, const bdaddr_t *dst, int psm, + GIOChannel *io); int input_device_close_channels(const bdaddr_t *src, const bdaddr_t *dst); int input_device_connadd(const bdaddr_t *src, const bdaddr_t *dst); |