input: Fix uint/enum declaration mismatch
We were declaring that the binding handler took an enum in the declaration (good!), but then using a uint in the definition (oops).
cf. !1205 (merged)
Signed-off-by: Daniel Stone daniels@collabora.com
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
We were declaring that the binding handler took an enum in the declaration (good!), but then using a uint in the definition (oops).
cf. !1205 (merged)
Signed-off-by: Daniel Stone daniels@collabora.com