summaryrefslogtreecommitdiffstats
path: root/input/fakehid.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-23 10:34:16 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-23 10:34:16 +0200
commit5285b3f4bf029f86b2e22c24428fa92315267897 (patch)
treeee56e098a8331959740cb77c98034329ecef9d93 /input/fakehid.h
parentf36aa56e0c6a3c780e97a9f9bdc84a97b8406322 (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/fakehid.h')
-rw-r--r--input/fakehid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/fakehid.h b/input/fakehid.h
index e61a7275..90aacb48 100644
--- a/input/fakehid.h
+++ b/input/fakehid.h
@@ -35,5 +35,5 @@ struct fake_hid {
struct fake_hid *get_fake_hid(uint16_t vendor, uint16_t product);
-int fake_hid_connadd(struct fake_input *fake, int intr_sk,
+int fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
struct fake_hid *fake_hid);