diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-22 17:15:29 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-22 17:15:29 +0200 |
commit | dc4ecea559c6b325e980e770c7d24eac97bf22f1 (patch) | |
tree | db1448f539904c58e3ef0556b23d4ac4344dedf3 /input | |
parent | 8bca00dadf7e50b9723debd322169304573f6a79 (diff) |
Fix bt_io_connect parameter list
Diffstat (limited to 'input')
-rw-r--r-- | input/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/device.c b/input/device.c index 3c050187..9c4b2e49 100644 --- a/input/device.c +++ b/input/device.c @@ -927,7 +927,7 @@ static DBusMessage *device_connect(DBusConnection *conn, BT_IO_OPT_SOURCE_BDADDR, &idev->src, BT_IO_OPT_DEST_BDADDR, &idev->dst, BT_IO_OPT_PSM, L2CAP_PSM_HIDP_CTRL, - NULL); + BT_IO_OPT_INVALID); if (io) g_io_channel_unref(io); } |