diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-04-11 21:18:27 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-04-11 21:18:27 +0000 |
commit | eca0800a92771ee23890fdf54a70629bcbca648c (patch) | |
tree | 995e2c6478ba6614594d39acd9f5487d100735f0 /input | |
parent | 94a49f14f2be23349b65f353daa1d20bb9cfc8cf (diff) |
fixed commentary
Diffstat (limited to 'input')
-rw-r--r-- | input/manager.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/input/manager.c b/input/manager.c index d55699ee..bd75dc5a 100644 --- a/input/manager.c +++ b/input/manager.c @@ -837,7 +837,10 @@ static void stored_input(char *key, char *value, void *data) if (parse_stored_device_info(value, &hidp) < 0) return; - /* FIXME: Ignore already registered devices */ + /* + * Repeated entries for the same remote device are + * acceptable since the source is different. + */ if (input_device_register(connection, src, &dst, &hidp, &path) < 0) return; |