libeis: correct the name of the set_keymap function

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-08-25 09:35:55 +10:00
parent 04dab83115
commit bc2bd3c09a

View file

@ -452,9 +452,9 @@ eis_device_get_keymap_type(struct eis_device *device);
* @param fd a memmap-able file descriptor to the keymap
*/
void
eis_device_keyboard_set_keymap(struct eis_device *device,
enum eis_keymap_type type,
int fd);
eis_device_set_keymap(struct eis_device *device,
enum eis_keymap_type type,
int fd, size_t size);
/**
* Return the device from this event.