mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-05 08:48:00 +02:00
Fix stray code tag in html
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cd66429c18
commit
90697197df
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ int libevdev_kernel_enable_event_type(struct libevdev *dev, unsigned int type);
|
||||||
int libevdev_kernel_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code);
|
int libevdev_kernel_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the device's EV_ABS/<code> axis to the value defined in the abs
|
* Set the device's EV_ABS axis to the value defined in the abs
|
||||||
* parameter. This will be written to the kernel.
|
* parameter. This will be written to the kernel.
|
||||||
*
|
*
|
||||||
* @return zero on success, or a negative errno on failure
|
* @return zero on success, or a negative errno on failure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue